| Commit message (Expand) | Author | Age | Files | Lines |
* | t5300-pack-object.sh: portability issue using /usr/bin/stat | Arjen Laarhoven | 2007-04-06 | 1 | -5/+6 |
* | t3200-branch.sh: small language nit | Arjen Laarhoven | 2007-04-06 | 1 | -1/+1 |
* | Distinguish branches by more than case in tests. | Brian Gernhardt | 2007-04-06 | 1 | -3/+3 |
* | Honor -p<n> when applying git diffs | Shawn O. Pearce | 2007-04-05 | 1 | -0/+25 |
* | Fix renaming branch without config file | Geert Bosch | 2007-04-05 | 1 | -0/+9 |
* | Revert "builtin-archive: use RUN_SETUP" | René Scharfe | 2007-04-05 | 1 | -0/+4 |
* | rerere: make sorting really stable. | Junio C Hamano | 2007-04-04 | 1 | -4/+5 |
* | Fix t4200-rerere for white-space from "wc -l" | Brian Gernhardt | 2007-04-04 | 1 | -2/+2 |
* | Merge 1.5.0.7 in | Junio C Hamano | 2007-04-03 | 1 | -4/+17 |
|\ |
|
| * | rerere should not repeat the earlier hunks in later ones | Junio C Hamano | 2007-04-03 | 1 | -4/+17 |
| * | t4118: be nice to non-GNU sed | Johannes Schindelin | 2007-03-28 | 1 | -1/+2 |
* | | git-mailinfo fixes for patch munging | Don Zickus | 2007-03-31 | 1 | -1/+1 |
* | | t/t6006: add tests for a slightly more complex commit messages | Jeff King | 2007-03-28 | 1 | -0/+42 |
* | | Fix "--pretty=format:" for parent related items. | Junio C Hamano | 2007-03-28 | 1 | -4/+4 |
* | | Add some basic tests of rev-list --pretty=format | Jeff King | 2007-03-27 | 1 | -0/+108 |
* | | Bisect: implement "git bisect run <cmd>..." to automatically bisect. | Christian Couder | 2007-03-23 | 1 | -0/+57 |
* | | t4118: be nice to non-GNU sed | Johannes Schindelin | 2007-03-22 | 1 | -1/+2 |
* | | don't ever allow SHA1 collisions to exist by fetching a pack | Nicolas Pitre | 2007-03-20 | 1 | -0/+10 |
* | | Merge branch 'ar/diff' | Junio C Hamano | 2007-03-18 | 2 | -0/+159 |
|\ \ |
|
| * | | Add tests for --quiet option of diff programs | Alex Riesen | 2007-03-16 | 1 | -0/+80 |
| * | | Allow git-diff exit with codes similar to diff(1) | Alex Riesen | 2007-03-14 | 1 | -0/+79 |
* | | | [PATCH] add test for OFS_DELTA objects | Nicolas Pitre | 2007-03-16 | 1 | -6/+65 |
* | | | [PATCH] fix t5300-pack-object.sh | Nicolas Pitre | 2007-03-16 | 1 | -1/+1 |
* | | | git-fetch, git-branch: Support local --track via a special remote '.' | Paolo Bonzini | 2007-03-16 | 2 | -0/+30 |
|/ / |
|
* | | Merge branch 'dz/mailinfo' | Junio C Hamano | 2007-03-14 | 9 | -2/+36 |
|\ \ |
|
| * | | Add a couple more test cases to the suite. | Don Zickus | 2007-03-12 | 8 | -1/+35 |
| * | | builtin-mailinfo.c infrastrcture changes | Don Zickus | 2007-03-12 | 1 | -1/+1 |
* | | | Merge branch 'pb/branch-track' | Junio C Hamano | 2007-03-14 | 1 | -11/+54 |
|\ \ \
| |/ /
|/| | |
|
| * | | git-branch, git-checkout: autosetup for remote branch tracking | Paolo Bonzini | 2007-03-10 | 1 | -11/+54 |
* | | | Merge branch 'master' of git://repo.or.cz/git/fastimport | Junio C Hamano | 2007-03-12 | 1 | -0/+50 |
|\ \ \ |
|
| * | | | New fast-import test case for valid tree sorting | Jeff King | 2007-03-12 | 1 | -0/+50 |
* | | | | Fix t5510-fetch's use of sed | Shawn O. Pearce | 2007-03-12 | 1 | -1/+7 |
|/ / / |
|
* | | | Merge branch 'jc/boundary' | Junio C Hamano | 2007-03-11 | 1 | -0/+32 |
|\ \ \ |
|
| * | | | git-bundle: avoid packing objects which are in the prerequisites | Johannes Schindelin | 2007-03-07 | 1 | -0/+11 |
| * | | | bundle: fix wrong check of read_header()'s return value & add tests | Johannes Schindelin | 2007-03-06 | 1 | -0/+21 |
* | | | | Change {pre,post}-receive hooks to use stdin | Shawn O. Pearce | 2007-03-11 | 1 | -14/+16 |
| |/ /
|/| | |
|
* | | | Merge branch 'js/attach' | Junio C Hamano | 2007-03-10 | 7 | -37/+351 |
|\ \ \ |
|
| * | | | format-patch --attach: not folding some long headers. | Junio C Hamano | 2007-03-04 | 7 | -73/+37 |
| * | | | format-patch: add --inline option and make --attach a true attachment | Johannes Schindelin | 2007-03-04 | 7 | -6/+356 |
* | | | | Merge branch 'js/diff-ni' | Junio C Hamano | 2007-03-10 | 30 | -116/+116 |
|\ \ \ \ |
|
| * | | | | Get rid of the dependency to GNU diff in the tests | Johannes Schindelin | 2007-03-04 | 29 | -110/+110 |
* | | | | | Merge branch 'js/config-rename' | Junio C Hamano | 2007-03-08 | 1 | -0/+16 |
|\ \ \ \ \ |
|
| * | | | | | git-config: document --rename-section, provide --remove-section | Paolo Bonzini | 2007-03-03 | 1 | -0/+16 |
| |/ / / / |
|
* | | | | | Merge branch 'master' of git://repo.or.cz/git/fastimport | Junio C Hamano | 2007-03-07 | 1 | -0/+8 |
|\ \ \ \ \ |
|
| * | | | | | Allow fast-import frontends to reload the marks table | Shawn O. Pearce | 2007-03-07 | 1 | -0/+8 |
| | |_|/ /
| |/| | | |
|
* | | | | | Teach receive-pack to run pre-receive/post-receive hooks | Shawn O. Pearce | 2007-03-07 | 1 | -20/+73 |
* | | | | | Refactor handling of error_string in receive-pack | Shawn O. Pearce | 2007-03-07 | 1 | -3/+3 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2007-03-07 | 1 | -1/+2 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | make t8001 work on Mac OS X again | Johannes Schindelin | 2007-03-06 | 1 | -1/+2 |
* | | | | | t/t5515-fetch-merge-logic.sh: Add two more tests | Santi B,Ai(Bjar | 2007-03-07 | 3 | -0/+5 |
| |/ / /
|/| | | |
|