index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jt/push-negotiation'
Junio C Hamano
2021-05-16
1
-1
/
+26
|
\
|
*
fetch: teach independent negotiation (no packfile)
Jonathan Tan
2021-05-05
1
-1
/
+26
*
|
fetch: add --prefetch option
Derrick Stolee
2021-04-16
1
-1
/
+58
|
/
*
Merge branch 'jt/clone-unborn-head'
Junio C Hamano
2021-02-18
1
-7
/
+11
|
\
|
*
connect, transport: encapsulate arg in struct
Jonathan Tan
2021-02-05
1
-7
/
+11
*
|
fetch: implement support for atomic reference updates
Patrick Steinhardt
2021-01-12
1
-5
/
+41
*
|
fetch: allow passing a transaction to `s_update_ref()`
Patrick Steinhardt
2021-01-12
1
-20
/
+31
*
|
fetch: refactor `s_update_ref` to use common exit path
Patrick Steinhardt
2021-01-12
1
-19
/
+26
*
|
fetch: use strbuf to format FETCH_HEAD updates
Patrick Steinhardt
2021-01-12
1
-5
/
+11
*
|
fetch: extract writing to FETCH_HEAD
Patrick Steinhardt
2021-01-12
1
-29
/
+79
|
/
*
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-3
/
+3
*
Merge branch 'jk/refspecs-negative'
Junio C Hamano
2020-10-05
1
-0
/
+10
|
\
|
*
refspec: add support for negative refspecs
Jacob Keller
2020-09-30
1
-0
/
+10
*
|
Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'
Junio C Hamano
2020-10-05
1
-1
/
+1
|
\
\
|
*
|
fetch: do not override partial clone filter
Jonathan Tan
2020-09-29
1
-1
/
+1
*
|
|
Merge branch 'ds/maintenance-part-1'
Junio C Hamano
2020-09-26
1
-2
/
+4
|
\
\
\
|
*
|
|
maintenance: replace run_auto_gc()
Derrick Stolee
2020-09-17
1
-2
/
+4
*
|
|
|
Merge branch 'ar/fetch-ipversion-in-all'
Junio C Hamano
2020-09-22
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
fetch: pass --ipv4 and --ipv6 options to sub-fetches
Alex Riesen
2020-09-15
1
-0
/
+4
*
|
|
|
|
Merge branch 'os/fetch-submodule-optim'
Junio C Hamano
2020-09-22
1
-1
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
fetch: do not look for submodule changes in unchanged refs
Orgad Shaneh
2020-09-06
1
-1
/
+3
*
|
|
|
|
refspec: add and use refspec_appendf()
René Scharfe
2020-09-06
1
-5
/
+2
|
/
/
/
/
*
|
|
|
Merge branch 'jt/lazy-fetch'
Junio C Hamano
2020-09-03
1
-9
/
+41
|
\
\
\
\
|
*
|
|
|
fetch: no FETCH_HEAD display if --no-write-fetch-head
Jonathan Tan
2020-09-02
1
-1
/
+7
|
*
|
|
|
fetch: only populate existing_refs if needed
Jonathan Tan
2020-08-18
1
-4
/
+9
|
*
|
|
|
fetch: avoid reading submodule config until needed
Jonathan Tan
2020-08-18
1
-2
/
+8
|
*
|
|
|
fetch: allow refspecs specified through stdin
Jonathan Tan
2020-08-18
1
-2
/
+17
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jk/leakfix'
Junio C Hamano
2020-08-27
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
config: fix leaks from git_config_get_string_const()
Jeff King
2020-08-14
1
-1
/
+1
|
|
/
/
*
|
/
fetch: optionally allow disabling FETCH_HEAD update
Junio C Hamano
2020-08-18
1
-3
/
+12
|
|
/
|
/
|
*
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-3
/
+3
*
|
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-1
/
+1
*
|
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-27
/
+27
*
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
|
/
*
Merge branch 'xl/upgrade-repo-format'
Junio C Hamano
2020-06-29
1
-3
/
+0
|
\
|
*
fetch: allow adding a filter after initial clone
Xin Li
2020-06-05
1
-3
/
+0
*
|
Merge branch 'js/reflog-anonymize-for-clone-and-fetch'
Junio C Hamano
2020-06-18
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
clone/fetch: anonymize URLs in the reflog
Johannes Schindelin
2020-06-04
1
-2
/
+7
*
|
Merge branch 'jc/auto-gc-quiet'
Junio C Hamano
2020-05-13
1
-8
/
+2
|
\
\
|
*
|
auto-gc: extract a reusable helper from "git fetch"
Junio C Hamano
2020-05-07
1
-8
/
+2
|
|
/
*
|
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
2020-05-13
1
-0
/
+1
|
\
\
|
*
|
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-0
/
+1
|
|
/
*
|
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-6
/
+6
*
|
Merge branch 'jt/connectivity-check-optim-in-partial-clone'
Junio C Hamano
2020-04-22
1
-7
/
+0
|
\
\
|
|
/
|
/
|
|
*
connected: always use partial clone optimization
Jonathan Tan
2020-03-29
1
-7
/
+0
*
|
Merge branch 'ds/partial-clone-fixes'
Junio C Hamano
2020-03-03
1
-5
/
+5
|
\
\
|
*
|
partial-clone: avoid fetching when looking for objects
Derrick Stolee
2020-02-22
1
-5
/
+5
*
|
|
Merge branch 'tb/commit-graph-object-dir'
Junio C Hamano
2020-02-14
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
commit-graph.h: store an odb in 'struct write_commit_graph_context'
Taylor Blau
2020-02-04
1
-1
/
+1
|
|
/
*
/
fetch: forgo full connectivity check if --filter
Jonathan Tan
2020-01-30
1
-1
/
+10
|
/
[next]