Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ |/| | |||||
* | | send-email: do not barf when Term::ReadLine does not like your terminal | Junio C Hamano | 2006-07-03 | 1 | -4/+7 |
* | | annotate: Support annotation of files on other revisions. | Ryan Anderson | 2006-07-03 | 1 | -0/+6 |
* | | Merge branch 'js/patch' | Junio C Hamano | 2006-06-28 | 1 | -0/+69 |
|\ \ | |||||
| * | | t4014: fix test commit labels. | Junio C Hamano | 2006-06-28 | 1 | -3/+3 |
| * | | t4014: fix for whitespace from "wc -l" | Johannes Schindelin | 2006-06-27 | 1 | -4/+4 |
| * | | t4014: add format-patch --ignore-if-in-upstream test | Junio C Hamano | 2006-06-26 | 1 | -0/+69 |
| |/ | |||||
* | | checkout -m: fix read-tree invocationv1.4.1-rc2 | Junio C Hamano | 2006-06-28 | 1 | -0/+72 |
* | | t/README: start testing porcelainish | Junio C Hamano | 2006-06-28 | 1 | -0/+1 |
|/ | |||||
* | rebase: allow --skip to work with --merge | Eric Wong | 2006-06-25 | 1 | -0/+61 |
* | rebase: allow --merge option to handle patches merged upstream | Eric Wong | 2006-06-25 | 1 | -1/+12 |
* | Merge branch 'ew/rebase' into next | Junio C Hamano | 2006-06-21 | 1 | -0/+112 |
|\ | |||||
| * | rebase: error out for NO_PYTHON if they use recursive merge | Eric Wong | 2006-06-21 | 1 | -0/+6 |
| * | Add renaming-rebase test. | Junio C Hamano | 2006-06-21 | 1 | -0/+106 |
* | | Merge branch 'lt/objlist' into next | Junio C Hamano | 2006-06-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix t8001-annotate and t8002-blame for ActiveState Perl | Dennis Stosberg | 2006-06-19 | 1 | -1/+1 |
* | | Fix setting config variables with an alternative GIT_CONFIG | Johannes Schindelin | 2006-06-19 | 2 | -1/+25 |
|/ | |||||
* | Make t8001-annotate and t8002-blame more portable | Dennis Stosberg | 2006-06-18 | 1 | -3/+1 |
* | Merge branch 'jc/rw-prefix' | Junio C Hamano | 2006-06-17 | 1 | -0/+14 |
|\ | |||||
| * | write-tree: --prefix=<path> | Junio C Hamano | 2006-05-01 | 1 | -0/+14 |
* | | t5100: mailinfo and mailsplit tests. | Junio C Hamano | 2006-06-17 | 17 | -0/+626 |
* | | Make t4101-apply-nonl bring along its patches | Dennis Stosberg | 2006-06-17 | 13 | -5/+89 |
* | | Merge branch 'sp/reflog' | Junio C Hamano | 2006-06-03 | 2 | -1/+243 |
|\ \ | |||||
| * | | Test that git-branch -l works. | Shawn Pearce | 2006-05-24 | 1 | -1/+30 |
| * | | Verify git-commit provides a reflog message. | Shawn Pearce | 2006-05-24 | 1 | -12/+26 |
| * | | Merge branch 'master' into sp/reflog | Junio C Hamano | 2006-05-24 | 4 | -26/+48 |
| |\ \ | |||||
| * | | | Change 'master@noon' syntax to 'master@{noon}'. | Shawn Pearce | 2006-05-19 | 1 | -16/+39 |
| * | | | General ref log reading improvements. | Shawn Pearce | 2006-05-19 | 1 | -0/+64 |
| * | | | Log ref updates to logs/refs/<ref> | Shawn Pearce | 2006-05-17 | 1 | -0/+112 |
* | | | | Merge branch 'ew/tests' | Junio C Hamano | 2006-05-30 | 5 | -68/+82 |
|\ \ \ \ |