aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-06
|\
| * clone: allow an explicit argument for parallel submodule clonesStefan Beller2016-03-01
| * submodule update: expose parallelism to the userStefan Beller2016-03-01
| * submodule helper: remove double 'fatal: ' prefixStefan Beller2016-03-01
| * git submodule update: have a dedicated helper for cloningStefan Beller2016-03-01
| * fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller2016-03-01
* | Merge branch 'ss/receive-pack-parse-options'Junio C Hamano2016-04-06
|\ \
| * | builtin/receive-pack.c: use parse_options APISidhant Sharma [:tk]2016-03-01
* | | Merge branch 'jk/startup-info'Junio C Hamano2016-04-03
|\ \ \
| * | | grep: turn off gitlink detection for --no-indexJeff King2016-03-07
| * | | setup: set startup_info->have_repository more reliablyJeff King2016-03-06
* | | | Merge branch 'jc/index-pack'Junio C Hamano2016-04-03
|\ \ \ \
| * | | | index-pack: add a helper function to derive .idx/.keep filenameJunio C Hamano2016-03-03
| * | | | Merge branch 'jc/maint-index-pack-keep' into jc/index-packJunio C Hamano2016-03-03
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'gf/fetch-pack-direct-object-fetch'Junio C Hamano2016-04-03
|\ \ \ \ \
| * | | | | fetch-pack: fix object_id of exact sha1Gabriel Souza Franco2016-03-01
| |/ / / /
* | | | | Merge branch 'jc/maint-index-pack-keep'Junio C Hamano2016-04-03
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | index-pack: correct --keep[=<msg>]Junio C Hamano2016-03-03
* | | | | Merge branch 'jk/rev-parse-local-env-vars'Junio C Hamano2016-04-03
|\ \ \ \ \
| * | | | | rev-parse: let some options run outside repositoryJeff King2016-02-29
* | | | | | Merge branch 'jk/config-get-urlmatch'Junio C Hamano2016-04-03
|\ \ \ \ \ \
| * | | | | | config: fail if --get-urlmatch finds no valueJohn Keeping2016-02-28
| |/ / / / /
* | | | | | Merge branch 'mm/diff-renames-default'Junio C Hamano2016-04-03
|\ \ \ \ \ \
| * | | | | | diff: activate diff.renames by defaultMatthieu Moy2016-02-25
| * | | | | | log: introduce init_log_defaults()Matthieu Moy2016-02-25
* | | | | | | Merge branch 'sb/submodule-module-list-pathspec-fix'Junio C Hamano2016-03-24
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | submodule: fix regression for deinit without submodulesStefan Beller2016-03-22
* | | | | | | Merge branch 'nd/i18n-2.8.0'Junio C Hamano2016-03-04
|\ \ \ \ \ \ \
| * | | | | | | builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
| * | | | | | | builtin/checkout.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano2016-03-04
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-25
* | | | | | | Merge branch 'js/config-set-in-non-repository'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \
| * | | | | | | git config: report when trying to modify a non-existing repo configJohannes Schindelin2016-02-25
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'nd/ita-cleanup' into maintJunio C Hamano2016-02-22
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ah/stripspace-optstring' into maintJunio C Hamano2016-02-22
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'mm/push-default-warning'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | push: remove "push.default is unset" warning messageMatthieu Moy2016-02-25
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sb/submodule-module-list-fix'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | submodule helper list: respect correct path prefixStefan Beller2016-02-24
* | | | | | | | | Merge branch 'ps/config-error'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-22
| * | | | | | | | | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-22
| * | | | | | | | | init-db: die on config errors when initializing empty repoPatrick Steinhardt2016-02-22
| * | | | | | | | | clone: die on config error in cmd_clonePatrick Steinhardt2016-02-22
| * | | | | | | | | remote: die on config error when manipulating remotesPatrick Steinhardt2016-02-22
| * | | | | | | | | remote: die on config error when setting/adding branchesPatrick Steinhardt2016-02-22
| * | | | | | | | | remote: die on config error when setting URLPatrick Steinhardt2016-02-22
| * | | | | | | | | submodule--helper: die on config error when cloning modulePatrick Steinhardt2016-02-22
| * | | | | | | | | branch: die on config error when editing branch descriptionPatrick Steinhardt2016-02-22