summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23Merge branch 'bg/fetch-multi'Libravatar Junio C Hamano1-20/+178
2009-11-20Merge branch 'sp/smart-http'Libravatar Junio C Hamano1-1/+1
2009-11-20Merge branch 'jp/fetch-cull-many-refs'Libravatar Junio C Hamano1-3/+14
2009-11-15Merge branch 'fc/doc-fast-forward'Libravatar Junio C Hamano1-2/+2
2009-11-10builtin-fetch: add --dry-run optionLibravatar Jay Soffian1-4/+10
2009-11-10builtin-fetch: add --prune optionLibravatar Jay Soffian1-2/+30
2009-11-10Add the configuration option skipFetchAllLibravatar Björn Gustavsson1-1/+2
2009-11-10Teach the --multiple option to 'git fetch'Libravatar Björn Gustavsson1-1/+10
2009-11-10Teach the --all option to 'git fetch'Libravatar Björn Gustavsson1-18/+132
2009-10-30fetch: Allow transport -v -v -v to set verbosity to 3Libravatar Shawn O. Pearce1-1/+1
2009-10-27fetch: Speed up fetch of large numbers of refsLibravatar Julian Phillips1-3/+14
2009-10-24Use 'fast-forward' all over the placeLibravatar Felipe Contreras1-2/+2
2009-09-18fetch: Speed up fetch by rewriting find_non_local_tagsLibravatar Julian Phillips1-33/+74
2009-09-13use write_str_in_full helper to avoid literal string lengthsLibravatar Jim Meyering1-1/+1
2009-07-10quickfetch(): Prevent overflow of the rev-list command lineLibravatar Johan Herland1-27/+40
2009-05-31Merge branch 'sb/opt-filename'Libravatar Junio C Hamano1-1/+1
2009-05-25Merge branch 'maint'Libravatar Junio C Hamano1-3/+8
2009-05-25fetch: report ref storage DF errors more accuratelyLibravatar Jeff King1-3/+8
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+1
2009-05-23Merge branch 'fc/decorate-tag'Libravatar Junio C Hamano1-1/+1
2009-05-18Merge branch 'ae/anon-fetch-info'Libravatar Junio C Hamano1-2/+5
2009-05-13Change prettify_ref to prettify_refnameLibravatar Felipe Contreras1-1/+1
2009-05-13Quote LF in urls git fetch saves in FETCH_HEADLibravatar Alex Riesen1-2/+8
2009-04-21fetch: Strip usernames from url's before storing themLibravatar Andreas Ericsson1-2/+5
2009-03-26Merge branch 'db/push-cleanup'Libravatar Junio C Hamano1-5/+1
2009-03-22Improve error message about fetch into current branchLibravatar Alex Riesen1-1/+2
2009-03-10Give error when no remote is configuredLibravatar Daniel Barkalow1-3/+3
2009-03-09Use a common function to get the pretty name of refsLibravatar Daniel Barkalow1-5/+1
2009-01-21refactor signal handling for cleanup functionsLibravatar Jeff King1-1/+1
2009-01-21chain kill signals for cleanup functionsLibravatar Jeff King1-2/+3
2009-01-05remove trailing LF in die() messagesLibravatar Alexander Potashev1-1/+1
2008-11-14Teach/Fix pull/fetch -q/-v optionsLibravatar Tuncer Ayaz1-10/+9
2008-10-21Merge branch 'js/maint-fetch-update-head'Libravatar Junio C Hamano1-0/+15
2008-10-18make alloc_ref_from_str() the new alloc_ref()Libravatar René Scharfe1-2/+2
2008-10-13Fix fetch/pull when run without --update-head-okLibravatar Johannes Schindelin1-0/+15
2008-09-09Start conforming code to "git subcmd" style part 2Libravatar Heikki Orsila1-3/+3
2008-07-21Rename path_list to string_listLibravatar Johannes Schindelin1-10/+10
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-06-29fetch: give a hint to the user when local refs fail to updateLibravatar Jeff King1-4/+11
2008-06-27fetch: report local storage errors in status tableLibravatar Jeff King1-12/+24
2008-05-28builtin-fetch.c (store_updated_refs): Honor update_local_ref() return valueLibravatar Dmitry V. Levin1-3/+3
2008-05-25Merge branch 'db/clone-in-c'Libravatar Junio C Hamano1-8/+2
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringLibravatar Krzysztof Kowalczyk1-4/+2
2008-05-05Merge branch 'jk/fetch-status'Libravatar Junio C Hamano1-3/+1
2008-05-04Have a constant extern refspec for "--tags"Libravatar Daniel Barkalow1-8/+2
2008-04-28Fix use after free() in builtin-fetchLibravatar Alex Riesen1-3/+5
2008-04-10git-fetch: always show status of non-tracking-ref fetchesLibravatar Jeff King1-3/+1
2008-04-10git-fetch: fix status output when not storing tracking refLibravatar Jeff King1-15/+13
2008-04-05git-fetch: Don't trigger a bus error when given the refspec "tag"Libravatar Kevin Ballard1-0/+2
2008-03-22remote.c: Fix overtight refspec validationLibravatar Junio C Hamano1-1/+2