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