summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * clean: make is_git_repository a public functionJeff King2016-01-251-25/+1
* | Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-052-2/+2
|\ \
| * | diff: make -O and --output work in subdirectorynd/diff-with-path-paramsDuy Nguyen2016-01-211-1/+1
| * | diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy2016-01-211-1/+1
* | | Merge branch 'jk/list-tag-2.7-regression' into maintJunio C Hamano2016-02-051-2/+2
|\ \ \
| * | | tag: do not show ambiguous tag names as "tags/foo"jk/list-tag-2.7-regressionJeff King2016-01-261-2/+2
| | |/ | |/|
* | | Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano2016-02-054-0/+5
|\ \ \
| * | | receive-pack: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+1
| * | | merge: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+1
| * | | am: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+1
| * | | fetch: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+2
| |/ /
* | | Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-053-3/+3
|\ \ \
| * | | Handle more file writes correctly in shared reposjs/fopen-harderJohannes Schindelin2016-01-112-2/+2
| * | | commit: allow editing the commit message even in shared reposJohannes Schindelin2016-01-071-1/+1
| | |/ | |/|
| * | Merge branch 'jk/symbolic-ref-maint' into maintJunio C Hamano2016-01-041-1/+1
| |\ \
* | \ \ Merge branch 'jk/clang-pedantic' into maintJunio C Hamano2016-02-051-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | avoid shifting signed integers 31 bitsJeff King2016-01-041-1/+1
| |/ /
| * | Merge branch 'rs/show-branch-argv-array' into maintJunio C Hamano2015-12-111-16/+8
| |\ \
| * \ \ Merge branch 'rs/pop-commit' into maintJunio C Hamano2015-12-115-37/+14
| |\ \ \
| * \ \ \ Merge branch 'dk/gc-idx-wo-pack' into maintJunio C Hamano2015-12-042-2/+45
| |\ \ \ \
* | \ \ \ \ Merge branch 'jk/symbolic-ref-maint'Junio C Hamano2015-12-281-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | symbolic-ref: propagate error code from create_symref()Jeff King2015-12-211-1/+1
* | | | | | push: don't mark options of recurse-submodules for translationRalf Thielow2015-12-221-1/+1
* | | | | | Merge branch 'bc/format-patch-null-from-line'Junio C Hamano2015-12-211-0/+5
|\ \ \ \ \ \
| * | | | | | format-patch: add an option to suppress commit hashbrian m. carlson2015-12-151-0/+5
* | | | | | | Merge branch 'mc/push-recurse-submodules-config'Junio C Hamano2015-12-211-16/+19
|\ \ \ \ \ \ \
| * | | | | | | push: follow the "last one wins" convention for --recurse-submodulesmc/push-recurse-submodules-configMike Crowe2015-12-041-9/+3
| * | | | | | | push: add recurseSubmodules config optionMike Crowe2015-11-201-15/+24
* | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2015-12-1037-279/+281
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Remove get_object_hash.brian m. carlson2015-11-2027-107/+107
| * | | | | | | Convert struct object to object_idbrian m. carlson2015-11-2025-125/+125
| * | | | | | | Add several uses of get_object_hash.brian m. carlson2015-11-2026-109/+109
| * | | | | | | ref_newer: convert to use struct object_idbrian m. carlson2015-11-201-1/+1
| * | | | | | | add_sought_entry_mem: convert to struct object_idbrian m. carlson2015-11-201-6/+8
| * | | | | | | Convert struct ref to use object_id.brian m. carlson2015-11-206-43/+43
| |/ / / / / /
* | | | | | | Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano2015-12-081-12/+0
|\ \ \ \ \ \ \
| * | | | | | | initdb: make safe_create_dir publicDavid Turner2015-11-201-12/+0
* | | | | | | | Merge branch 'rs/parseopt-short-help'Junio C Hamano2015-12-042-27/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | show-ref: stop using PARSE_OPT_NO_INTERNAL_HELPrs/parseopt-short-helpRené Scharfe2015-11-201-11/+1
| * | | | | | | | grep: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2015-11-201-16/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mk/blame-first-parent'Jeff King2015-12-011-16/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | blame: fix object casting regressionJeff King2015-11-241-16/+14
* | | | | | | | | Merge branch 'maint'Jeff King2015-12-011-0/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | allow hooks to ignore their standard input streamcb/hook-sigpipeClemens Buchacher2015-11-161-0/+3