| Commit message (Expand) | Author | Age | Files | Lines |
* | Test :/string form for checkout | Daniel Barkalow | 2008-02-04 | 1 | -0/+16 |
* | Merge branch 'maint' | Junio C Hamano | 2008-02-03 | 1 | -0/+18 |
|\ |
|
| * | Fix "git-commit -C $tag" | Junio C Hamano | 2008-02-03 | 1 | -0/+18 |
* | | known breakage: revision range computation with clock skew | Junio C Hamano | 2008-02-03 | 1 | -0/+38 |
* | | test: reword the final message of tests with known breakages | Junio C Hamano | 2008-02-03 | 1 | -2/+5 |
* | | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 48 | -427/+498 |
|/ |
|
* | Fix typo in a comment in t/test-lib.sh | Michele Ballabio | 2008-01-31 | 1 | -1/+1 |
* | Use 'printf %s $x' notation in t5401 | Shawn O. Pearce | 2008-01-30 | 1 | -4/+4 |
* | Add test for rebase -i with commits that do not pass pre-commit | Johannes Schindelin | 2008-01-28 | 1 | -0/+16 |
* | t9001: add missing && operators | Jeff King | 2008-01-28 | 1 | -4/+4 |
* | pull --rebase: be cleverer with rebased upstream branches | Johannes Schindelin | 2008-01-26 | 1 | -0/+17 |
* | cvsserver: Fix for histories with multiple roots | Steffen Prohaska | 2008-01-26 | 1 | -1/+9 |
* | t9400-git-cvsserver-server: Wrap setup into test case | Steffen Prohaska | 2008-01-26 | 1 | -3/+4 |
* | parse-options: catch likely typo in presense of aggregated options. | Pierre Habouzit | 2008-01-26 | 1 | -0/+11 |
* | Make t5710 more strict when creating nested repos | Alex Riesen | 2008-01-21 | 1 | -4/+8 |
* | git-submodule: add test for the subcommand parser fix | Junio C Hamano | 2008-01-20 | 1 | -28/+28 |
* | send-email: add no-validate option | Jeff King | 2008-01-18 | 1 | -0/+10 |
* | send-email: validate patches before sending anything | Jeff King | 2008-01-18 | 1 | -0/+20 |
* | Officially deprecate repo-config. | Junio C Hamano | 2008-01-17 | 3 | -14/+14 |
* | Be more careful about updating refs | Linus Torvalds | 2008-01-16 | 1 | -6/+13 |
* | diff: do not chomp hunk-header in the middle of a character | Junio C Hamano | 2008-01-06 | 1 | -0/+44 |
* | custom pretty format: tolerate empty e-mail address | Junio C Hamano | 2008-01-06 | 1 | -0/+10 |
* | t/t3800: do not use a temporary file to hold expected result. | Junio C Hamano | 2008-01-05 | 1 | -64/+25 |
* | t/t{3600,3800,5401}: do not use egrep when grep would do | Junio C Hamano | 2008-01-05 | 3 | -3/+3 |
* | t/t7001: avoid unnecessary ERE when using grep | Miklos Vajna | 2008-01-05 | 1 | -6/+6 |
* | t/t7600: avoid GNUism in grep | Junio C Hamano | 2008-01-05 | 1 | -2/+2 |
* | git-reset: refuse to do hard reset in a bare repository | Jeff King | 2008-01-02 | 1 | -0/+28 |
* | config: handle lack of newline at end of file better | Jeff King | 2008-01-02 | 1 | -0/+37 |
* | Merge branch 'ar/commit-cleanup' | Junio C Hamano | 2007-12-26 | 2 | -1/+66 |
|\ |
|
| * | Allow selection of different cleanup modes for commit messages | Alex Riesen | 2007-12-22 | 1 | -0/+65 |
| * | t7005: do not exit inside test. | Junio C Hamano | 2007-12-22 | 1 | -1/+1 |
* | | Fix "git log --diff-filter" bug | Arjen Laarhoven | 2007-12-26 | 1 | -0/+74 |
* | | Improve error messages when int/long cannot be parsed from config | Shawn O. Pearce | 2007-12-26 | 1 | -0/+17 |
|/ |
|
* | Force the sticked form for options with optional arguments. | Pierre Habouzit | 2007-12-22 | 1 | -48/+48 |
* | git-tag: fix -l switch handling regression. | Pierre Habouzit | 2007-12-22 | 1 | -8/+0 |
* | t4024: fix test script to use simpler sed pattern | Junio C Hamano | 2007-12-20 | 1 | -35/+123 |
* | test "git clone -o" | Jeff King | 2007-12-19 | 1 | -0/+22 |
* | rebase -p -i: handle "no changes" gracefully | Johannes Schindelin | 2007-12-17 | 1 | -0/+6 |
* | the use of 'tr' in the test suite isn't really portable | H.Merijn Brand | 2007-12-17 | 9 | -15/+15 |
* | Re-re-re-fix common tail optimization | Junio C Hamano | 2007-12-16 | 1 | -0/+69 |
* | whitespace: fix initial-indent checking | J. Bruce Fields | 2007-12-16 | 1 | -0/+15 |
* | whitespace: fix off-by-one error in non-space-in-indent checking | J. Bruce Fields | 2007-12-16 | 1 | -2/+2 |
* | gitweb: Make config_to_multi return [] instead of [undef] | Petr Baudis | 2007-12-16 | 1 | -0/+25 |
* | Merge branch 'wc/diff' | Junio C Hamano | 2007-12-14 | 2 | -2/+216 |
|\ |
|
| * | Test interaction between diff --check and --exit-code | Wincent Colaiuta | 2007-12-14 | 1 | -0/+29 |
| * | Use shorter error messages for whitespace problems | Wincent Colaiuta | 2007-12-14 | 1 | -1/+1 |
| * | Add tests for "git diff --check" with core.whitespace options | Wincent Colaiuta | 2007-12-13 | 1 | -20/+70 |
| * | Unify whitespace checking | Wincent Colaiuta | 2007-12-13 | 1 | -1/+1 |
| * | diff --check: minor fixups | Junio C Hamano | 2007-12-13 | 1 | -2/+2 |
| * | "diff --check" should affect exit status | Wincent Colaiuta | 2007-12-13 | 1 | -1/+136 |