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
*
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
|
/
*
Merge branch 'ds/commit-graph-set-size-mult'
Junio C Hamano
2020-01-06
1
-3
/
+1
|
\
|
*
commit-graph: prefer default size_mult when given zero
Derrick Stolee
2020-01-02
1
-3
/
+1
*
|
Merge branch 'rs/use-skip-prefix-more'
Junio C Hamano
2019-12-07
1
-9
/
+3
|
\
\
|
*
|
fetch: use skip_prefix() instead of starts_with()
René Scharfe
2019-11-27
1
-9
/
+3
|
|
/
*
|
Merge branch 'jt/fetch-remove-lazy-fetch-plugging'
Junio C Hamano
2019-12-01
1
-3
/
+2
|
\
\
|
*
|
fetch: remove fetch_if_missing=0
Jonathan Tan
2019-11-08
1
-3
/
+2
|
|
/
*
|
Merge branch 'en/doc-typofix'
Junio C Hamano
2019-12-01
1
-1
/
+1
|
\
\
|
*
|
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
*
|
|
Merge branch 'js/fetch-multi-lockfix'
Junio C Hamano
2019-12-01
1
-2
/
+8
|
\
\
\
|
*
|
|
fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraph
Johannes Schindelin
2019-11-06
1
-1
/
+2
|
*
|
|
fetch: add the command-line option `--write-commit-graph`
Johannes Schindelin
2019-11-06
1
-1
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'rt/fetch-message-fix'
Junio C Hamano
2019-12-01
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fetch.c: fix typo in a warning message
Ralf Thielow
2019-11-02
1
-1
/
+1
|
|
/
*
/
fetch: delay fetch_if_missing=0 until after config
Jonathan Tan
2019-10-24
1
-2
/
+2
|
/
*
Merge branch 'js/trace2-fetch-push'
Junio C Hamano
2019-10-15
1
-7
/
+15
|
\
|
*
fetch: add trace2 instrumentation
Josh Steadmon
2019-10-03
1
-7
/
+15
*
|
Merge branch 'ew/hashmap'
Junio C Hamano
2019-10-15
1
-14
/
+18
|
\
\
|
*
|
hashmap_entry: remove first member requirement from docs
Eric Wong
2019-10-07
1
-1
/
+1
|
*
|
hashmap: introduce hashmap_free_entries
Eric Wong
2019-10-07
1
-3
/
+3
|
*
|
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-4
/
+5
|
*
|
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-4
/
+7
|
*
|
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
|
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
|
|
Merge branch 'js/fetch-jobs'
Junio C Hamano
2019-10-15
1
-17
/
+107
|
\
\
\
|
*
|
|
fetch: let --jobs=<n> parallelize --multiple, too
Johannes Schindelin
2019-10-06
1
-17
/
+107
*
|
|
|
Merge branch 'ms/fetch-follow-tag-optim'
Junio C Hamano
2019-10-07
1
-8
/
+10
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
fetch: use oidset to keep the want OIDs for faster lookup
Masaya Suzuki
2019-09-16
1
-8
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ds/commit-graph-on-fetch'
Junio C Hamano
2019-09-30
1
-0
/
+15
|
\
\
\
|
*
|
|
fetch: add fetch.writeCommitGraph config setting
Derrick Stolee
2019-09-03
1
-0
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
2019-09-18
1
-6
/
+3
|
\
\
\
[next]