aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Merge branch 'hv/submodule-config'Junio C Hamano1-0/+1
2015-08-19Merge branch 'jk/git-path'Junio C Hamano1-2/+2
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt1-0/+1
2015-08-17Merge branch 'mh/get-remote-group-fix'Junio C Hamano1-8/+6
2015-08-10memoize common git-path "constant" filesJeff King1-2/+2
2015-07-28get_remote_group(): use skip_prefix()Michael Haggerty1-2/+1
2015-07-28get_remote_group(): eliminate superfluous call to strcspn()Michael Haggerty1-2/+2
2015-07-28get_remote_group(): rename local variable "space" to "wordlen"Michael Haggerty1-5/+5
2015-07-28get_remote_group(): handle remotes with single-character namesMichael Haggerty1-2/+1
2015-06-22prune_refs(): use delete_refs()Michael Haggerty1-8/+17
2015-05-25builtin/fetch: rewrite to take an object_id argumentMichael Haggerty1-12/+11
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-2/+6
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano1-2/+3
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano1-2/+4
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty1-2/+4
2015-02-13do not include the same header twiceДилян Палаузов1-1/+0
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy1-2/+3
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano1-1/+1
2014-11-04fetch: load all default config at startupJeff King1-1/+1
2014-10-15fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg1-10/+24
2014-08-18fetch: silence git-gc if --quiet is givenNguyễn Thái Ngọc Duy1-0/+2
2014-08-18fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy1-4/+4
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano1-7/+2
2014-06-19use xstrfmt to replace xmalloc + strcpy/strcatJeff King1-7/+2
2014-06-05fetch: allow explicit --refmap to override configurationJunio C Hamano1-3/+32
2014-02-27Merge branch 'ep/varscope'Junio C Hamano1-1/+1
2014-01-31builtin/fetch.c: reduce scope of variableElia Pinto1-1/+1
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano1-1/+14
2014-01-03fetch --prune: Run prune before fetchingTom Miller1-5/+5
2014-01-03fetch --prune: always print header urlTom Miller1-5/+27
2013-12-17Merge branch 'nd/transport-positive-depth-only'Junio C Hamano1-0/+4
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano1-9/+9
2013-12-10fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy1-1/+5
2013-12-10fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy1-0/+9
2013-12-06clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy1-0/+4
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-9/+9
2013-10-30ref_remove_duplicates(): simplify loop logicMichael Haggerty1-3/+1
2013-10-30fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty1-2/+2
2013-10-30fetch --prune: prune only based on explicit refspecsMichael Haggerty1-30/+9
2013-10-30fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty1-24/+35
2013-10-30fetch: only opportunistically update references based on command lineMichael Haggerty1-12/+32
2013-10-30builtin/fetch.c: reorder function definitionsMichael Haggerty1-101/+97
2013-10-24get_ref_map(): rename local variablesMichael Haggerty1-6/+6
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano1-1/+2
2013-09-09Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano1-33/+56
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano1-3/+32
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King1-1/+2
2013-08-28builtin/fetch.c: Fix a sparse warningRamsay Jones1-1/+1
2013-08-07fetch: work around "transport-take-over" hackJunio C Hamano1-0/+13
2013-08-07fetch: refactor code that fetches leftover tagsJunio C Hamano1-5/+9