Age | Commit message (Expand) | Author | Files | Lines |
2006-03-12 | annotate-tests: override VISUAL when running tests. | Mark Wooding | 1 | -1/+1 |
2006-03-09 | Fix t1200 test for breakage caused by removal of full-stop at the end of fast... | Junio C Hamano | 1 | -1/+1 |
2006-03-07 | repo-config: give value_ a sane default so regexec won't segfault | Jonas Fonseca | 1 | -0/+8 |
2006-03-06 | Merge branch 'sp/checkout' | Junio C Hamano | 1 | -0/+212 |
2006-03-06 | annotate-blame: tests incomplete lines. | Junio C Hamano | 1 | -0/+19 |
2006-03-05 | annotate-blame test: add evil merge. | Junio C Hamano | 1 | -0/+9 |
2006-03-05 | annotate-blame test: don't "source", but say "." | Junio C Hamano | 2 | -2/+2 |
2006-03-05 | annotate/blame tests updates. | Junio C Hamano | 1 | -37/+44 |
2006-03-05 | git-blame: Use the same tests for git-blame as for git-annotate | Fredrik Kuivinen | 3 | -83/+97 |
2006-03-05 | gitignore: Ignore some more boring things. | Mark Wooding | 1 | -0/+1 |
2006-03-05 | Add --temp and --stage=all options to checkout-index. | Shawn Pearce | 1 | -0/+212 |
2006-03-04 | Merge branch 'lt/rev-list' | Junio C Hamano | 1 | -462/+0 |
2006-03-03 | workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm) | Alex Riesen | 1 | -6/+17 |
2006-03-03 | git-mv: fix moves into a subdir from outside | Josef Weidendorfer | 1 | -2/+16 |
2006-03-02 | Fix test case for some sed | Johannes Schindelin | 1 | -1/+2 |
2006-03-01 | annotate: Add a basic set of test cases. | Ryan Anderson | 1 | -0/+89 |
2006-03-01 | Rip out merge-order and make "git log <paths>..." work again. | Linus Torvalds | 1 | -462/+0 |
2006-02-22 | git-rm: Fix to properly handle files with spaces, tabs, newlines, etc. | Carl Worth | 1 | -17/+35 |
2006-02-22 | Add new git-rm command with documentation | Carl Worth | 1 | -0/+42 |
2006-02-22 | Merge branch 'fix' | Junio C Hamano | 1 | -0/+22 |
2006-02-21 | Merge branch 'js/portable' | Junio C Hamano | 1 | -5/+2 |
2006-02-21 | git-ls-files: Fix, document, and add test for --error-unmatch option. | Carl Worth | 1 | -0/+27 |
2006-02-21 | New test to verify that when git-clone fails it cleans up the new directory. | Carl Worth | 1 | -0/+36 |
2006-02-21 | git-add: Add support for --, documentation, and test. | Carl Worth | 1 | -0/+22 |
2006-02-21 | Merge part of jc/portable branch | Junio C Hamano | 5 | -1/+19 |
2006-02-18 | Fixes for ancient versions of GNU make | Johannes Schindelin | 1 | -5/+2 |
2006-02-18 | Optionally work without python | Johannes Schindelin | 5 | -1/+19 |
2006-02-17 | Make git-reset delete empty directories | Shawn Pearce | 1 | -0/+63 |
2006-02-17 | Abstract test_create_repo out for use in tests. | Carl Worth | 1 | -6/+17 |
2006-02-12 | avoid echo -e, there are systems where it does not work | Alex Riesen | 1 | -1/+1 |
2006-02-12 | fix "test: 2: unexpected operator" on bsd | Alex Riesen | 1 | -1/+1 |
2006-02-11 | t5500: adjust to change in pack-object reporting behaviour. | Junio C Hamano | 1 | -1/+1 |
2006-02-10 | Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values. | Junio C Hamano | 1 | -4/+6 |
2006-02-08 | t6000: fix a careless test library add-on. | Junio C Hamano | 1 | -1/+6 |
2006-02-06 | git-commit: revamp the git-commit semantics. | Junio C Hamano | 1 | -3/+3 |
2006-01-25 | tests: adjust breakage by stricter rev-parse | Junio C Hamano | 1 | -2/+2 |
2006-01-21 | t4011: "sleep 1" is not enough on FAT | Junio C Hamano | 1 | -1/+1 |
2006-01-15 | show-branch: make the current branch and merge commits stand out. | Junio C Hamano | 1 | -3/+3 |
2006-01-13 | GIT 1.1.2 | Junio C Hamano | 1 | -3/+3 |
2006-01-11 | name-rev: do not omit leading components of ref name. | Junio C Hamano | 1 | -3/+3 |
2006-01-08 | GIT 1.1.0 | Junio C Hamano | 1 | -1/+1 |
2006-01-08 | Add a test for rebase when a change was picked upstream | Yann Dirson | 1 | -0/+53 |
2006-01-08 | Add a minimal test for git-cherry | Yann Dirson | 1 | -0/+53 |
2006-01-07 | ls-files --others --directory: test | Junio C Hamano | 1 | -6/+28 |
2006-01-07 | Fix typo in debug stanza of t2001 | Yann Dirson | 1 | -1/+1 |
2006-01-05 | Merge fixes up to GIT 1.0.7 | Junio C Hamano | 6 | -18/+44 |
2006-01-05 | t3300: skip when filesystem does not like TAB in filenames. | Junio C Hamano | 1 | -3/+6 |
2006-01-05 | trivial: check, if t/trash directory was successfully created | Alex Riesen | 1 | -1/+1 |
2006-01-05 | trivial: use git-repo-config to detect how to run tests in the test repository | Alex Riesen | 2 | -7/+22 |
2006-01-05 | trivial: use git-repo-config to detect if the test can be run on the repository | Alex Riesen | 1 | -0/+8 |