summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* builtin/fetch: rewrite to take an object_id argumentMichael Haggerty2015-05-251-12/+11
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-2/+6
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-2/+3
|\
| * path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-011-2/+3
* | Merge branch 'mh/refs-have-new'Junio C Hamano2015-03-051-2/+4
|\ \
| * | ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-171-2/+4
| |/
* | do not include the same header twicedp/remove-duplicated-header-inclusionДилян Палаузов2015-02-131-1/+0
|/
* Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-061-1/+1
|\
| * fetch: load all default config at startupJeff King2014-11-041-1/+1
* | fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg2014-10-151-10/+24
* | 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