summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2016-03-10Merge branch 'jk/pack-idx-corruption-safety' into maintJunio C Hamano
2016-03-10Merge branch 'js/config-set-in-non-repository' into maintJunio C Hamano
2016-03-10Merge branch 'sb/submodule-module-list-fix' into maintJunio C Hamano
2016-03-10Merge branch 'jk/tighten-alloc' into maintJunio C Hamano
2016-03-10Merge branch 'jc/am-i-v-fix' into maintJunio C Hamano
2016-03-10Merge branch 'nd/git-common-dir-fix' into maintJunio C Hamano
2016-03-10Merge branch 'nd/dwim-wildcards-as-pathspecs' into maintJunio C Hamano
2016-03-10Merge branch 'ps/config-error' into maintJunio C Hamano
2016-02-25nth_packed_object_offset: bounds-check extended offsetJeff King
2016-02-25git config: report when trying to modify a non-existing repo configJohannes Schindelin
2016-02-24submodule helper list: respect correct path prefixStefan Beller
2016-02-22fetch-pack: simplify add_sought_entryJeff King
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2016-02-22use xmallocz to avoid size arithmeticJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-22convert manual allocations to argv_arrayJeff King
2016-02-22Merge branch 'nd/ita-cleanup' into maintJunio C Hamano
2016-02-22Merge branch 'ah/stripspace-optstring' into maintJunio C Hamano
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt
2016-02-22init-db: die on config errors when initializing empty repoPatrick Steinhardt
2016-02-22clone: die on config error in cmd_clonePatrick Steinhardt
2016-02-22remote: die on config error when manipulating remotesPatrick Steinhardt
2016-02-22remote: die on config error when setting/adding branchesPatrick Steinhardt
2016-02-22remote: die on config error when setting URLPatrick Steinhardt
2016-02-22submodule--helper: die on config error when cloning modulePatrick Steinhardt
2016-02-22branch: die on config error when editing branch descriptionPatrick Steinhardt
2016-02-22branch: die on config error when unsetting upstreamPatrick Steinhardt
2016-02-19reflog_expire_cfg: NUL-terminate pattern fieldJeff King
2016-02-17am -i: fix "v"iewJunio C Hamano
2016-02-13rev-parse: take prefix into account in --git-common-dirNguyễn Thái Ngọc Duy
2016-02-10check_filename: tighten dwim-wildcard ambiguityJeff King
2016-02-10checkout: reorder check_filename conditionalJeff King
2016-02-05Merge branch 'jk/ref-cache-non-repository-optim' into maintJunio C Hamano
2016-02-05Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano
2016-02-05Merge branch 'jk/list-tag-2.7-regression' into maintJunio C Hamano
2016-02-05Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano
2016-02-05Merge branch 'js/fopen-harder' into maintJunio C Hamano
2016-02-05Merge branch 'jk/clang-pedantic' into maintJunio C Hamano
2016-01-30stripspace: call U+0020 a "space" instead of a "blank"Alex Henrie
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King
2016-01-25clean: make is_git_repository a public functionJeff King
2016-01-21diff: make -O and --output work in subdirectoryDuy Nguyen
2016-01-21diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy
2016-01-13receive-pack: release pack files before garbage-collectingJohannes Schindelin
2016-01-13merge: release pack files before garbage-collectingJohannes Schindelin
2016-01-13am: release pack files before garbage-collectingJohannes Schindelin
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin
2016-01-11Handle more file writes correctly in shared reposJohannes Schindelin