summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make revision limiting more robust against occasional bad commit datesLinus Torvalds2008-03-191-1/+1
* Fix t3200 configDaniel Barkalow2008-03-181-10/+10
* Fix read-tree not to discard errorsJunio C Hamano2008-03-181-1/+1
* Add tests to catch problems with un-unlinkable symlinksJunio C Hamano2008-03-181-0/+35
* Test: catch if trash cannot be removedJunio C Hamano2008-03-181-1/+6
* git-merge-one-file: fix longstanding stupid thinkoJunio C Hamano2008-03-181-0/+46
* Don't update unchanged merge entriesLinus Torvalds2008-03-161-0/+41
* t1000: use "test_must_fail git frotz", not "! git frotz"Junio C Hamano2008-03-161-18/+18
* Redo "add test_cmp function for test scripts"Junio C Hamano2008-03-152-2/+2
* Merge branch 'jk/portable'Junio C Hamano2008-03-1562-184/+214
|\
| * t6000lib: re-fix tr portabilityJeff King2008-03-141-4/+7
| * t7505: use SHELL_PATH in hookJeff King2008-03-131-2/+3
| * t9112: add missing #!/bin/sh headerJeff King2008-03-131-0/+2
| * t6000lib: tr portability fixJeff King2008-03-131-1/+4
| * t4020: don't use grep -aJeff King2008-03-132-1/+2
| * add test_cmp function for test scriptsJeff King2008-03-1340-115/+133
| * remove use of "tail -n 1" and "tail -1"Jeff King2008-03-135-18/+18
| * grep portability fix: don't use "-e" or "-q"Jeff King2008-03-137-37/+36
| * more tr portability test script fixesJeff King2008-03-139-15/+15
| * t0050: perl portability fixJeff King2008-03-131-2/+2
| * tr portability fixesJeff King2008-03-122-2/+5
* | Merge branch 'py/submodule'Junio C Hamano2008-03-151-0/+195
|\ \
| * | git-submodule summary: testPing Yin2008-03-111-0/+195
* | | shortlog: do not require to run from inside a git repositoryJonas Fonseca2008-03-151-0/+5
* | | Merge branch 'maint'Junio C Hamano2008-03-152-1/+39
|\ \ \
| * | | format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano2008-03-152-1/+39
* | | | Merge branch 'maint'Junio C Hamano2008-03-141-0/+49
|\ \ \ \ | |/ / /
| * | | merge-recursive: handle file mode changesClemens Buchacher2008-03-131-0/+49
* | | | gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin2008-03-122-18/+49
| |_|/ |/| |
* | | Merge branch 'js/remote'Junio C Hamano2008-03-111-0/+143
|\ \ \
| * | | builtin remote rm: remove symbolic refs, tooJohannes Schindelin2008-03-081-0/+1
| * | | remote: fix "update [group...]"Johannes Schindelin2008-03-051-0/+92
| * | | builtin-remote: prune remotes correctly that were added with --mirrorJohannes Schindelin2008-03-011-0/+16
| * | | Make git-remote a builtinJohannes Schindelin2008-03-011-2/+2
| * | | Test "git remote show" and "git remote prune"Johannes Schindelin2008-03-011-0/+34
* | | | Merge branch 'lt/unpack-trees'Junio C Hamano2008-03-111-1/+1
|\ \ \ \
| * | | | Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds2008-03-091-1/+1
* | | | | Merge branch 'maint'Junio C Hamano2008-03-112-1/+30
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | t0021: tr portability fix for SolarisJeff King2008-03-111-1/+3
| * | | launch_editor(): allow spaces in the filenameJohannes Schindelin2008-03-111-0/+27
| * | | git rebase --abort: always restore the right commitMike Hommey2008-03-111-0/+71
| * | | Merge branch 'kb/maint-filter-branch-disappear' into maintJunio C Hamano2008-03-111-0/+24
| |\ \ \
* | | | | Add a test for read-tree -u --reset with a D/F conflictJeff King2008-03-081-0/+30
* | | | | Merge branch 'ph/parseopt'Junio C Hamano2008-03-081-0/+16
|\ \ \ \ \
| * | | | | parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-021-0/+16
* | | | | | Merge branch 'dp/clean-fix'Junio C Hamano2008-03-083-4/+57
|\ \ \ \ \ \
| * | | | | | git-clean: add tests for relative pathJunio C Hamano2008-03-071-0/+52
| * | | | | | get_pathspec(): die when an out-of-tree path is givenJunio C Hamano2008-03-072-4/+5
* | | | | | | Merge branch 'sp/fetch-optim'Junio C Hamano2008-03-082-0/+234
|\ \ \ \ \ \ \
| * | | | | | | Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce2008-03-041-0/+26