summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2015-06-22prune_refs(): use delete_refs()Michael Haggerty
2015-05-25builtin/fetch: rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2015-02-13do not include the same header twiceДилян Палаузов
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-04fetch: load all default config at startupJeff King
2014-10-15fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg
2014-08-18fetch: silence git-gc if --quiet is givenNguyễn Thái Ngọc Duy
2014-08-18fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano
2014-06-19use xstrfmt to replace xmalloc + strcpy/strcatJeff King
2014-06-05fetch: allow explicit --refmap to override configurationJunio C Hamano
2014-02-27Merge branch 'ep/varscope'Junio C Hamano
2014-01-31builtin/fetch.c: reduce scope of variableElia Pinto
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2014-01-03fetch --prune: Run prune before fetchingTom Miller
2014-01-03fetch --prune: always print header urlTom Miller
2013-12-17Merge branch 'nd/transport-positive-depth-only'Junio C Hamano
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-11fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy
2013-12-11fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-06clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-30ref_remove_duplicates(): simplify loop logicMichael Haggerty
2013-10-30fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty
2013-10-30fetch --prune: prune only based on explicit refspecsMichael Haggerty
2013-10-30fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty
2013-10-30fetch: only opportunistically update references based on command lineMichael Haggerty
2013-10-30builtin/fetch.c: reorder function definitionsMichael Haggerty
2013-10-24get_ref_map(): rename local variablesMichael Haggerty
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano
2013-09-09Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King
2013-08-28builtin/fetch.c: Fix a sparse warningRamsay Jones
2013-08-07fetch: work around "transport-take-over" hackJunio C Hamano
2013-08-07fetch: refactor code that fetches leftover tagsJunio C Hamano
2013-08-07fetch: refactor code that prepares a transportJunio C Hamano
2013-08-07fetch: rename file-scope global "transport" to "gtransport"Junio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-18fetch: make --prune configurableMichael Schubert
2013-06-14Merge branch 'mh/reflife'Junio C Hamano
2013-06-02add_existing(): do not retain a reference to sha1Michael Haggerty
2013-06-02do_fetch(): clean up existing_refs before exitingMichael Haggerty
2013-06-02do_fetch(): reduce scope of peer_itemMichael Haggerty
2013-05-28fetch: make own copies of refnamesMichael Haggerty