summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* send-email: add no-validate optionJeff King2008-01-181-0/+10
* send-email: validate patches before sending anythingJeff King2008-01-181-0/+20
* Officially deprecate repo-config.Junio C Hamano2008-01-173-14/+14
* Be more careful about updating refsLinus Torvalds2008-01-161-6/+13
* diff: do not chomp hunk-header in the middle of a characterJunio C Hamano2008-01-061-0/+44
* custom pretty format: tolerate empty e-mail addressJunio C Hamano2008-01-061-0/+10
* t/t3800: do not use a temporary file to hold expected result.Junio C Hamano2008-01-051-64/+25
* t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano2008-01-053-3/+3
* t/t7001: avoid unnecessary ERE when using grepMiklos Vajna2008-01-051-6/+6
* t/t7600: avoid GNUism in grepJunio C Hamano2008-01-051-2/+2
* git-reset: refuse to do hard reset in a bare repositoryJeff King2008-01-021-0/+28
* config: handle lack of newline at end of file betterJeff King2008-01-021-0/+37
* Merge branch 'ar/commit-cleanup'Junio C Hamano2007-12-262-1/+66
|\
| * Allow selection of different cleanup modes for commit messagesAlex Riesen2007-12-221-0/+65
| * t7005: do not exit inside test.Junio C Hamano2007-12-221-1/+1
* | Fix "git log --diff-filter" bugArjen Laarhoven2007-12-261-0/+74
* | Improve error messages when int/long cannot be parsed from configShawn O. Pearce2007-12-261-0/+17
|/
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-221-48/+48
* git-tag: fix -l switch handling regression.Pierre Habouzit2007-12-221-8/+0
* t4024: fix test script to use simpler sed patternJunio C Hamano2007-12-201-35/+123
* test "git clone -o"Jeff King2007-12-191-0/+22
* rebase -p -i: handle "no changes" gracefullyJohannes Schindelin2007-12-171-0/+6
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-179-15/+15
* Re-re-re-fix common tail optimizationJunio C Hamano2007-12-161-0/+69
* whitespace: fix initial-indent checkingJ. Bruce Fields2007-12-161-0/+15
* whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields2007-12-161-2/+2
* gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis2007-12-161-0/+25
* Merge branch 'wc/diff'Junio C Hamano2007-12-142-2/+216
|\
| * Test interaction between diff --check and --exit-codeWincent Colaiuta2007-12-141-0/+29
| * Use shorter error messages for whitespace problemsWincent Colaiuta2007-12-141-1/+1
| * Add tests for "git diff --check" with core.whitespace optionsWincent Colaiuta2007-12-131-20/+70
| * Unify whitespace checkingWincent Colaiuta2007-12-131-1/+1
| * diff --check: minor fixupsJunio C Hamano2007-12-131-2/+2
| * "diff --check" should affect exit statusWincent Colaiuta2007-12-131-1/+136
* | commit: allow --amend to reuse message from another commitJunio C Hamano2007-12-141-0/+17
* | git-svn: handle our top-level path being deleted and later re-addedEric Wong2007-12-141-0/+39
|/
* Merge branch 'ew/svn-rev-db'Junio C Hamano2007-12-122-6/+36
|\
| * git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong2007-12-102-6/+36
* | disable t9119 for now.Junio C Hamano2007-12-121-0/+2
* | Fix "diff --check" whitespace detectionWincent Colaiuta2007-12-121-0/+9
* | "git tag -u keyname" brokenLinus Torvalds2007-12-111-7/+40
* | Add more checkout testsDaniel Barkalow2007-12-101-3/+43
|/
* Style fixes for pre-commit hook testsWincent Colaiuta2007-12-101-33/+57
* Interactive editor tests for commit-msg hookWincent Colaiuta2007-12-101-43/+175
* Merge branch 'jc/spht'Junio C Hamano2007-12-092-0/+274
|\
| * Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-062-1/+66
| * builtin-apply: teach whitespace_rulesJunio C Hamano2007-11-241-0/+133
| * core.whitespace: add test for diff whitespace error highlightingJunio C Hamano2007-11-021-0/+76
* | Add tests for pre-commit and commit-msg hooksWincent Colaiuta2007-12-093-1/+153
* | add status.relativePaths config variableJeff King2007-12-081-0/+31