summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bg/fetch-multi'Junio C Hamano2009-11-231-20/+178
|\
| * builtin-fetch: add --dry-run optionJay Soffian2009-11-101-4/+10
| * builtin-fetch: add --prune optionJay Soffian2009-11-101-2/+30
| * Add the configuration option skipFetchAllBjörn Gustavsson2009-11-101-1/+2
| * Teach the --multiple option to 'git fetch'Björn Gustavsson2009-11-101-1/+10
| * Teach the --all option to 'git fetch'Björn Gustavsson2009-11-101-18/+132
* | Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-1/+1
|\ \
| * | fetch: Allow transport -v -v -v to set verbosity to 3Shawn O. Pearce2009-10-301-1/+1
| |/
* | Merge branch 'jp/fetch-cull-many-refs'Junio C Hamano2009-11-201-3/+14
|\ \
| * | fetch: Speed up fetch of large numbers of refsJulian Phillips2009-10-271-3/+14
* | | Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-151-2/+2
|\ \ \ | |/ / |/| |
| * | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-2/+2
| |/
* | fetch: Speed up fetch by rewriting find_non_local_tagsJulian Phillips2009-09-181-33/+74
|/
* use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-131-1/+1
* quickfetch(): Prevent overflow of the rev-list command lineJohan Herland2009-07-101-27/+40
* Merge branch 'sb/opt-filename'Junio C Hamano2009-05-311-1/+1
|\
| * parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* | Merge branch 'maint'Junio C Hamano2009-05-251-3/+8
|\ \ | |/ |/|
| * fetch: report ref storage DF errors more accuratelyJeff King2009-05-251-3/+8
* | Merge branch 'fc/decorate-tag'Junio C Hamano2009-05-231-1/+1
|\ \
| * | Change prettify_ref to prettify_refnameFelipe Contreras2009-05-131-1/+1
| |/
* | Merge branch 'ae/anon-fetch-info'Junio C Hamano2009-05-181-2/+5
|\ \
| * | fetch: Strip usernames from url's before storing themAndreas Ericsson2009-04-211-2/+5
| |/
* | Quote LF in urls git fetch saves in FETCH_HEADAlex Riesen2009-05-131-2/+8
|/
* Merge branch 'db/push-cleanup'Junio C Hamano2009-03-261-5/+1
|\
| * Use a common function to get the pretty name of refsDaniel Barkalow2009-03-091-5/+1
* | Improve error message about fetch into current branchAlex Riesen2009-03-221-1/+2
* | Give error when no remote is configuredDaniel Barkalow2009-03-101-3/+3
|/
* refactor signal handling for cleanup functionsJeff King2009-01-211-1/+1
* chain kill signals for cleanup functionsJeff King2009-01-211-2/+3
* remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
* Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz2008-11-141-10/+9
* Merge branch 'js/maint-fetch-update-head'Junio C Hamano2008-10-211-0/+15
|\
| * Fix fetch/pull when run without --update-head-okJohannes Schindelin2008-10-131-0/+15
* | make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-181-2/+2
|/
* Start conforming code to "git subcmd" style part 2Heikki Orsila2008-09-091-3/+3
* Rename path_list to string_listJohannes Schindelin2008-07-211-10/+10
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* fetch: give a hint to the user when local refs fail to updateJeff King2008-06-291-4/+11
* fetch: report local storage errors in status tableJeff King2008-06-271-12/+24
* builtin-fetch.c (store_updated_refs): Honor update_local_ref() return valueDmitry V. Levin2008-05-281-3/+3
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-8/+2
|\
| * Have a constant extern refspec for "--tags"Daniel Barkalow2008-05-041-8/+2
* | alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk2008-05-111-4/+2
* | Merge branch 'jk/fetch-status'Junio C Hamano2008-05-051-3/+1
|\ \ | |/ |/|
| * git-fetch: always show status of non-tracking-ref fetchesJeff King2008-04-101-3/+1
* | Fix use after free() in builtin-fetchAlex Riesen2008-04-281-3/+5
|/
* git-fetch: fix status output when not storing tracking refJeff King2008-04-101-15/+13
* git-fetch: Don't trigger a bus error when given the refspec "tag"Kevin Ballard2008-04-051-0/+2
* remote.c: Fix overtight refspec validationJunio C Hamano2008-03-221-1/+2