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-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-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
2018-11-01
fetch: replace string-list used as a look-up table with a hashmap
Junio C Hamano
1
-46
/
+100
2018-10-19
Merge branch 'jt/avoid-ls-refs'
Junio C Hamano
1
-6
/
+26
2018-10-07
fetch: do not list refs if fetching only hashes
Jonathan Tan
1
-6
/
+26
2018-09-21
fetch: in partial clone, check presence of targets
Jonathan Tan
1
-2
/
+13
2018-09-17
Merge branch 'ab/fetch-tags-noclobber'
Junio C Hamano
1
-7
/
+13
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-3
/
+3
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
1
-0
/
+1
2018-08-31
fetch: stop clobbering existing tags without --force
Ævar Arnfjörð Bjarmason
1
-6
/
+12
2018-08-31
fetch: change "branch" to "reference" in --force -h output
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-08-29
convert "hashcmp() == 0" to hasheq()
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-2
/
+2
2018-08-15
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
1
-24
/
+4
2018-08-15
Merge branch 'jt/tag-following-with-proto-v2-fix'
Junio C Hamano
1
-1
/
+1
2018-08-02
Merge branch 'jt/fetch-nego-tip'
Junio C Hamano
1
-0
/
+43
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-3
/
+6
[next]