| Commit message (Expand) | Author | Age | Files | Lines |
* | apply --cached: fix crash in subdirectory | Johannes Schindelin | 2007-01-20 | 1 | -1/+1 |
* | git-apply: Remove directories that have become empty after deleting a file. | Alexandre Julliard | 2007-01-09 | 1 | -2/+13 |
* | Merge branch 'maint' | Junio C Hamano | 2007-01-09 | 1 | -1/+2 |
|\ |
|
| * | Fix "Do not ignore a detected patchfile brokenness." | Junio C Hamano | 2007-01-09 | 1 | -1/+2 |
| * | Do not ignore a detected patchfile brokenness. | Junio C Hamano | 2007-01-09 | 1 | -1/+1 |
* | | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -1/+0 |
* | | Merge branch 'jc/numstat' | Junio C Hamano | 2006-11-24 | 1 | -1/+5 |
|\ \
| |/
|/| |
|
| * | apply --numstat: mark binary diffstat with - -, not 0 0 | Junio C Hamano | 2006-11-14 | 1 | -1/+5 |
* | | git-apply: slightly clean up bitfield usage | Rene Scharfe | 2006-11-18 | 1 | -2/+5 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2006-11-04 | 1 | -1/+1 |
|\ |
|
| * | Use ULONG_MAX rather than implicit cast of -1. | Shawn O. Pearce | 2006-11-04 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2006-11-04 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | apply: handle "traditional" creation/deletion diff correctly. | Junio C Hamano | 2006-11-04 | 1 | -2/+6 |
* | | Merge branch 'maint' | Junio C Hamano | 2006-10-19 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | git-apply: prepare for upcoming GNU diff -u format change. | Linus Torvalds | 2006-10-19 | 1 | -0/+9 |
* | | Merge early part of branch 'jc/diff-apply-patch' | Junio C Hamano | 2006-10-18 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 1) | Junio C Hamano | 2006-09-29 | 1 | -2/+2 |
* | | Add hash_sha1_file() | Rene Scharfe | 2006-10-14 | 1 | -6/+2 |
* | | apply --numstat -z: line termination fix. | Junio C Hamano | 2006-10-12 | 1 | -1/+1 |
|/ |
|
* | git-apply: second war on whitespace. | Junio C Hamano | 2006-09-24 | 1 | -25/+97 |
* | apply --unidiff-zero: loosen sanity checks for --unidiff=0 patches | Junio C Hamano | 2006-09-17 | 1 | -33/+79 |
* | Make apply --binary a no-op. | Junio C Hamano | 2006-09-07 | 1 | -14/+5 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -1/+1 |
* | free(NULL) is perfectly valid. | Junio C Hamano | 2006-08-27 | 1 | -4/+2 |
* | Merge branch 'jc/apply' | Junio C Hamano | 2006-08-27 | 1 | -25/+153 |
|\ |
|
| * | git-apply --reject: finishing touches. | Junio C Hamano | 2006-08-27 | 1 | -1/+1 |
| * | apply --reject: count hunks starting from 1, not 0 | Junio C Hamano | 2006-08-22 | 1 | -1/+1 |
| * | git-apply --verbose | Junio C Hamano | 2006-08-18 | 1 | -2/+36 |
| * | git-apply --reject: send rejects to .rej files. | Junio C Hamano | 2006-08-18 | 1 | -32/+50 |
| * | git-apply --reject | Junio C Hamano | 2006-08-17 | 1 | -22/+94 |
| * | apply --reverse: tie it all together. | Junio C Hamano | 2006-08-16 | 1 | -1/+1 |
| * | builtin-apply --reverse: two bugfixes. | Junio C Hamano | 2006-08-16 | 1 | -3/+7 |
* | | use name[len] in switch directly, instead of creating a shadowed variable. | Pierre Habouzit | 2006-08-23 | 1 | -3/+1 |
* | | avoid to use error that shadows the function name, use err instead. | Pierre Habouzit | 2006-08-23 | 1 | -3/+3 |
|/ |
|
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -14/+14 |
* | make inline is_null_sha1 global | David Rientjes | 2006-08-15 | 1 | -6/+1 |
* | git-apply --binary: clean up and prepare for --reverse | Junio C Hamano | 2006-08-15 | 1 | -65/+141 |
* | git-apply --reverse: simplify reverse option. | Junio C Hamano | 2006-08-14 | 1 | -16/+12 |
* | Better error message when we are unable to lock the index file | Junio C Hamano | 2006-08-12 | 1 | -5/+2 |
* | builtin-apply: remove unused increment | Junio C Hamano | 2006-08-10 | 1 | -3/+1 |
* | git-apply: applying a patch to make a symlink shorter. | Junio C Hamano | 2006-08-09 | 1 | -0/+11 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -1/+1 |
* | git-apply -R: binary patches are irreversible for now. | Junio C Hamano | 2006-07-28 | 1 | -0/+6 |
* | Teach git-apply about '-R' | Johannes Schindelin | 2006-07-28 | 1 | -10/+55 |
* | Fix t4114 on cygwin | Johannes Schindelin | 2006-07-23 | 1 | -1/+1 |
* | apply: handle type-changing patch correctly. | Junio C Hamano | 2006-07-17 | 1 | -5/+24 |
* | apply: split out removal and creation into different phases. | Junio C Hamano | 2006-07-16 | 1 | -7/+17 |
* | apply: check D/F conflicts more carefully. | Junio C Hamano | 2006-07-16 | 1 | -3/+18 |
* | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 2006-07-10 | 1 | -10/+11 |
* | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -2/+2 |