66 Commits (e1c3643ff78610d2e6b42c206cd5ed33a9353285)

Author SHA1 Message Date
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 14 years ago
Carlos Martín Nieto ed43de6ec3 fetch: honor the user-provided refspecs when pruning refs 14 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 15 years ago
Matthieu Moy 8b3f3f84b2 Change "tracking branch" to "remote-tracking branch" 15 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
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Michael Lukashov f1863d0d16 refactor duplicated code in builtin-send-pack.c and transport.c 15 years ago
Daniel Barkalow fb0cc87ec0 Allow programs to not depend on remotes having urls 15 years ago
Jay Soffian 28a1540132 builtin-fetch: add --dry-run option 16 years ago
Jay Soffian f360d844de builtin-fetch: add --prune option 16 years ago
Björn Gustavsson 7cc91a2f71 Add the configuration option skipFetchAll 16 years ago
Björn Gustavsson 16679e373f Teach the --multiple option to 'git fetch' 16 years ago
Björn Gustavsson 9c4a036b34 Teach the --all option to 'git fetch' 16 years ago
Shawn O. Pearce cff7123c11 fetch: Allow transport -v -v -v to set verbosity to 3 16 years ago
Julian Phillips b1a01e1c07 fetch: Speed up fetch of large numbers of refs 16 years ago