Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | git-apply --reject | Junio C Hamano | 2006-08-17 | 1 | -0/+96 | |
| * | | | | | apply --reverse: tie it all together. | Junio C Hamano | 2006-08-16 | 1 | -4/+43 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-08-21 | 1 | -0/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| * | | | | git-mv: special case destination "." | Johannes Schindelin | 2006-08-21 | 1 | -0/+4 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2006-08-15 | 1 | -0/+4 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | ||||||
| * | | | git-mv: succeed even if source is a prefix of destination | Johannes Schindelin | 2006-08-15 | 1 | -0/+4 | |
* | | | | t4116 apply --reverse test | Junio C Hamano | 2006-08-14 | 1 | -0/+46 | |
* | | | | Merge branch 'jc/grep' | Junio C Hamano | 2006-08-12 | 1 | -2/+29 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | git-grep: show pathnames relative to the current directory | Junio C Hamano | 2006-08-11 | 1 | -2/+29 | |
* | | | | t/t4013: fix futzing with the version string. | Junio C Hamano | 2006-08-12 | 1 | -2/+4 | |
|/ / / | ||||||
* | | | git-apply: applying a patch to make a symlink shorter. | Junio C Hamano | 2006-08-09 | 1 | -0/+49 | |
| |/ |/| | ||||||
* | | Fix "grep -w" | Junio C Hamano | 2006-08-06 | 1 | -0/+85 | |
* | | Add a couple of subdirectory tests. | Junio C Hamano | 2006-08-03 | 2 | -0/+136 | |
* | | Remove cmd_usage() routine and re-organize the help/usage code. | Ramsay Allan Jones | 2006-08-02 | 1 | -4/+3 | |
* | | New tests and en-passant modifications to mktag. | Ramsay Allan Jones | 2006-08-02 | 1 | -0/+227 | |
* | | Fix annotate test script; notice when git-annotate fails. | Ramsay Allan Jones | 2006-08-02 | 1 | -1/+2 | |
* | | Merge branch 'js/mv' | Junio C Hamano | 2006-07-30 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | builtin git-mv: support moving directories | Johannes Schindelin | 2006-07-26 | 1 | -0/+4 | |
* | | | Display an error from update-ref if target ref name is invalid. | Shawn Pearce | 2006-07-28 | 1 | -0/+12 | |
* | | | t4103: fix binary patch application test. | Junio C Hamano | 2006-07-28 | 1 | -2/+2 | |
* | | | Teach git-apply about '-R' | Johannes Schindelin | 2006-07-28 | 1 | -2/+22 | |
|/ / | ||||||
* | | t7001: add test for git-mv dir1 dir2/ | Johannes Schindelin | 2006-07-26 | 1 | -0/+15 | |
* | | t4112: simplify the test and remove unneeded working tree file. | Junio C Hamano | 2006-07-26 | 1 | -26/+2 | |
* | | Extend testing git-mv for renaming of subdirectories | Josef Weidendorfer | 2006-07-26 | 1 | -0/+21 | |
* | | Merge branch 'ew/apply' | Junio C Hamano | 2006-07-25 | 1 | -0/+105 | |
|\ \ | ||||||
| * | | typechange tests for git apply (currently failing) | Eric Wong | 2006-07-16 | 1 | -0/+105 | |
* | | | Trivial path optimization test | Alex Riesen | 2006-07-24 | 1 | -0/+19 | |
|/ / | ||||||
* | | Adjust t4013 tests to corrected format-patch. | Junio C Hamano | 2006-07-13 | 6 | -0/+8 | |
* | | t4013 diff format tests update | Junio C Hamano | 2006-07-13 | 42 | -104/+161 | |
* | | Merge branch 'ml/trace' | Junio C Hamano | 2006-07-12 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | test-lib: unset GIT_TRACE | Junio C Hamano | 2006-07-12 | 1 | -0/+1 | |
* | | | Merge branch 'js/merge-base' | Junio C Hamano | 2006-07-12 | 1 | -0/+45 | |
|\ \ \ | ||||||
| * | | | Additional merge-base tests (revised) | A Large Angry SCM | 2006-07-09 | 1 | -0/+45 | |
| |/ / | ||||||
* | | | tests: Set EDITOR=: and VISUAL=: globally | Eric Wong | 2006-07-11 | 4 | -3/+5 | |
* | | | Record the type of commit operation in the reflog. | Shawn Pearce | 2006-07-10 | 1 | -3/+16 | |
* | | | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 4 | -4/+4 | |
* | | | git-svn: migrate out of contrib (follow-up) | Junio C Hamano | 2006-07-07 | 1 | -2/+9 | |
* | | | git-svn: migrate out of contrib | Eric Wong | 2006-07-06 | 8 | -0/+590 | |
|/ / | ||||||
* | | Merge branch 'jc/fmt-merge-msg-test' | Junio C Hamano | 2006-07-05 | 1 | -0/+163 | |
|\ \ | ||||||
| * | | t6200: fmt-merge-msg test. | Junio C Hamano | 2006-07-03 | 1 | -0/+163 | |
* | | | Merge branch 'jc/diff-test' | Junio C Hamano | 2006-07-05 | 10 | -0/+263 | |
|\ \ \ | ||||||
| * | | | t4013: add "diff" UI program tests. | Junio C Hamano | 2006-07-01 | 10 | -0/+263 | |
* | | | | Merge branch 'th/diff' | Junio C Hamano | 2006-07-05 | 98 | -0/+4475 | |
|\ \ \ \ | ||||||
| * | | | | t4013: note improvements brought by the new output code. | Junio C Hamano | 2006-06-29 | 4 | -6/+68 | |
| * | | | | Merge branch 'jc/diff-test' into jc/diff-test-updates | Junio C Hamano | 2006-06-29 | 7 | -1/+581 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | t4013: add format-patch tests. | Junio C Hamano | 2006-06-29 | 7 | -1/+581 | |
| * | | | | t4013 test updates for new output code. | Junio C Hamano | 2006-06-27 | 6 | -10/+4 | |
| |/ / / | ||||||
| * | | | t4013: add more tests around -c and --cc | Junio C Hamano | 2006-06-26 | 18 | -3/+1263 | |
| * | | | t4013: add tests for diff/log family output options. | Junio C Hamano | 2006-06-26 | 72 | -0/+2579 | |
* | | | | t8001-annotate: fix a bash-ism in this test | Eric Wong | 2006-07-04 | 1 | -2/+2 | |
| |/ / |/| | |