Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mg/test-installed' | Junio C Hamano | 2009-03-21 | 1 | -3/+11 |
|\ | |||||
| * | test-lib.sh: Allow running the test suite against installed git | Michael J Gruber | 2009-03-16 | 1 | -2/+10 |
| * | test-lib.sh: Test for presence of git-init in the right path. | Michael J Gruber | 2009-03-16 | 1 | -1/+1 |
* | | http tests: Darwin is not that special | Junio C Hamano | 2009-03-20 | 1 | -6/+1 |
* | | Merge branch 'mv/parseopt-ls-files' | Junio C Hamano | 2009-03-20 | 1 | -1/+13 |
|\ \ | |||||
| * | | ls-files: fix broken --no-empty-directory | Jeff King | 2009-03-07 | 1 | -1/+13 |
| * | | t3000: use test_cmp instead of diff | Jeff King | 2009-03-07 | 1 | -2/+2 |
* | | | Merge branch 'xx/db-refspec-vs-js-remote' | Junio C Hamano | 2009-03-20 | 1 | -0/+12 |
|\ \ \ | |||||
| * \ \ | Adjust js/remote-improvements and db/refspec-wildcard-in-the-middle | Junio C Hamano | 2009-03-08 | 4 | -33/+156 |
| |\ \ \ | |||||
| * | | | | Support '*' in the middle of a refspec | Daniel Barkalow | 2009-03-07 | 1 | -0/+12 |
* | | | | | Merge branch 'jc/clone-branch-rebase' | Junio C Hamano | 2009-03-20 | 1 | -0/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Make git-clone respect branch.autosetuprebase | Junio C Hamano | 2009-03-03 | 1 | -0/+15 |
* | | | | | | Merge branch 'js/rebase-i-opt' | Junio C Hamano | 2009-03-20 | 1 | -0/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rebase -i: avoid 'git reset' when possible | Johannes Schindelin | 2009-03-03 | 1 | -0/+11 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'fc/parseopt-config' | Junio C Hamano | 2009-03-20 | 1 | -1/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config: test for --replace-all with one argument and fix documentation. | Carlos Rica | 2009-03-17 | 1 | -1/+8 |
* | | | | | | | t5602: Work around path mangling on MSYS | Johannes Sixt | 2009-03-19 | 1 | -2/+2 |
* | | | | | | | t5300, t5302, t5303: Do not use /dev/zero | Johannes Sixt | 2009-03-19 | 3 | -15/+16 |
* | | | | | | | t2200, t7004: Avoid glob pattern that also matches files | Johannes Sixt | 2009-03-19 | 2 | -3/+4 |
* | | | | | | | t7300: fix clean up on Windows | Johannes Schindelin | 2009-03-19 | 1 | -3/+3 |
* | | | | | | | test-lib: Introduce test_chmod and use it instead of update-index --chmod | Johannes Sixt | 2009-03-19 | 7 | -43/+24 |
* | | | | | | | test-lib: Simplify test counting. | Johannes Sixt | 2009-03-19 | 3 | -11/+5 |
* | | | | | | | test-lib: Replace uses of $(expr ...) by POSIX shell features. | Johannes Sixt | 2009-03-19 | 1 | -12/+11 |
* | | | | | | | Call 'say' outside test_expect_success | Johannes Sixt | 2009-03-19 | 3 | -19/+22 |
* | | | | | | | test suite: Use 'say' to say something instead of 'test_expect_success' | Johannes Sixt | 2009-03-19 | 10 | -15/+15 |
* | | | | | | | t9400, t9401: Do not force hard-linked clone | Johannes Sixt | 2009-03-18 | 2 | -3/+3 |
* | | | | | | | Merge branch 'jc/maint-1.6.0-read-tree-overlay' | Junio C Hamano | 2009-03-17 | 1 | -0/+31 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | read-tree A B C: do not create a bogus index and do not segfault | Junio C Hamano | 2009-03-12 | 1 | -0/+31 |
* | | | | | | | | Merge branch 'js/rsync-local' | Junio C Hamano | 2009-03-17 | 1 | -19/+20 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | rsync transport: allow local paths, and fix tests | Johannes Schindelin | 2009-03-10 | 1 | -19/+20 |
* | | | | | | | | | Merge branch 'js/remote-improvements' | Junio C Hamano | 2009-03-17 | 4 | -33/+156 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | builtin-remote: new show output style for push refspecs | Jay Soffian | 2009-02-27 | 1 | -8/+22 |
| * | | | | | | | | builtin-remote: new show output style | Jay Soffian | 2009-02-27 | 1 | -17/+21 |
| * | | | | | | | | remote: make guess_remote_head() use exact HEAD lookup if it is available | Jeff King | 2009-02-27 | 1 | -0/+11 |
| * | | | | | | | | builtin-remote: add set-head subcommand | Jay Soffian | 2009-02-27 | 1 | -0/+40 |
| * | | | | | | | | builtin-remote: teach show to display remote HEAD | Jay Soffian | 2009-02-27 | 1 | -2/+10 |
| * | | | | | | | | builtin-remote: fix two inconsistencies in the output of "show <remote>" | Jay Soffian | 2009-02-27 | 1 | -1/+1 |
| * | | | | | | | | add basic http clone/fetch tests | Jeff King | 2009-02-26 | 2 | -0/+47 |
| * | | | | | | | | test scripts: refactor start_httpd helper | Jeff King | 2009-02-26 | 2 | -9/+8 |
* | | | | | | | | | Merge branch 'tr/maint-1.6.0-send-email-irt' | Junio C Hamano | 2009-03-17 | 1 | -0/+11 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | send-email: test --no-thread --in-reply-to combination | Thomas Rast | 2009-03-11 | 1 | -0/+11 |
* | | | | | | | | | | Tests: use test_cmp instead of diff where possible | Miklos Vajna | 2009-03-17 | 7 | -24/+24 |
* | | | | | | | | | | disable post-checkout test on Cygwin | Alex Riesen | 2009-03-17 | 1 | -0/+2 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | test-lib: write test results to test-results/<basename>-<pid> | Johannes Schindelin | 2009-03-14 | 1 | -1/+1 |
* | | | | | | | | | test-suite: Make test script numbers unique | Johannes Sixt | 2009-03-14 | 9 | -0/+0 |
* | | | | | | | | | Merge branch 'mg/maint-submodule-normalize-path' | Junio C Hamano | 2009-03-11 | 1 | -0/+49 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | git submodule: Fix adding of submodules at paths with ./, .. and // | Michael J Gruber | 2009-03-03 | 1 | -4/+4 |
| * | | | | | | | | | git submodule: Add test cases for git submodule add | Michael J Gruber | 2009-03-03 | 1 | -0/+49 |
* | | | | | | | | | | Merge branch 'tv/rebase-stat' | Junio C Hamano | 2009-03-11 | 1 | -1/+22 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | git-rebase: Add --stat and --no-stat for producing diffstat on rebase | Tor Arne Vestbø | 2009-03-02 | 1 | -1/+22 |