Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply: fix copy/rename breakage | Junio C Hamano | 2008-07-09 | 1 | -0/+20 |
* | Merge branch 'js/apply-root' | Junio C Hamano | 2008-07-09 | 1 | -0/+43 |
|\ | |||||
| * | git-apply --directory: make --root more similar to GNU diff | Junio C Hamano | 2008-07-06 | 1 | -4/+4 |
| * | apply --root: thinkofix. | Junio C Hamano | 2008-07-02 | 1 | -2/+13 |
| * | Teach "git apply" to prepend a prefix with "--root=<root>" | Johannes Schindelin | 2008-07-01 | 1 | -0/+32 |
* | | t9100-git-svn-basic.sh: Fix determination of utf-8 locale | Ramsay Jones | 2008-07-09 | 1 | -4/+4 |
* | | t9113-*.sh: provide user feedback when test skipped | Ramsay Jones | 2008-07-09 | 1 | -1/+7 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-07-09 | 2 | -1/+26 |
|\ \ | |||||
| * | | Remove unnecessary pack-*.keep file after successful git-clone | Shawn O. Pearce | 2008-07-08 | 1 | -1/+19 |
| * | | make deleting a missing ref more quiet | Jeff King | 2008-07-08 | 1 | -0/+7 |
* | | | Avoid apache complaining about lack of server's FQDN | Mike Hommey | 2008-07-08 | 1 | -0/+1 |
* | | | Skip t5540-http-push test when USE_CURL_MULTI is undefined | Mike Hommey | 2008-07-08 | 1 | -0/+7 |
* | | | Fix http-push test | Mike Hommey | 2008-07-08 | 2 | -9/+11 |
* | | | Catch failures from t5540-http-push | Mike Hommey | 2008-07-08 | 1 | -3/+4 |
* | | | t7701-repack-unpack-unreachable.sh: check timestamp of unpacked objects | Brandon Casey | 2008-07-08 | 1 | -0/+34 |
* | | | avoid null SHA1 in oldest reflog | Jeff King | 2008-07-08 | 1 | -1/+8 |
* | | | Merge branch 'jc/rerere' | Junio C Hamano | 2008-07-07 | 1 | -3/+13 |
|\ \ \ | |||||
| * | | | rerere.autoupdate | Junio C Hamano | 2008-06-22 | 1 | -0/+10 |
| * | | | t4200: fix rerere test | Junio C Hamano | 2008-06-22 | 1 | -3/+3 |
* | | | | Merge branch 'dr/ceiling' | Junio C Hamano | 2008-07-07 | 4 | -4/+255 |
|\ \ \ \ | |||||
| * | | | | Add support for GIT_CEILING_DIRECTORIES | David Reiss | 2008-05-23 | 3 | -0/+211 |
| * | | | | Fold test-absolute-path into test-path-utils | David Reiss | 2008-05-23 | 1 | -4/+4 |
| * | | | | Implement normalize_absolute_path | David Reiss | 2008-05-23 | 1 | -0/+40 |
* | | | | | Fix apply --recount handling of no-EOL line | Thomas Rast | 2008-07-05 | 5 | -0/+28 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-07-04 | 2 | -0/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Fix executable bits in t/ scripts | Junio C Hamano | 2008-07-04 | 2 | -0/+0 |
* | | | | | t4127-apply-same-fn: Avoid sed -i | Johannes Sixt | 2008-07-04 | 1 | -11/+16 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-07-02 | 1 | -0/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'jc/maint-reset' into maint | Junio C Hamano | 2008-07-02 | 1 | -0/+47 |
| |\ \ \ \ | |||||
| * | | | | | Fix describe --tags --long so it does not segfault | Shawn O. Pearce | 2008-07-02 | 1 | -0/+2 |
* | | | | | | Merge branch 'js/apply-recount' | Junio C Hamano | 2008-07-01 | 1 | -35/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Allow git-apply to recount the lines in a hunk (AKA recountdiff) | Johannes Schindelin | 2008-06-28 | 1 | -35/+27 |
* | | | | | | | Merge branch 'jc/checkdiff' | Junio C Hamano | 2008-07-01 | 2 | -0/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix t4017-diff-retval for white-space from wc | Brian Gernhardt | 2008-06-29 | 1 | -1/+1 |
| * | | | | | | | diff --check: detect leftover conflict markers | Junio C Hamano | 2008-06-26 | 1 | -0/+14 |
| * | | | | | | | Teach "diff --check" about new blank lines at end | Junio C Hamano | 2008-06-26 | 1 | -0/+6 |
* | | | | | | | | Merge branch 'jc/maint-reset' | Junio C Hamano | 2008-07-01 | 1 | -0/+47 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Allow "git-reset path" when unambiguous | Junio C Hamano | 2008-06-25 | 1 | -0/+47 |
* | | | | | | | | Merge branch 'dz/apply-again' | Junio C Hamano | 2008-07-01 | 1 | -0/+85 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | git-apply: handle a patch that touches the same path more than once better | Don Zickus | 2008-06-27 | 1 | -0/+85 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Add test results directory to t/.gitignore | Brian Gernhardt | 2008-06-30 | 1 | -0/+1 |
* | | | | | | | t9700: skip when Test::More is not available | Junio C Hamano | 2008-06-29 | 1 | -0/+5 |
|/ / / / / / | |||||
* | | | | | | test-lib.sh: show git init output when in verbose mode | Lea Wiemann | 2008-06-26 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-26 | 1 | -0/+8 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | diff --check: do not discard error status upon seeing a good line | Junio C Hamano | 2008-06-26 | 1 | -0/+8 |
| * | | | | clone: create intermediate directories of destination repo | Jeff King | 2008-06-25 | 1 | -0/+22 |
| |/ / / | |||||
* | | | | improve for-each-ref test script | Jeff King | 2008-06-26 | 1 | -17/+70 |
* | | | | Fix use of "perl -i" on Windows | Alex Riesen | 2008-06-25 | 2 | -6/+6 |
* | | | | Merge branch 'sb/rebase' | Junio C Hamano | 2008-06-25 | 1 | -9/+34 |
|\ \ \ \ | |||||
| * | | | | t3404: stricter tests for git-rebase--interactive | Stephan Beyer | 2008-06-22 | 1 | -9/+34 |
| | |_|/ | |/| | |