Age | Commit message (Expand) | Author | Files | Lines |
2010-07-20 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+4 |
2010-07-20 | t/README: clarify test_must_fail description | Brandon Casey | 1 | -0/+8 |
2010-07-19 | git submodule add: Require the new --force option to add ignored paths | Jens Lehmann | 1 | -12/+15 |
2010-07-19 | Merge branch 'jl/add-n-ignore-missing' | Junio C Hamano | 1 | -0/+25 |
2010-07-16 | Only run aggregate-results over actual counts | Thomas Rast | 2 | -2/+2 |
2010-07-15 | Merge branch 'jn/paginate-fix' | Junio C Hamano | 1 | -45/+196 |
2010-07-15 | Merge branch 'wp/merge-tree-fix' | Junio C Hamano | 1 | -0/+257 |
2010-07-15 | Merge branch 'js/merge-rr-fix' | Junio C Hamano | 1 | -2/+2 |
2010-07-15 | Merge branch 'jn/tests' | Junio C Hamano | 1 | -47/+42 |
2010-07-15 | Merge branch 'jn/grep-open' | Junio C Hamano | 1 | -0/+15 |
2010-07-15 | Merge branch 'jc/rebase-i-commit-msg-fix' | Junio C Hamano | 1 | -0/+18 |
2010-07-15 | Merge branch 'ab/submodule-add-f' | Junio C Hamano | 1 | -1/+23 |
2010-07-14 | git --paginate: paginate external commands again | Jonathan Nieder | 1 | -12/+35 |
2010-07-14 | MERGE_RR is in .git, not .git/rr-cache | Jay Soffian | 1 | -2/+2 |
2010-07-14 | merge-tree: fix where two branches share no changes | Will Palmer | 1 | -3/+3 |
2010-07-14 | add basic tests for merge-tree | Will Palmer | 1 | -0/+257 |
2010-07-14 | Merge branch 'jc/read-tree-cache-tree-fix' | Junio C Hamano | 1 | -0/+16 |
2010-07-14 | rerere: fix overeager gc | SZEDER Gábor | 1 | -3/+11 |
2010-07-12 | git add: Add the "--ignore-missing" option for the dry run | Jens Lehmann | 1 | -0/+25 |
2010-07-12 | test-lib: TAP compliance for skipping tests on request | Michael J Gruber | 1 | -2/+2 |
2010-07-12 | test-lib: simplify GIT_SKIP_TESTS loop | Michael J Gruber | 1 | -10/+3 |
2010-07-11 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
2010-07-11 | t3000 (ls-files -o): modernize style | Jonathan Nieder | 1 | -47/+42 |
2010-07-09 | t0005: work around strange $? in ksh when program terminated by a signal | Johannes Sixt | 1 | -0/+1 |
2010-07-08 | Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fix | Junio C Hamano | 355 | -1443/+25997 |
2010-07-08 | tests: Use skip_all=* to skip tests | Ævar Arnfjörð Bjarmason | 7 | -18/+17 |
2010-07-08 | Fix "read-tree -m A B" priming the cache-tree | Junio C Hamano | 1 | -0/+16 |
2010-07-08 | t9118 (git-svn): prevent early failure from taking down later tests | Jonathan Nieder | 1 | -21/+25 |
2010-07-08 | t9118: avoid PEG revision identifier in tests | Michael J Gruber | 1 | -1/+1 |
2010-07-07 | grep -O: Do not pass color sequences as filenames to pager | Nazri Ramliy | 1 | -0/+15 |
2010-07-07 | Merge branch 'ab/tap' | Junio C Hamano | 46 | -111/+369 |
2010-07-07 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+18 |
2010-07-07 | Merge branch 'maint-1.6.4' into maint | Junio C Hamano | 1 | -0/+18 |
2010-07-07 | rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-option | Uwe Kleine-König | 1 | -0/+18 |
2010-07-07 | Merge branch 'tr/receive-pack-aliased-update-fix' into maint | Junio C Hamano | 1 | -0/+49 |
2010-07-07 | t/t0006: specify timezone as EST5 not EST to comply with POSIX | Brandon Casey | 1 | -1/+1 |
2010-07-07 | pack-refs: remove newly empty directories | Greg Price | 1 | -0/+6 |
2010-07-06 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2010-07-06 | add missing && to submodule-merge testcase | Heiko Voigt | 1 | -1/+1 |
2010-07-06 | t/README: document more test helpers | Jonathan Nieder | 1 | -0/+31 |
2010-07-05 | rebase-i: do not get fooled by a log message ending with backslash | Junio C Hamano | 1 | -0/+18 |
2010-07-05 | parse_date: fix signedness in timezone calculation | Jeff King | 1 | -0/+1 |
2010-07-05 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+3 |
2010-07-05 | t0006: test timezone parsing | Jeff King | 1 | -2/+3 |
2010-07-05 | git submodule: add submodules with git add -f <path> | Ævar Arnfjörð Bjarmason | 1 | -1/+23 |
2010-07-05 | t/README: proposed rewording... | Junio C Hamano | 1 | -13/+8 |
2010-07-05 | t/README: Document the do's and don'ts of tests | Ævar Arnfjörð Bjarmason | 1 | -0/+78 |
2010-07-05 | t/README: Add a section about skipping tests | Ævar Arnfjörð Bjarmason | 1 | -0/+12 |
2010-07-05 | t/README: Document test_expect_code | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
2010-07-05 | t/README: Document test_external* | Ævar Arnfjörð Bjarmason | 1 | -0/+27 |