summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-051-0/+6
|\
| * diff: make -O and --output work in subdirectorynd/diff-with-path-paramsDuy Nguyen2016-01-211-0/+6
| * Merge branch 'jk/pending-keep-tag-name' into maintJunio C Hamano2016-01-041-0/+29
| |\
| * \ Merge branch 'jk/symbolic-ref-maint' into maintJunio C Hamano2016-01-041-0/+22
| |\ \
* | \ \ Merge branch 'jk/list-tag-2.7-regression' into maintJunio C Hamano2016-02-053-52/+38
|\ \ \ \
| * | | | tag: do not show ambiguous tag names as "tags/foo"jk/list-tag-2.7-regressionJeff King2016-01-263-0/+28
| * | | | t6300: use test_atom for some un-modern testsJeff King2016-01-251-52/+10
* | | | | Merge branch 'jk/sanity' into maintJunio C Hamano2016-02-051-5/+13
|\ \ \ \ \
| * | | | | test-lib: clarify and tighten SANITYjk/sanityJunio C Hamano2016-01-191-5/+13
* | | | | | Merge branch 'jk/filter-branch-no-index' into maintJunio C Hamano2016-02-051-0/+8
|\ \ \ \ \ \
| * | | | | | filter-branch: resolve $commit^{tree} in no-index casejk/filter-branch-no-indexJeff King2016-01-191-0/+8
* | | | | | | Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano2016-02-051-0/+13
|\ \ \ \ \ \ \
| * | | | | | | fetch: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+13
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'nd/exclusion-regression-fix' into maintJunio C Hamano2016-02-051-25/+0
|\ \ \ \ \ \ \
| * | | | | | | Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy2016-01-081-25/+0
* | | | | | | | Merge branch 'dk/reflog-walk-with-non-commit' into maintJunio C Hamano2016-02-051-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | reflog-walk: don't segfault on non-commit sha1's in the reflogdk/reflog-walk-with-non-commitDennis Kaarsemaker2016-01-051-0/+13
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge branch 'ls/p4-keep-empty-commits' into maintJunio C Hamano2015-12-151-0/+134
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'ew/send-email-mutt-alias-fix' into maintJunio C Hamano2016-02-051-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-send-email: do not double-escape quotes from muttew/send-email-mutt-alias-fixEric Wong2016-01-041-0/+15
* | | | | | | | | | Merge branch 'nd/stop-setenv-work-tree' into maintJunio C Hamano2016-02-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"nd/stop-setenv-work-treeNguyễn Thái Ngọc Duy2015-12-221-1/+1
* | | | | | | | | | Merge branch 'sh/p4-multi-depot'Junio C Hamano2015-12-281-1/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-p4: reduce number of server queries for fetchessh/p4-multi-depotSam Hocevar2015-12-211-1/+1
| * | | | | | | | | | git-p4: failing test case for skipping changes with multiple depotsLuke Diamand2015-12-141-1/+27
* | | | | | | | | | | Merge branch 'jk/pending-keep-tag-name'Junio C Hamano2015-12-281-0/+29
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | revision.c: propagate tag names from pending arrayjk/pending-keep-tag-nameJeff King2015-12-171-0/+29
* | | | | | | | | | | Merge branch 'jk/symbolic-ref-maint'Junio C Hamano2015-12-281-0/+22
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | t1401: test reflog creation for git-symbolic-refjk/symbolic-ref-maintJeff King2015-12-211-0/+16
| * | | | | | | | | | symbolic-ref: propagate error code from create_symref()Jeff King2015-12-211-0/+6
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'bc/format-patch-null-from-line'Junio C Hamano2015-12-211-0/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | format-patch: check that header line has expected formatbc/format-patch-null-from-linebrian m. carlson2015-12-151-0/+7
| * | | | | | | | | | format-patch: add an option to suppress commit hashbrian m. carlson2015-12-151-0/+7
* | | | | | | | | | | Merge branch 'mc/push-recurse-submodules-config'Junio C Hamano2015-12-211-1/+216
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | push: follow the "last one wins" convention for --recurse-submodulesmc/push-recurse-submodules-configMike Crowe2015-12-041-0/+41
| * | | | | | | | | | | push: test that --recurse-submodules on command line overrides configMike Crowe2015-12-041-4/+28
| * | | | | | | | | | | push: add recurseSubmodules config optionMike Crowe2015-11-201-1/+151
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'fr/rebase-i-continue-preserve-options'Junio C Hamano2015-12-161-0/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase -i: remember merge options beyond continue actionsfr/rebase-i-continue-preserve-optionsFabian Ruch2015-12-111-0/+16
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'cb/t3404-shellquote' into maintJunio C Hamano2015-12-111-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/test-lint-forbid-when-finished-in-subshell' into maintJunio C Hamano2015-12-114-16/+31
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sg/bash-prompt-dirty-orphan' into maintJunio C Hamano2015-12-081-3/+28
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/rebase-no-autostash' into maintJunio C Hamano2015-12-081-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'da/difftool' into maintJunio C Hamano2015-12-041-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dk/gc-idx-wo-pack' into maintJunio C Hamano2015-12-041-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ls/p4-keep-empty-commits'Junio C Hamano2015-12-151-0/+134
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | / / / / | | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | git-p4: add option to keep empty commitsls/p4-keep-empty-commitsLars Schneider2015-12-101-0/+134
* | | | | | | | | | | | | | | | Merge branch 'cb/t3404-shellquote'Junio C Hamano2015-12-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | t3404: fix quoting of redirect for some versions of bashcb/t3404-shellquoteCharles Bailey2015-12-041-1/+1
* | | | | | | | | | | | | | | | Merge branch 'ls/test-must-fail-sigpipe'Junio C Hamano2015-12-083-20/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \