summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* status: show commit sha1 in "You are currently reverting" messageMatthieu Moy2013-04-021-3/+4
* status: show 'revert' state and status hintMatthieu Moy2013-04-021-0/+57
* Merge branch 'jn/push-tests'Junio C Hamano2013-04-011-91/+65
|\
| * push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'Jonathan Nieder2013-03-191-11/+4
| * push test: simplify check of push resultJonathan Nieder2013-03-191-63/+51
| * push test: use test_config when appropriateJonathan Nieder2013-03-191-17/+10
* | Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano2013-04-014-26/+42
|\ \
| * | status, branch: fix the misleading "bisecting" messageNguyễn Thái Ngọc Duy2013-03-232-2/+2
| * | branch: show more information when HEAD is detachedNguyễn Thái Ngọc Duy2013-03-162-4/+4
| * | status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy2013-03-162-21/+37
* | | Merge branch 'kb/name-hash'Junio C Hamano2013-04-011-0/+20
|\ \ \
| * | | name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-271-0/+20
* | | | Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-012-42/+40
|\ \ \ \
| * | | | do not use GIT_TRACE_PACKET=3 in testsJeff King2013-03-212-25/+27
| * | | | upload-pack: remove packet debugging harnessJeff King2013-02-202-26/+22
* | | | | Merge branch 'bc/append-signed-off-by'Junio C Hamano2013-04-014-4/+497
|\ \ \ \ \
| * | | | | git-commit: populate the edit buffer with 2 blank lines before s-o-bBrandon Casey2013-02-231-0/+12
| * | | | | Unify appending signoff in format-patch, commit and sequencerBrandon Casey2013-02-121-5/+26
| * | | | | t4014: more tests about appending s-o-b linesNguyễn Thái Ngọc Duy2013-02-121-0/+241
| * | | | | sequencer.c: teach append_signoff how to detect duplicate s-o-bBrandon Casey2013-02-121-1/+1
| * | | | | sequencer.c: always separate "(cherry picked from" from commit bodyBrandon Casey2013-02-121-0/+53
| * | | | | sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footerBrandon Casey2013-02-121-0/+55
| * | | | | t/t3511: add some tests of 'cherry-pick -s' functionalityBrandon Casey2013-02-121-0/+111
| * | | | | t/test-lib-functions.sh: allow to specify the tag name to test_commitBrandon Casey2013-02-121-4/+4
* | | | | | Merge branch 'rr/test-3200-style'Junio C Hamano2013-04-011-253/+267
|\ \ \ \ \ \
| * | | | | | t3200 (branch): modernize styleRamkumar Ramachandra2013-03-201-233/+244
* | | | | | | Merge branch 'yd/use-test-config-unconfig'Junio C Hamano2013-03-2811-142/+75
|\ \ \ \ \ \ \
| * | | | | | | t5520: use test_config to set/unset git config variables (leftover bits)Ramkumar Ramachandra2013-03-281-3/+3
| * | | | | | | t7600: use test_config to set/unset git config variablesYann Droneaud2013-03-251-34/+26
| * | | | | | | t7502: remove clear_configYann Droneaud2013-03-251-26/+6
| * | | | | | | t7502: use test_config to set/unset git config variablesYann Droneaud2013-03-251-5/+3
| * | | | | | | t9500: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
| * | | | | | | t7508: use test_config to set/unset git config variablesYann Droneaud2013-03-251-30/+16
| * | | | | | | t7500: use test_config to set/unset git config variablesYann Droneaud2013-03-251-4/+2
| * | | | | | | t5541: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
| * | | | | | | t5520: use test_config to set/unset git config variablesYann Droneaud2013-03-251-8/+4
| * | | | | | | t4202: use test_config/test_unconfig to set/unset git config variablesYann Droneaud2013-03-251-20/+8
| * | | | | | | t4034: use test_config/test_unconfig to set/unset git config variablesYann Droneaud2013-03-251-4/+3
| * | | | | | | t4304: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
| * | | | | | | t3400: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
| |/ / / / / /
* | | | | | | Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second'Junio C Hamano2013-03-281-0/+13
|\ \ \ \ \ \ \
| * | | | | | | Fix revision walk for commits with the same datesKacper Kornet2013-03-221-0/+13
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'rr/tests-dedup-test-config'Junio C Hamano2013-03-282-10/+0
|\ \ \ \ \ \ \
| * | | | | | | t4018,7810,7811: remove test_config() redefinitionRamkumar Ramachandra2013-03-193-15/+0
* | | | | | | | Merge branch 'jc/remove-treesame-parent-in-simplify-merges'Junio C Hamano2013-03-281-5/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | simplify-merges: drop merge from irrelevant side branchJunio C Hamano2013-01-171-5/+21
* | | | | | | | | Merge branch 'jk/checkout-attribute-lookup'Junio C Hamano2013-03-281-73/+96
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t2003: work around path mangling issue on WindowsJohannes Sixt2013-03-201-2/+2
| * | | | | | | | | entry: fix filter lookupJohn Keeping2013-03-141-0/+26
| * | | | | | | | | t2003: modernize styleJohn Keeping2013-03-141-73/+70