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