aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* 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
| * | | | | | branch: die on config error when unsetting upstreamPatrick Steinhardt2016-02-22
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ls/config-origin'Junio C Hamano2016-02-26
|\ \ \ \ \ \
| * | | | | | config: add '--show-origin' option to print the origin of a config valueLars Schneider2016-02-22
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \ \ \ \
| * | | | | | fetch-pack: simplify add_sought_entryJeff King2016-02-22
| * | | | | | use st_add and st_mult for allocation size computationJeff King2016-02-22
| * | | | | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
| * | | | | | use xmallocz to avoid size arithmeticJeff King2016-02-22
| * | | | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
| * | | | | | convert manual allocations to argv_arrayJeff King2016-02-22
| * | | | | | reflog_expire_cfg: NUL-terminate pattern fieldJeff King2016-02-19
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'jk/ref-cache-non-repository-optim' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/list-tag-2.7-regression' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/clang-pedantic' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'tg/git-remote'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remote: use remote_is_configured() for add and renameThomas Gummerer2016-02-16
| * | | | | | | | | | | remote: actually check if remote exitsThomas Gummerer2016-02-16
| * | | | | | | | | | | remote: simplify remote_is_configured()Thomas Gummerer2016-02-16
* | | | | | | | | | | | Merge branch 'jc/am-i-v-fix'Junio C Hamano2016-02-24
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | am -i: fix "v"iewJunio C Hamano2016-02-17
* | | | | | | | | | | | | Merge branch 'nd/worktree-add-B'Junio C Hamano2016-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | worktree add -B: do the checkout test before update branchNguyễn Thái Ngọc Duy2016-02-15
| * | | | | | | | | | | | | worktree: fix "add -B"Nguyễn Thái Ngọc Duy2016-02-15
* | | | | | | | | | | | | | Merge branch 'jk/lose-name-path'Junio C Hamano2016-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | list-objects: pass full pathname to callbacksJeff King2016-02-12
| * | | | | | | | | | | | | | list-objects: drop name_path entirelyJeff King2016-02-12
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | connect & http: support -4 and -6 switches for remote operationsEric Wong2016-02-12
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'nd/git-common-dir-fix'Junio C Hamano2016-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \