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
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
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-4
/
+7
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-06
fetch: let --jobs=<n> parallelize --multiple, too
Johannes Schindelin
1
-17
/
+107
2019-10-03
fetch: add trace2 instrumentation
Josh Steadmon
1
-7
/
+15
2019-09-30
Merge branch 'ds/commit-graph-on-fetch'
Junio C Hamano
1
-0
/
+15
2019-09-18
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
1
-6
/
+3
2019-09-18
Merge branch 'cc/multi-promisor'
Junio C Hamano
1
-19
/
+10
2019-09-16
fetch: use oidset to keep the want OIDs for faster lookup
Masaya Suzuki
1
-8
/
+10
2019-09-03
fetch: add fetch.writeCommitGraph config setting
Derrick Stolee
1
-0
/
+15
2019-08-19
pull, fetch: add --set-upstream option
Corentin BOMPARD
1
-1
/
+50
2019-08-06
l10n: reformat some localized strings for v2.23.0
Jean-Noël Avila
1
-4
/
+11
2019-07-09
Merge branch 'ds/fetch-disable-force-notice'
Junio C Hamano
1
-1
/
+33
2019-07-09
Merge branch 'nd/fetch-multi-gc-once'
Junio C Hamano
1
-6
/
+11
2019-07-09
Merge branch 'ds/close-object-store'
Junio C Hamano
1
-1
/
+1
2019-07-09
Merge branch 'fc/fetch-with-import-fix'
Junio C Hamano
1
-10
/
+18
2019-06-28
list-objects-filter-options: make filter_spec a string_list
Matthew DeVore
1
-6
/
+3
2019-06-25
builtin/fetch: remove unique promisor remote limitation
Christian Couder
1
-15
/
+5
2019-06-25
promisor-remote: parse remote.*.partialclonefilter
Christian Couder
1
-1
/
+1
2019-06-25
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
1
-5
/
+6
2019-06-21
fetch: warn about forced updates in branch listing
Derrick Stolee
1
-1
/
+24
2019-06-21
fetch: add --[no-]show-forced-updates argument
Derrick Stolee
1
-1
/
+10
2019-06-19
fetch: only run 'gc' once when fetching multiple remotes
Nguyễn Thái Ngọc Duy
1
-6
/
+11
2019-06-12
packfile: rename close_all_packs to close_object_store
Derrick Stolee
1
-1
/
+1
2019-06-04
fetch: fix regression with transport helpers
Felipe Contreras
1
-2
/
+3
2019-06-04
fetch: make the code more understandable
Felipe Contreras
1
-7
/
+9
2019-06-04
fetch: trivial cleanup
Felipe Contreras
1
-3
/
+8
2019-03-20
Merge branch 'jk/no-sigpipe-during-network-transport'
Junio C Hamano
1
-0
/
+2
2019-03-05
fetch: ignore SIGPIPE during network operation
Jeff King
1
-0
/
+2
2019-02-11
Fix typos in translatable strings for v2.21.0
Jean-Noël Avila
1
-1
/
+1
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
1
-4
/
+3
2019-02-05
Merge branch 'nd/fetch-compact-update'
Junio C Hamano
1
-2
/
+6
2019-02-05
Merge branch 'js/filter-options-should-use-plain-int'
Junio C Hamano
1
-1
/
+6
2019-01-29
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'
Junio C Hamano
1
-9
/
+2
2019-01-29
Merge branch 'cc/fetch-error-message-fix'
Junio C Hamano
1
-2
/
+4
2019-01-27
fetch: prefer suffix substitution in compact fetch.output
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2019-01-15
filter-options: expand scaled numbers
Josh Steadmon
1
-1
/
+6
2019-01-14
fetch: fix extensions.partialclone name in error message
Christian Couder
1
-2
/
+4
2019-01-08
convert has_sha1_file() callers to has_object_file()
Jeff King
1
-4
/
+3
2018-12-09
fetch: ensure submodule objects fetched
Stefan Beller
1
-9
/
+2
2018-11-18
Merge branch 'jk/unused-parameter-fixes'
Junio C Hamano
1
-0
/
+2
2018-11-13
Merge branch 'jc/war-on-string-list'
Junio C Hamano
1
-46
/
+100
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+2
[next]