summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Fix t1200 test for breakage caused by removal of full-stop at the end of fast...Junio C Hamano2006-03-091-1/+1
* repo-config: give value_ a sane default so regexec won't segfaultJonas Fonseca2006-03-071-0/+8
* Merge branch 'sp/checkout'Junio C Hamano2006-03-061-0/+212
|\
| * Add --temp and --stage=all options to checkout-index.Shawn Pearce2006-03-051-0/+212
* | annotate-blame: tests incomplete lines.Junio C Hamano2006-03-061-0/+19
* | annotate-blame test: add evil merge.Junio C Hamano2006-03-051-0/+9
* | annotate-blame test: don't "source", but say "."Junio C Hamano2006-03-052-2/+2
* | annotate/blame tests updates.Junio C Hamano2006-03-051-37/+44
* | git-blame: Use the same tests for git-blame as for git-annotateFredrik Kuivinen2006-03-053-83/+97
* | gitignore: Ignore some more boring things.Mark Wooding2006-03-051-0/+1
|/
* Merge branch 'lt/rev-list'Junio C Hamano2006-03-041-462/+0
|\
| * Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds2006-03-011-462/+0
* | workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm)Alex Riesen2006-03-031-6/+17
* | git-mv: fix moves into a subdir from outsideJosef Weidendorfer2006-03-031-2/+16
* | Fix test case for some sedJohannes Schindelin2006-03-021-1/+2
* | annotate: Add a basic set of test cases.Ryan Anderson2006-03-011-0/+89
|/
* git-rm: Fix to properly handle files with spaces, tabs, newlines, etc.Carl Worth2006-02-221-17/+35
* Add new git-rm command with documentationCarl Worth2006-02-221-0/+42
* Merge branch 'fix'Junio C Hamano2006-02-221-0/+22
|\
| * git-add: Add support for --, documentation, and test.Carl Worth2006-02-211-0/+22
* | Merge branch 'js/portable'Junio C Hamano2006-02-211-5/+2
|\ \
| * | Fixes for ancient versions of GNU makeJohannes Schindelin2006-02-181-5/+2
* | | git-ls-files: Fix, document, and add test for --error-unmatch option.Carl Worth2006-02-211-0/+27
* | | New test to verify that when git-clone fails it cleans up the new directory.Carl Worth2006-02-211-0/+36
* | | Merge part of jc/portable branchJunio C Hamano2006-02-215-1/+19
|\ \ \ | |/ / | | / | |/ |/|
| * Optionally work without pythonJohannes Schindelin2006-02-185-1/+19
* | Make git-reset delete empty directoriesShawn Pearce2006-02-171-0/+63
* | Abstract test_create_repo out for use in tests.Carl Worth2006-02-171-6/+17
|/
* avoid echo -e, there are systems where it does not workAlex Riesen2006-02-121-1/+1
* fix "test: 2: unexpected operator" on bsdAlex Riesen2006-02-121-1/+1
* t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano2006-02-111-1/+1
* Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano2006-02-101-4/+6
* t6000: fix a careless test library add-on.Junio C Hamano2006-02-081-1/+6
* git-commit: revamp the git-commit semantics.Junio C Hamano2006-02-061-3/+3
* tests: adjust breakage by stricter rev-parseJunio C Hamano2006-01-251-2/+2
* t4011: "sleep 1" is not enough on FATJunio C Hamano2006-01-211-1/+1
* show-branch: make the current branch and merge commits stand out.Junio C Hamano2006-01-151-3/+3
* GIT 1.1.2v1.1.2Junio C Hamano2006-01-131-3/+3
|\
| * name-rev: do not omit leading components of ref name.Junio C Hamano2006-01-111-3/+3
* | GIT 1.1.0v1.1.0Junio C Hamano2006-01-081-1/+1
|\ \ | |/
| * Fix typo in debug stanza of t2001Yann Dirson2006-01-071-1/+1
* | Add a test for rebase when a change was picked upstreamYann Dirson2006-01-081-0/+53
* | Add a minimal test for git-cherryYann Dirson2006-01-081-0/+53
* | ls-files --others --directory: testJunio C Hamano2006-01-071-6/+28
* | Merge fixes up to GIT 1.0.7Junio C Hamano2006-01-056-18/+44
|\ \ | |/
| * t3300: skip when filesystem does not like TAB in filenames.Junio C Hamano2006-01-051-3/+6
| * trivial: check, if t/trash directory was successfully createdAlex Riesen2006-01-051-1/+1
| * trivial: use git-repo-config to detect how to run tests in the test repositoryAlex Riesen2006-01-052-7/+22
| * trivial: use git-repo-config to detect if the test can be run on the repositoryAlex Riesen2006-01-051-0/+8
| * Fix skipping merge-order test with NO_OPENSSL=1.Gerrit Pape2005-12-281-7/+7