summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
AgeCommit message (Expand)Author
2009-07-11quickfetch(): Prevent overflow of the rev-list command lineJohan Herland
2009-05-31Merge branch 'sb/opt-filename'Junio C Hamano
2009-05-26Merge branch 'maint'Junio C Hamano
2009-05-25fetch: report ref storage DF errors more accuratelyJeff King
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-23Merge branch 'fc/decorate-tag'Junio C Hamano
2009-05-18Merge branch 'ae/anon-fetch-info'Junio C Hamano
2009-05-14Change prettify_ref to prettify_refnameFelipe Contreras
2009-05-13Quote LF in urls git fetch saves in FETCH_HEADAlex Riesen
2009-04-21fetch: Strip usernames from url's before storing themAndreas Ericsson
2009-03-26Merge branch 'db/push-cleanup'Junio C Hamano
2009-03-23Improve error message about fetch into current branchAlex Riesen
2009-03-11Give error when no remote is configuredDaniel Barkalow
2009-03-09Use a common function to get the pretty name of refsDaniel Barkalow
2009-01-22refactor signal handling for cleanup functionsJeff King
2009-01-22chain kill signals for cleanup functionsJeff King
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-11-15Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz
2008-10-22Merge branch 'js/maint-fetch-update-head'Junio C Hamano
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin
2008-09-09Start conforming code to "git subcmd" style part 2Heikki Orsila
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-30fetch: give a hint to the user when local refs fail to updateJeff King
2008-06-27fetch: report local storage errors in status tableJeff King
2008-05-28builtin-fetch.c (store_updated_refs): Honor update_local_ref() return valueDmitry V. Levin
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk
2008-05-06Merge branch 'jk/fetch-status'Junio C Hamano
2008-05-05Have a constant extern refspec for "--tags"Daniel Barkalow
2008-04-29Fix use after free() in builtin-fetchAlex Riesen
2008-04-10git-fetch: always show status of non-tracking-ref fetchesJeff King
2008-04-10git-fetch: fix status output when not storing tracking refJeff King
2008-04-05git-fetch: Don't trigger a bus error when given the refspec "tag"Kevin Ballard
2008-03-23remote.c: Fix overtight refspec validationJunio C Hamano
2008-03-14Merge branch 'maint'Junio C Hamano
2008-03-13git fetch: Take '-n' to mean '--no-tags'Johannes Schindelin
2008-03-05Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce
2008-03-03Teach git-fetch to grab a tag at the same time as a commitShawn O. Pearce
2008-03-03Make git-fetch follow tags we already have objects for soonerShawn O. Pearce
2008-03-03Free the path_lists used to find non-local tags in git-fetchShawn O. Pearce
2008-03-03Allow builtin-fetch's find_non_local_tags to append onto a listShawn O. Pearce
2008-03-03Ensure tail pointer gets setup correctly when we fetch HEAD onlyShawn O. Pearce
2008-03-03Remove unnecessary delaying of free_refs(ref_map) in builtin-fetchShawn O. Pearce
2008-03-03Remove unused variable in builtin-fetch find_non_local_tagsShawn O. Pearce
2008-02-05Reduce the number of connects when fetchingDaniel Barkalow
2007-12-05Rewrite builtin-fetch option parsing to use parse_options().Kristian Høgsberg
2007-12-04Use a strbuf for copying the command line for the reflog.Kristian Høgsberg
2007-11-30Error out when user doesn't have access permission to the repositoryAndré Goddard Rosa