index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-06
fetch: do not look for submodule changes in unchanged refs
Orgad Shaneh
1
-1
/
+3
2020-09-03
Merge branch 'jt/lazy-fetch'
Junio C Hamano
1
-9
/
+41
2020-09-02
fetch: no FETCH_HEAD display if --no-write-fetch-head
Jonathan Tan
1
-1
/
+7
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
1
-1
/
+1
2020-08-18
fetch: only populate existing_refs if needed
Jonathan Tan
1
-4
/
+9
2020-08-18
fetch: avoid reading submodule config until needed
Jonathan Tan
1
-2
/
+8
2020-08-18
fetch: allow refspecs specified through stdin
Jonathan Tan
1
-2
/
+17
2020-08-18
fetch: optionally allow disabling FETCH_HEAD update
Junio C Hamano
1
-3
/
+12
2020-08-14
config: fix leaks from git_config_get_string_const()
Jeff King
1
-1
/
+1
2020-07-30
strvec: rename struct fields
Jeff King
1
-3
/
+3
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-1
/
+1
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
1
-27
/
+27
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-06-29
Merge branch 'xl/upgrade-repo-format'
Junio C Hamano
1
-3
/
+0
2020-06-17
Merge branch 'js/reflog-anonymize-for-clone-and-fetch'
Junio C Hamano
1
-2
/
+7
2020-06-05
fetch: allow adding a filter after initial clone
Xin Li
1
-3
/
+0
2020-06-04
clone/fetch: anonymize URLs in the reflog
Johannes Schindelin
1
-2
/
+7
2020-05-13
Merge branch 'jc/auto-gc-quiet'
Junio C Hamano
1
-8
/
+2
2020-05-13
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
1
-0
/
+1
2020-05-07
auto-gc: extract a reusable helper from "git fetch"
Junio C Hamano
1
-8
/
+2
2020-04-30
shallow: extract a header file for shallow-related functions
Taylor Blau
1
-0
/
+1
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-6
/
+6
2020-04-22
Merge branch 'jt/connectivity-check-optim-in-partial-clone'
Junio C Hamano
1
-7
/
+0
2020-03-29
connected: always use partial clone optimization
Jonathan Tan
1
-7
/
+0
2020-03-02
Merge branch 'ds/partial-clone-fixes'
Junio C Hamano
1
-5
/
+5
2020-02-22
partial-clone: avoid fetching when looking for objects
Derrick Stolee
1
-5
/
+5
2020-02-14
Merge branch 'tb/commit-graph-object-dir'
Junio C Hamano
1
-1
/
+1
2020-02-04
commit-graph.h: store an odb in 'struct write_commit_graph_context'
Taylor Blau
1
-1
/
+1
2020-01-30
fetch: forgo full connectivity check if --filter
Jonathan Tan
1
-1
/
+10
2020-01-06
Merge branch 'ds/commit-graph-set-size-mult'
Junio C Hamano
1
-3
/
+1
2020-01-02
commit-graph: prefer default size_mult when given zero
Derrick Stolee
1
-3
/
+1
2019-12-06
Merge branch 'rs/use-skip-prefix-more'
Junio C Hamano
1
-9
/
+3
2019-12-01
Merge branch 'jt/fetch-remove-lazy-fetch-plugging'
Junio C Hamano
1
-3
/
+2
2019-12-01
Merge branch 'en/doc-typofix'
Junio C Hamano
1
-1
/
+1
2019-12-01
Merge branch 'js/fetch-multi-lockfix'
Junio C Hamano
1
-2
/
+8
2019-12-01
Merge branch 'rt/fetch-message-fix'
Junio C Hamano
1
-1
/
+1
2019-11-27
fetch: use skip_prefix() instead of starts_with()
René Scharfe
1
-9
/
+3
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-1
/
+1
2019-11-08
fetch: remove fetch_if_missing=0
Jonathan Tan
1
-3
/
+2
2019-11-06
fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraph
Johannes Schindelin
1
-1
/
+2
2019-11-06
fetch: add the command-line option `--write-commit-graph`
Johannes Schindelin
1
-1
/
+6
2019-11-02
fetch.c: fix typo in a warning message
Ralf Thielow
1
-1
/
+1
2019-10-24
fetch: delay fetch_if_missing=0 until after config
Jonathan Tan
1
-2
/
+2
2019-10-15
Merge branch 'js/trace2-fetch-push'
Junio C Hamano
1
-7
/
+15
2019-10-15
Merge branch 'ew/hashmap'
Junio C Hamano
1
-14
/
+18
2019-10-15
Merge branch 'js/fetch-jobs'
Junio C Hamano
1
-17
/
+107
2019-10-07
Merge branch 'ms/fetch-follow-tag-optim'
Junio C Hamano
1
-8
/
+10
2019-10-07
hashmap_entry: remove first member requirement from docs
Eric Wong
1
-1
/
+1
2019-10-07
hashmap: introduce hashmap_free_entries
Eric Wong
1
-3
/
+3
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-4
/
+5
[prev]
[next]