aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* 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
* | | Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano2016-02-05
|\ \ \
| * | | receive-pack: release pack files before garbage-collectingJohannes Schindelin2016-01-13
| * | | merge: release pack files before garbage-collectingJohannes Schindelin2016-01-13
| * | | am: release pack files before garbage-collectingJohannes Schindelin2016-01-13
| * | | fetch: release pack files before garbage-collectingJohannes Schindelin2016-01-13
| |/ /
* | | Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-05
|\ \ \
| * | | Handle more file writes correctly in shared reposJohannes Schindelin2016-01-11
| * | | commit: allow editing the commit message even in shared reposJohannes Schindelin2016-01-07
| | |/ | |/|
| * | Merge branch 'jk/symbolic-ref-maint' into maintJunio C Hamano2016-01-04
| |\ \
* | \ \ Merge branch 'jk/clang-pedantic' into maintJunio C Hamano2016-02-05
|\ \ \ \ | |_|_|/ |/| | |
| * | | avoid shifting signed integers 31 bitsJeff King2016-01-04
| |/ /
| * | Merge branch 'rs/show-branch-argv-array' into maintJunio C Hamano2015-12-11
| |\ \
| * \ \ Merge branch 'rs/pop-commit' into maintJunio C Hamano2015-12-11
| |\ \ \
| * \ \ \ Merge branch 'dk/gc-idx-wo-pack' into maintJunio C Hamano2015-12-04
| |\ \ \ \
* | \ \ \ \ Merge branch 'jk/symbolic-ref-maint'Junio C Hamano2015-12-28
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | symbolic-ref: propagate error code from create_symref()Jeff King2015-12-21
* | | | | | push: don't mark options of recurse-submodules for translationRalf Thielow2015-12-22
* | | | | | Merge branch 'bc/format-patch-null-from-line'Junio C Hamano2015-12-21
|\ \ \ \ \ \
| * | | | | | format-patch: add an option to suppress commit hashbrian m. carlson2015-12-15
* | | | | | | Merge branch 'mc/push-recurse-submodules-config'Junio C Hamano2015-12-21
|\ \ \ \ \ \ \
| * | | | | | | push: follow the "last one wins" convention for --recurse-submodulesMike Crowe2015-12-04
| * | | | | | | push: add recurseSubmodules config optionMike Crowe2015-11-20
* | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2015-12-10
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Remove get_object_hash.brian m. carlson2015-11-20
| * | | | | | | Convert struct object to object_idbrian m. carlson2015-11-20
| * | | | | | | Add several uses of get_object_hash.brian m. carlson2015-11-20
| * | | | | | | ref_newer: convert to use struct object_idbrian m. carlson2015-11-20
| * | | | | | | add_sought_entry_mem: convert to struct object_idbrian m. carlson2015-11-20
| * | | | | | | Convert struct ref to use object_id.brian m. carlson2015-11-20
| |/ / / / / /
* | | | | | | Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano2015-12-08
|\ \ \ \ \ \ \
| * | | | | | | initdb: make safe_create_dir publicDavid Turner2015-11-20
* | | | | | | | Merge branch 'rs/parseopt-short-help'Junio C Hamano2015-12-04
|\ \ \ \ \ \ \ \
| * | | | | | | | show-ref: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2015-11-20
| * | | | | | | | grep: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2015-11-20
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mk/blame-first-parent'Jeff King2015-12-01
|\ \ \ \ \ \ \ \
| * | | | | | | | blame: fix object casting regressionJeff King2015-11-24
* | | | | | | | | Merge branch 'maint'Jeff King2015-12-01
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | allow hooks to ignore their standard input streamClemens Buchacher2015-11-16
| * | | | | | | Merge branch 'js/misc-fixes' into maintJunio C Hamano2015-11-05
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/add-u-A-default-to-top' into maintJunio C Hamano2015-11-05
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/clone-linked-checkout' into maintJunio C Hamano2015-11-05
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'es/worktree-add' into maintJunio C Hamano2015-11-04
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'mk/blame-error-message' into maintJunio C Hamano2015-11-03
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/merge-file-exit-code' into maintJunio C Hamano2015-11-03
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/am-3-fallback-regression-fix' into maintJunio C Hamano2015-11-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \