summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2008-02-11Merge branch 'lt/in-core-index'Libravatar Junio C Hamano1-0/+20
2008-02-11Define the project whitespace policyLibravatar Junio C Hamano1-0/+1
2008-02-11Merge branch 'maint'Libravatar Junio C Hamano3-0/+63
2008-02-11Make git prune remove temporary packs that look like write failuresLibravatar David Steven Tweed1-0/+32
2008-02-11bisect: allow starting with a detached HEADLibravatar Johannes Schindelin1-0/+12
2008-02-10config: Fix --unset for continuation linesLibravatar Frank Lichtenheld1-0/+19
2008-02-09Introduce the config variable pack.packSizeLimitLibravatar Johannes Schindelin1-0/+6
2008-02-07Merge branch 'maint'Libravatar Junio C Hamano1-0/+49
2008-02-07gitattributes: fix relative path matchingLibravatar Junio C Hamano1-0/+49
2008-02-06config: add test cases for empty value and no value config variables.Libravatar Christian Couder1-0/+23
2008-02-06Merge branch 'maint'Libravatar Junio C Hamano1-0/+69
2008-02-06Fix parsing numeric color valuesLibravatar Timo Hirvonen1-0/+69
2008-02-04Test :/string form for checkoutLibravatar Daniel Barkalow1-0/+16
2008-02-03Merge branch 'maint'Libravatar Junio C Hamano1-0/+18
2008-02-03Fix "git-commit -C $tag"Libravatar Junio C Hamano1-0/+18
2008-02-03known breakage: revision range computation with clock skewLibravatar Junio C Hamano1-0/+38
2008-02-03test: reword the final message of tests with known breakagesLibravatar Junio C Hamano1-2/+5
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano48-427/+498
2008-01-31Fix typo in a comment in t/test-lib.shLibravatar Michele Ballabio1-1/+1
2008-01-30Use 'printf %s $x' notation in t5401Libravatar Shawn O. Pearce1-4/+4
2008-01-28Add test for rebase -i with commits that do not pass pre-commitLibravatar Johannes Schindelin1-0/+16
2008-01-28t9001: add missing && operatorsLibravatar Jeff King1-4/+4
2008-01-26pull --rebase: be cleverer with rebased upstream branchesLibravatar Johannes Schindelin1-0/+17
2008-01-26cvsserver: Fix for histories with multiple rootsLibravatar Steffen Prohaska1-1/+9
2008-01-26t9400-git-cvsserver-server: Wrap setup into test caseLibravatar Steffen Prohaska1-3/+4
2008-01-26parse-options: catch likely typo in presense of aggregated options.Libravatar Pierre Habouzit1-0/+11
2008-01-21Make t5710 more strict when creating nested reposLibravatar Alex Riesen1-4/+8
2008-01-21index: be careful when handling long namesLibravatar Junio C Hamano1-0/+20
2008-01-20git-submodule: add test for the subcommand parser fixLibravatar Junio C Hamano1-28/+28
2008-01-18send-email: add no-validate optionLibravatar Jeff King1-0/+10
2008-01-18send-email: validate patches before sending anythingLibravatar Jeff King1-0/+20
2008-01-17Officially deprecate repo-config.Libravatar Junio C Hamano3-14/+14
2008-01-16Be more careful about updating refsLibravatar Linus Torvalds1-6/+13
2008-01-06diff: do not chomp hunk-header in the middle of a characterLibravatar Junio C Hamano1-0/+44
2008-01-06custom pretty format: tolerate empty e-mail addressLibravatar Junio C Hamano1-0/+10
2008-01-05t/t3800: do not use a temporary file to hold expected result.Libravatar Junio C Hamano1-64/+25
2008-01-05t/t{3600,3800,5401}: do not use egrep when grep would doLibravatar Junio C Hamano3-3/+3
2008-01-05t/t7001: avoid unnecessary ERE when using grepLibravatar Miklos Vajna1-6/+6
2008-01-05t/t7600: avoid GNUism in grepLibravatar Junio C Hamano1-2/+2
2008-01-02git-reset: refuse to do hard reset in a bare repositoryLibravatar Jeff King1-0/+28
2008-01-02config: handle lack of newline at end of file betterLibravatar Jeff King1-0/+37
2007-12-26Merge branch 'ar/commit-cleanup'Libravatar Junio C Hamano2-1/+66
2007-12-26Fix "git log --diff-filter" bugLibravatar Arjen Laarhoven1-0/+74
2007-12-26Improve error messages when int/long cannot be parsed from configLibravatar Shawn O. Pearce1-0/+17
2007-12-22Allow selection of different cleanup modes for commit messagesLibravatar Alex Riesen1-0/+65
2007-12-22t7005: do not exit inside test.Libravatar Junio C Hamano1-1/+1
2007-12-22Force the sticked form for options with optional arguments.Libravatar Pierre Habouzit1-48/+48
2007-12-22git-tag: fix -l switch handling regression.Libravatar Pierre Habouzit1-8/+0
2007-12-20t4024: fix test script to use simpler sed patternLibravatar Junio C Hamano1-35/+123
2007-12-19test "git clone -o"Libravatar Jeff King1-0/+22