summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gf/fetch-pack-direct-object-fetch' into maintJunio C Hamano2016-04-151-3/+13
|\
| * fetch-pack: fix object_id of exact sha1Gabriel Souza Franco2016-03-011-3/+13
* | Merge branch 'jk/rev-parse-local-env-vars' into maintJunio C Hamano2016-04-151-18/+32
|\ \
| * | rev-parse: let some options run outside repositoryJeff King2016-02-291-18/+32
* | | Merge branch 'jk/config-get-urlmatch' into maintJunio C Hamano2016-04-151-1/+4
|\ \ \
| * | | config: fail if --get-urlmatch finds no valueJohn Keeping2016-02-281-1/+4
| |/ /
* | | Merge branch 'jc/index-pack' into maintJunio C Hamano2016-04-151-18/+17
|\ \ \
| * | | index-pack: add a helper function to derive .idx/.keep filenameJunio C Hamano2016-03-031-18/+17
| * | | Merge branch 'jc/maint-index-pack-keep' into jc/index-packJunio C Hamano2016-03-031-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | index-pack: correct --keep[=<msg>]Junio C Hamano2016-03-031-1/+1
* | | | Merge branch 'sb/submodule-module-list-pathspec-fix'Junio C Hamano2016-03-241-3/+3
|\ \ \ \
| * | | | submodule: fix regression for deinit without submodulesStefan Beller2016-03-231-3/+3
* | | | | Merge branch 'nd/i18n-2.8.0'Junio C Hamano2016-03-042-6/+6
|\ \ \ \ \
| * | | | | builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-291-5/+5
| * | | | | builtin/checkout.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-291-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano2016-03-041-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-251-0/+1
* | | | | Merge branch 'js/config-set-in-non-repository'Junio C Hamano2016-02-261-0/+3
|\ \ \ \ \
| * | | | | git config: report when trying to modify a non-existing repo configJohannes Schindelin2016-02-251-0/+3
| | |_|_|/ | |/| | |
| * | | | Merge branch 'nd/ita-cleanup' into maintJunio C Hamano2016-02-223-7/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'ah/stripspace-optstring' into maintJunio C Hamano2016-02-221-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'mm/push-default-warning'Junio C Hamano2016-02-261-34/+0
|\ \ \ \ \ \ \
| * | | | | | | push: remove "push.default is unset" warning messageMatthieu Moy2016-02-251-34/+0
* | | | | | | | Merge branch 'sb/submodule-module-list-fix'Junio C Hamano2016-02-261-8/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | submodule helper list: respect correct path prefixStefan Beller2016-02-241-8/+2
* | | | | | | | Merge branch 'ps/config-error'Junio C Hamano2016-02-265-65/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-225-35/+35
| * | | | | | | | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-223-16/+16
| * | | | | | | | init-db: die on config errors when initializing empty repoPatrick Steinhardt2016-02-221-10/+10
| * | | | | | | | clone: die on config error in cmd_clonePatrick Steinhardt2016-02-221-4/+4
| * | | | | | | | remote: die on config error when manipulating remotesPatrick Steinhardt2016-02-221-27/+12
| * | | | | | | | remote: die on config error when setting/adding branchesPatrick Steinhardt2016-02-221-17/+9
| * | | | | | | | remote: die on config error when setting URLPatrick Steinhardt2016-02-221-5/+6
| * | | | | | | | submodule--helper: die on config error when cloning modulePatrick Steinhardt2016-02-221-2/+2
| * | | | | | | | branch: die on config error when editing branch descriptionPatrick Steinhardt2016-02-221-3/+2
| * | | | | | | | branch: die on config error when unsetting upstreamPatrick Steinhardt2016-02-221-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ls/config-origin'Junio C Hamano2016-02-261-0/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | config: add '--show-origin' option to print the origin of a config valueLars Schneider2016-02-221-0/+33
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-2621-101/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch-pack: simplify add_sought_entryJeff King2016-02-221-18/+9
| * | | | | | | | use st_add and st_mult for allocation size computationJeff King2016-02-227-9/+9
| * | | | | | | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-224-18/+11
| * | | | | | | | use xmallocz to avoid size arithmeticJeff King2016-02-223-3/+3
| * | | | | | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-229-14/+16
| * | | | | | | | convert manual allocations to argv_arrayJeff King2016-02-223-35/+13
| * | | | | | | | reflog_expire_cfg: NUL-terminate pattern fieldJeff King2016-02-191-5/+3
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'jk/ref-cache-non-repository-optim' into maintJunio C Hamano2016-02-051-25/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-052-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/list-tag-2.7-regression' into maintJunio C Hamano2016-02-051-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano2016-02-054-0/+5
| |\ \ \ \ \ \ \ \ \ \