summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'jc/clean-fix'Junio C Hamano2007-12-061-0/+14
|\ \
| * | t7300: add test for clean with wildcard pathspecJeff King2007-12-051-0/+14
* | | for-each-ref: Fix quoting style constants.Johannes Sixt2007-12-061-0/+39
|/ /
* | Merge branch 'maint'Junio C Hamano2007-12-051-0/+46
|\ \
| * \ Merge branch 'nd/maint-work-tree-fix' into maintJunio C Hamano2007-12-051-0/+46
| |\ \
| | * | Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy2007-12-051-0/+46
* | | | t5510: add a bit more tests for fetchJunio C Hamano2007-12-041-0/+42
* | | | Merge branch 'kh/commit'Junio C Hamano2007-12-046-3/+226
|\ \ \ \
| * | | | quote_path: fix collapsing of relative pathsJeff King2007-12-021-1/+1
| * | | | Add a few more tests for git-commitJunio C Hamano2007-11-221-0/+92
| * | | | Replace "runstatus" with "status" in the testsJohannes Schindelin2007-11-222-3/+3
| * | | | t7501-commit: Add test for git commit <file> with dirty index.Kristian Høgsberg2007-11-221-0/+10
| * | | | builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin2007-11-221-0/+1
| * | | | builtin-commit: fix --signoffJohannes Schindelin2007-11-221-0/+12
| * | | | git status: show relative paths when run in a subdirectoryJohannes Schindelin2007-11-221-0/+91
| * | | | Add testcase for amending and fixing author in git commit.Kristian Høgsberg2007-11-221-0/+15
* | | | | Merge branch 'sp/refspec-match'Junio C Hamano2007-12-042-1/+53
|\ \ \ \ \
| * | | | | refactor fetch's ref matching to use refname_match()Steffen Prohaska2007-11-181-0/+25
| * | | | | push: use same rules as git-rev-parse to resolve refspecsSteffen Prohaska2007-11-181-1/+11