40 Commits (ebe8621fd798a568ae33eb6a665cb3c758dd3816)

Author SHA1 Message Date
Æ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 14 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 15 years ago
Jay Soffian f360d844de builtin-fetch: add --prune option 15 years ago
Björn Gustavsson 7cc91a2f71 Add the configuration option skipFetchAll 15 years ago
Björn Gustavsson 16679e373f Teach the --multiple option to 'git fetch' 15 years ago
Björn Gustavsson 9c4a036b34 Teach the --all option to 'git fetch' 15 years ago
Shawn O. Pearce cff7123c11 fetch: Allow transport -v -v -v to set verbosity to 3 15 years ago
Julian Phillips b1a01e1c07 fetch: Speed up fetch of large numbers of refs 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
Julian Phillips e984c54ada fetch: Speed up fetch by rewriting find_non_local_tags 16 years ago
Jim Meyering 2b7ca830c6 use write_str_in_full helper to avoid literal string lengths 16 years ago
Johan Herland d9eb0205a2 quickfetch(): Prevent overflow of the rev-list command line 16 years ago
Jeff King fa25075979 fetch: report ref storage DF errors more accurately 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Felipe Contreras 4577e48364 Change prettify_ref to prettify_refname 16 years ago
Alex Riesen 95405ba6cf Quote LF in urls git fetch saves in FETCH_HEAD 16 years ago
Andreas Ericsson 47abd85ba0 fetch: Strip usernames from url's before storing them 16 years ago
Alex Riesen 26284f9356 Improve error message about fetch into current branch 16 years ago
Daniel Barkalow fa685bdf45 Give error when no remote is configured 16 years ago
Daniel Barkalow a9c37a72c4 Use a common function to get the pretty name of refs 16 years ago
Jeff King 57b235a4bc refactor signal handling for cleanup functions 16 years ago
Jeff King 4a16d07272 chain kill signals for cleanup functions 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago