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
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
2018-08-01
fetch-pack: unify ref in and out param
Jonathan Tan
1
-24
/
+4
2018-07-24
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
1
-56
/
+94
2018-07-24
fetch: send "refs/tags/" prefix upon CLI refspecs
Jonathan Tan
1
-1
/
+1
2018-07-20
commit.h: remove method declarations
Derrick Stolee
1
-0
/
+1
2018-07-18
Merge branch 'ao/config-from-gitmodules'
Junio C Hamano
1
-14
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-3
/
+4
2018-07-03
fetch-pack: support negotiation tip whitelist
Jonathan Tan
1
-0
/
+43
2018-07-03
fetch-pack: write shallow, then check connectivity
Jonathan Tan
1
-5
/
+10
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-3
/
+6
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-3
/
+4
2018-06-28
fetch-pack: put shallow info in output parameter
Brandon Williams
1
-4
/
+24
2018-06-28
fetch: refactor to make function args narrower
Brandon Williams
1
-26
/
+26
2018-06-28
fetch: refactor fetch_refs into two functions
Brandon Williams
1
-5
/
+18
2018-06-28
fetch: refactor the population of peer ref OIDs
Brandon Williams
1
-18
/
+18
2018-06-26
submodule-config: add helper function to get 'fetch' config from .gitmodules
Antonio Ospite
1
-14
/
+1
2018-06-01
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
1
-3
/
+3
2018-05-30
Merge branch 'bw/ref-prefix-for-configured-refspec'
Junio C Hamano
1
-78
/
+61
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-1
/
+1
2018-05-18
path.c: migrate global git_path_* to take a repository argument
Stefan Beller
1
-2
/
+2
2018-05-18
shallow: add repository argument to is_repository_shallow
Stefan Beller
1
-1
/
+1
2018-05-18
fetch: generate ref-prefixes when using a configured refspec
Brandon Williams
1
-1
/
+9
2018-05-18
refspec: consolidate ref-prefix generation logic
Brandon Williams
1
-12
/
+1
2018-05-18
remote: convert get_stale_heads to take a struct refspec
Brandon Williams
1
-1
/
+1
2018-05-18
fetch: convert prune_refs to take a struct refspec
Brandon Williams
1
-6
/
+5
2018-05-18
fetch: convert get_ref_map to take a struct refspec
Brandon Williams
1
-23
/
+20
2018-05-18
fetch: convert do_fetch to take a struct refspec
Brandon Williams
1
-5
/
+5
2018-05-18
fetch: convert refmap to use struct refspec
Brandon Williams
1
-10
/
+7
2018-05-18
fetch: convert fetch_one to use struct refspec
Brandon Williams
1
-27
/
+19
2018-05-18
remote: remove add_prune_tags_to_fetch_refspec
Brandon Williams
1
-1
/
+1
2018-05-18
remote: convert fetch refspecs to struct refspec
Brandon Williams
1
-10
/
+10
2018-05-18
refspec: rename struct refspec to struct refspec_item
Brandon Williams
1
-6
/
+6
2018-05-18
refspec: move refspec parsing logic into its own file
Brandon Williams
1
-0
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-08
Merge branch 'bw/protocol-v2'
Junio C Hamano
1
-2
/
+19
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-1
/
+1
[next]