| Commit message (Expand) | Author | Age | Files | Lines |
* | t/t1300-repo-config.sh: value continued on next line | Jakub Narebski | 2007-01-23 | 1 | -0/+20 |
* | git-checkout -m: fix merge case | Junio C Hamano | 2007-01-23 | 1 | -1/+27 |
* | Revert "prune: --grace=time" | Junio C Hamano | 2007-01-21 | 4 | -10/+10 |
* | prune: --grace=time | Matthias Lederhofer | 2007-01-20 | 4 | -10/+10 |
* | Do not verify filenames in a bare repository | Johannes Schindelin | 2007-01-20 | 1 | -0/+29 |
* | Extend read_ref_at() to be usable from places other than sha1_name. | Junio C Hamano | 2007-01-19 | 1 | -3/+3 |
* | config_set_multivar(): disallow newlines in keys | Johannes Schindelin | 2007-01-19 | 1 | -0/+6 |
* | Use standard -t option for touch. | Simon 'corecode' Schubert | 2007-01-18 | 1 | -12/+12 |
* | Add --summary to git-format-patch by default | Junio C Hamano | 2007-01-17 | 6 | -0/+12 |
* | Use merge-recursive in git-checkout -m (branch switching) | Junio C Hamano | 2007-01-16 | 1 | -8/+33 |
* | Replace "echo -n" with printf in shell scripts. | Jason Riedy | 2007-01-15 | 3 | -4/+4 |
* | Start all test scripts with /bin/sh. | Jason Riedy | 2007-01-15 | 3 | -1/+3 |
* | Use merge-recursive in git-revert/git-cherry-pick | Junio C Hamano | 2007-01-14 | 1 | -0/+62 |
* | Add describe test. | Junio C Hamano | 2007-01-14 | 1 | -0/+97 |
* | Merge branch 'jc/int' | Junio C Hamano | 2007-01-14 | 3 | -0/+263 |
|\ |
|
| * | More tests in t3901. | Junio C Hamano | 2007-01-13 | 1 | -36/+137 |
| * | t3901: test "format-patch | am" pipe with i18n | Junio C Hamano | 2007-01-13 | 3 | -0/+162 |
* | | Hide output about SVN::Core not being found during tests. | Shawn O. Pearce | 2007-01-14 | 1 | -1/+1 |
|/ |
|
* | git-svn: fix tests to work with older svn | Eric Wong | 2007-01-13 | 2 | -2/+4 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 | 9 | -15/+15 |
* | Merge branch 'jc/detached-head' | Junio C Hamano | 2007-01-11 | 1 | -1/+1 |
|\ |
|
| * | git-checkout: fix branch name output from the command | Junio C Hamano | 2007-01-08 | 1 | -1/+1 |
* | | Fix t1410 for core.filemode==false | Johannes Schindelin | 2007-01-10 | 1 | -0/+2 |
* | | Auto-quote config values in config.c:store_write_pair() | Brian Gernhardt | 2007-01-08 | 1 | -0/+17 |
* | | Merge branch 'jc/reflog' | Junio C Hamano | 2007-01-08 | 1 | -0/+176 |
|\ \ |
|
| * | | reflog expire --fix-stale | Junio C Hamano | 2007-01-06 | 1 | -0/+176 |
* | | | --prune is now default for 'pack-refs' | Junio C Hamano | 2007-01-08 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'sp/mmap' | Junio C Hamano | 2007-01-07 | 1 | -0/+60 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into sp/mmap | Junio C Hamano | 2006-12-30 | 2 | -1/+18 |
| |\ |
|
| * | | Test suite for sliding window mmap implementation. | Shawn O. Pearce | 2006-12-29 | 1 | -0/+60 |
* | | | Fix timestamp for test-tick | Junio C Hamano | 2007-01-06 | 1 | -3/+3 |
* | | | git-svn: t/t91??-*: optimize the tests a bit | Eric Wong | 2006-12-31 | 3 | -19/+7 |
* | | | git-svn: t/t9100-git-svn-basic: remove old check for NO_SYMLINK | Eric Wong | 2006-12-31 | 1 | -49/+35 |
* | | | git-svn: remove svnadmin dependency from the tests | Eric Wong | 2006-12-31 | 1 | -22/+17 |
* | | | Add test case for update hooks in receive-pack. | Shawn O. Pearce | 2006-12-31 | 1 | -0/+81 |
| |/
|/| |
|
* | | Teach Git how to parse standard power of 2 suffixes. | Shawn O. Pearce | 2006-12-30 | 1 | -0/+10 |
* | | t3900: test log --encoding=none | Junio C Hamano | 2006-12-30 | 1 | -1/+8 |
|/ |
|
* | Fix 'git add' with .gitignore | Junio C Hamano | 2006-12-29 | 1 | -0/+33 |
* | Add info about new test families (8 and 9) to t/README | Jakub Narebski | 2006-12-29 | 1 | -0/+2 |
* | t5400 send-pack test: try a bit more nontrivial transfer. | Junio C Hamano | 2006-12-29 | 2 | -9/+45 |
* | Merge branch 'jc/utf8' | Junio C Hamano | 2006-12-28 | 6 | -0/+133 |
|\ |
|
| * | t3900: test conversion to non UTF-8 as well | Junio C Hamano | 2006-12-28 | 1 | -0/+11 |
| * | Rename t3900 test vector file | Junio C Hamano | 2006-12-27 | 2 | -5/+5 |
| * | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 2006-12-27 | 6 | -0/+122 |
* | | GIT_SKIP_TESTS: allow users to omit tests that are known to break | Junio C Hamano | 2006-12-28 | 1 | -18/+70 |
* | | xdl_merge(): fix a segmentation fault when refining conflicts | Johannes Schindelin | 2006-12-28 | 1 | -0/+22 |
* | | git-svn: remove non-delta fetch code paths | Eric Wong | 2006-12-28 | 1 | -2/+1 |
* | | t9200-git-cvsexportcommit.sh: quiet down commit | Eric Wong | 2006-12-28 | 1 | -4/+6 |
* | | test-lib: quiet down init-db output for tests | Eric Wong | 2006-12-28 | 1 | -1/+1 |
* | | t6024-recursive-merge: quiet down this test | Eric Wong | 2006-12-28 | 1 | -43/+47 |