83 Commits (f3500825257b441134bd99b08bab3b6fd1cb4f51)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 754395d305 fetch: align per-ref summary report in UTF-8 locales 13 years ago
Dan Johnson 8556646089 fetch --all: pass --tags/--no-tags through to each remote 13 years ago
Jens Lehmann 50d89ad654 submodule: use argv_array instead of hand-building arrays 13 years ago
Jeff King 85556d4e37 fetch: use argv_array instead of hand-building arrays 13 years ago
Junio C Hamano a20efee9cf in_merge_bases(): support only one "other" commit 13 years ago
Nguyễn Thái Ngọc Duy 719acedba4 i18n: fetch: mark parseopt strings for translation 13 years ago
Nguyễn Thái Ngọc Duy 18986d5377 i18n: make warn_dangling_symref() automatically append \n 13 years ago
Marc Branchaud 0997adaa74 fetch: describe new refs based on where it came from 13 years ago
Marc Branchaud 6da618d5c2 fetch: Give remote_ref to update_local_ref() as well 13 years ago
Jens Lehmann a6801adc52 submodules: recursive fetch also checks new tags for submodule commits 13 years ago
Clemens Buchacher 01fdc21f6e push/fetch/clone --no-progress suppresses progress output 13 years ago
Nguyễn Thái Ngọc Duy 97ba642bcf Fix incorrect ref namespace check 13 years ago
Joey Hess 96890f4c42 write first for-merge ref to FETCH_HEAD first 13 years ago
Jeff King 5914f2d057 fetch: create status table using strbuf 13 years ago
Linus Torvalds 7a2b128d13 fetch: do not store peeled tag object names in FETCH_HEAD 13 years ago
Carlos Martín Nieto e8c1e6c796 fetch: treat --tags like refs/tags/*:refs/tags/* when pruning 13 years ago
Carlos Martín Nieto ed43de6ec3 fetch: honor the user-provided refspecs when pruning refs 13 years ago
Tay Ray Chuan 9516a598e3 fetch: plug two leaks on error exit in store_updated_refs 14 years ago
Carlos Martín Nieto 5caf197337 fetch: free all the additional refspecs 14 years ago
Junio C Hamano f96400cb46 check_everything_connected(): libify 14 years ago
Junio C Hamano f0e278b1b7 check_everything_connected(): refactor to use an iterator 14 years ago
Junio C Hamano 6d4bb3833c fetch: verify we have everything we need before updating our ref 14 years ago
Jens Lehmann 18322badc2 fetch: skip on-demand checking when no submodules are configured 14 years ago
Junio C Hamano 6b67e0dc06 fetch: verify we have everything we need before updating our ref 14 years ago
Jim Meyering d8ead15963 fetch: do not leak a refspec 14 years ago
Ævar Arnfjörð Bjarmason 321a153c5a i18n: git-fetch split up "(non-fast-forward)" message 14 years ago
Ævar Arnfjörð Bjarmason f7b3742a6b i18n: git-fetch update_local_ref messages 14 years ago
Ævar Arnfjörð Bjarmason 502681cd7d i18n: git-fetch formatting messages 14 years ago
Ævar Arnfjörð Bjarmason bd4a51fc25 i18n: git-fetch basic messages 14 years ago
Jens Lehmann 8f0700dd33 fetch/pull: Add the 'on-demand' value to the --recurse-submodules option 14 years ago
Jens Lehmann 88a21979c5 fetch/pull: recurse into submodules when necessary 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 14 years ago
Jens Lehmann be254a0ea9 Add the 'fetch.recurseSubmodules' config setting 14 years ago
Jens Lehmann 7dce19d374 fetch/pull: Add the --recurse-submodules option 14 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 14 years ago
Matthieu Moy 8b3f3f84b2 Change "tracking branch" to "remote-tracking branch" 14 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 15 years ago
Brandon Casey f31dbdc7da builtin/fetch.c: comment that branch->remote_name is usable when has_merge 15 years ago
Brandon Casey 3ee1757bae builtin/fetch.c: ignore merge config when not fetching from branch's remote 15 years ago
Daniel Johnson ed36854651 fetch: allow command line --tags to override config 15 years ago
Matthieu Moy d3b9dd136e Clarify help message when no remote is specified in fetch/pull. 15 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Alex Riesen 8a57c6e943 Convert the users of for_each_string_list to for_each_string_list_item macro 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago
Julian Phillips e8c8b7139c string_list: Fix argument order for string_list_lookup 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Julian Phillips b684e97736 string_list: Fix argument order for for_each_string_list 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago