summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorLines
2016-07-11Merge branch 'km/fetch-do-not-free-remote-name' into maintJunio C Hamano-4/+2
2016-06-14builtin/fetch.c: don't free remote->name after fetchKeith McGuigan-4/+2
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano-2/+2
2016-05-09builtin/fetch.c: use error_errno()Nguyễn Thái Ngọc Duy-2/+2
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano-1/+1
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller-1/+1
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano-1/+1
2016-02-26Merge branch 'tg/git-remote'Junio C Hamano-3/+2
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano-0/+6
2016-02-22use st_add and st_mult for allocation size computationJeff King-1/+1
2016-02-16remote: simplify remote_is_configured()Thomas Gummerer-3/+2
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong-0/+6
2016-02-05Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano-0/+2
2016-02-05Merge branch 'js/fopen-harder' into maintJunio C Hamano-1/+1
2016-01-26Merge branch 'js/close-packs-before-gc'Junio C Hamano-0/+2
2016-01-20Merge branch 'js/fopen-harder'Junio C Hamano-1/+1
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin-0/+2
2016-01-11Handle more file writes correctly in shared reposJohannes Schindelin-1/+1
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller-1/+5
2015-11-20Remove get_object_hash.brian m. carlson-2/+2
2015-11-20Add several uses of get_object_hash.brian m. carlson-2/+2
2015-11-20Convert struct ref to use object_id.brian m. carlson-25/+25
2015-10-05use alloc_ref rather than hand-allocating "struct ref"Jeff King-2/+1
2015-10-05transport: use strbufs for status table "quickref" stringsJeff King-10/+12
2015-09-25fetch: replace static buffer with xstrfmtJeff King-5/+2
2015-08-31Merge branch 'hv/submodule-config'Junio C Hamano-0/+1
2015-08-19Merge branch 'jk/git-path'Junio C Hamano-2/+2
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt-0/+1
2015-08-17Merge branch 'mh/get-remote-group-fix'Junio C Hamano-8/+6
2015-08-10memoize common git-path "constant" filesJeff King-2/+2
2015-07-28get_remote_group(): use skip_prefix()Michael Haggerty-2/+1
2015-07-28get_remote_group(): eliminate superfluous call to strcspn()Michael Haggerty-2/+2
2015-07-28get_remote_group(): rename local variable "space" to "wordlen"Michael Haggerty-5/+5
2015-07-28get_remote_group(): handle remotes with single-character namesMichael Haggerty-2/+1
2015-06-22prune_refs(): use delete_refs()Michael Haggerty-8/+17
2015-05-25builtin/fetch: rewrite to take an object_id argumentMichael Haggerty-12/+11
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty-2/+6
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano-2/+3
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano-2/+4
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty-2/+4
2015-02-13do not include the same header twiceДилян Палаузов-1/+0
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy-2/+3
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano-1/+1
2014-11-04fetch: load all default config at startupJeff King-1/+1
2014-10-15fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg-10/+24
2014-08-18fetch: silence git-gc if --quiet is givenNguyễn Thái Ngọc Duy-0/+2
2014-08-18fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy-4/+4
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano-7/+2
2014-06-19use xstrfmt to replace xmalloc + strcpy/strcatJeff King-7/+2
2014-06-05fetch: allow explicit --refmap to override configurationJunio C Hamano-3/+32