summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* fetch: silence git-gc if --quiet is givennd/fetch-pass-quiet-to-gc-child-processNguyễn Thái Ngọc Duy2014-08-181-0/+2
* fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy2014-08-181-4/+4
* Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-091-7/+2
|\
| * use xstrfmt to replace xmalloc + strcpy/strcatJeff King2014-06-191-7/+2
* | fetch: allow explicit --refmap to override configurationjc/fetch-push-refmapJunio C Hamano2014-06-051-3/+32
|/
* Merge branch 'ep/varscope'Junio C Hamano2014-02-271-1/+1
|\
| * builtin/fetch.c: reduce scope of variableElia Pinto2014-01-311-1/+1
* | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-1/+14
|\ \
| * | fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-1/+5
| * | fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+9
| |/
* | fetch --prune: Run prune before fetchingtm/fetch-pruneTom Miller2014-01-031-5/+5
* | fetch --prune: always print header urlTom Miller2014-01-031-5/+27
* | Merge branch 'nd/transport-positive-depth-only'Junio C Hamano2013-12-171-0/+4
|\ \
| * | clone,fetch: catch non positive --depth option valuend/transport-positive-depth-onlyNguyễn Thái Ngọc Duy2013-12-061-0/+4
* | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-9/+9
|\ \ \
| * | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-9/+9
| | |/ | |/|
* | | ref_remove_duplicates(): simplify loop logicMichael Haggerty2013-10-301-3/+1
* | | fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty2013-10-301-2/+2
* | | fetch --prune: prune only based on explicit refspecsMichael Haggerty2013-10-301-30/+9
* | | fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty2013-10-301-24/+35
* | | fetch: only opportunistically update references based on command lineMichael Haggerty2013-10-301-12/+32
* | | builtin/fetch.c: reorder function definitionsMichael Haggerty2013-10-301-101/+97
* | | get_ref_map(): rename local variablesMichael Haggerty2013-10-241-6/+6
|/ /
* | Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-1/+2
|\ \
| * | refs: report ref type from lock_any_ref_for_updateBrad King2013-08-301-1/+2
* | | Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano2013-09-091-33/+56
|\ \ \ | | |/ | |/|
| * | builtin/fetch.c: Fix a sparse warningjc/transport-do-not-use-connect-twice-in-fetchRamsay Jones2013-08-281-1/+1
| * | fetch: work around "transport-take-over" hackJunio C Hamano2013-08-071-0/+13
| * | fetch: refactor code that fetches leftover tagsJunio C Hamano2013-08-071-5/+9
| * | fetch: refactor code that prepares a transportJunio C Hamano2013-08-071-20/+26
| * | fetch: rename file-scope global "transport" to "gtransport"Junio C Hamano2013-08-071-11/+11
| |/
* | Merge branch 'ms/fetch-prune-configuration'Junio C Hamano2013-09-091-3/+32
|\ \
| * | fetch: make --prune configurablems/fetch-prune-configurationMichael Schubert2013-07-181-5/+34
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-12/+12
| |/ |/|
* | Merge branch 'mh/reflife'Junio C Hamano2013-06-141-12/+17
|\ \
| * | add_existing(): do not retain a reference to sha1Michael Haggerty2013-06-021-3/+4
| * | do_fetch(): clean up existing_refs before exitingMichael Haggerty2013-06-021-5/+9
| * | do_fetch(): reduce scope of peer_itemMichael Haggerty2013-06-021-3/+3
| * | fetch: make own copies of refnamesMichael Haggerty2013-05-281-2/+2
| |/
* | fetch: don't try to update unfetched tracking refsJohn Keeping2013-05-281-1/+1
* | fetch: opportunistically update tracking refsJeff King2013-05-121-0/+16
* | refactor "ref->merge" flagJeff King2013-05-121-22/+35
|/
* Merge branch 'jk/gc-auto-after-fetch'Junio C Hamano2013-02-011-0/+5
|\
| * Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetchJunio C Hamano2013-01-261-0/+5
| |\
| | * fetch: run gc --auto after fetchingJeff King2013-01-261-0/+5
| | * Merge branch 'dj/fetch-all-tags' into maintJunio C Hamano2012-09-241-22/+29
| | |\
* | | | fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-111-1/+16
|/ / /
* | | Merge branch 'nd/fetch-status-alignment'Junio C Hamano2012-09-181-8/+7
|\ \ \
| * | | fetch: align per-ref summary report in UTF-8 localesNguyễn Thái Ngọc Duy2012-09-141-8/+7
| |/ /
* | | Merge branch 'dj/fetch-all-tags'Junio C Hamano2012-09-141-0/+4
|\ \ \ | | |/ | |/|