aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'jk/path-name-safety-2.6' into jk/path-name-safety-2.7Junio C Hamano2016-03-16
|\
| * Merge branch 'jk/path-name-safety-2.5' into jk/path-name-safety-2.6Junio C Hamano2016-03-16
| |\
| | * Merge branch 'jk/path-name-safety-2.4' into jk/path-name-safety-2.5Junio C Hamano2016-03-16
| | |\
| | | * list-objects: pass full pathname to callbacksJeff King2016-03-16
| | | * list-objects: drop name_path entirelyJeff King2016-03-16
* | | | Merge branch 'jk/pack-idx-corruption-safety' into maintJunio C Hamano2016-03-10
|\ \ \ \
| * | | | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-25
| | |_|/ | |/| |
* | | | Merge branch 'js/config-set-in-non-repository' into maintJunio C Hamano2016-03-10
|\ \ \ \
| * | | | git config: report when trying to modify a non-existing repo configJohannes Schindelin2016-02-25
* | | | | Merge branch 'sb/submodule-module-list-fix' into maintJunio C Hamano2016-03-10
|\ \ \ \ \
| * | | | | submodule helper list: respect correct path prefixStefan Beller2016-02-24
* | | | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \
| * | | | | | 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 'jc/am-i-v-fix' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \
| * | | | | | | am -i: fix "v"iewJunio C Hamano2016-02-17
* | | | | | | | Merge branch 'nd/git-common-dir-fix' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \
| * | | | | | | | rev-parse: take prefix into account in --git-common-dirNguyễn Thái Ngọc Duy2016-02-12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/dwim-wildcards-as-pathspecs' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \
| * | | | | | | | check_filename: tighten dwim-wildcard ambiguityJeff King2016-02-10
| * | | | | | | | checkout: reorder check_filename conditionalJeff King2016-02-10
* | | | | | | | | Merge branch 'ps/config-error' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | 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 'nd/ita-cleanup' into maintJunio C Hamano2016-02-22
|\ \ \ \ \ \ \ \
| * | | | | | | | grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy2015-12-28
| * | | | | | | | add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy2015-09-06
| * | | | | | | | blame: remove obsolete commentNguyễn Thái Ngọc Duy2015-08-25
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ah/stripspace-optstring' into maintJunio C Hamano2016-02-22
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | stripspace: call U+0020 a "space" instead of a "blank"Alex Henrie2016-01-29
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/ref-cache-non-repository-optim' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \
| * | | | | | | clean: make is_git_repository a public functionJeff King2016-01-25
| |/ / / / / /
* | | | | | | Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \
| * | | | | | | diff: make -O and --output work in subdirectoryDuy Nguyen2016-01-21
| * | | | | | | diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy2016-01-21
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jk/list-tag-2.7-regression' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \
| * | | | | | | tag: do not show ambiguous tag names as "tags/foo"Jeff King2016-01-26
| | |/ / / / / | |/| | | | |