| Commit message (Expand) | Author | Age | Files | Lines |
* | Cast 64 bit off_t to 32 bit size_t | Shawn O. Pearce | 2007-03-07 | 1 | -1/+1 |
* | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 2007-03-02 | 1 | -1/+1 |
* | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 | 1 | -4/+4 |
* | Merge branch 'maint' | Junio C Hamano | 2007-02-27 | 1 | -1/+2 |
|\ |
|
| * | git-apply: do not fix whitespaces on context lines. | Junio C Hamano | 2007-02-27 | 1 | -1/+2 |
* | | Merge branch 'js/apply' | Junio C Hamano | 2007-02-24 | 1 | -1/+6 |
|\ \ |
|
| * | | apply: make --verbose a little more useful | Johannes Schindelin | 2007-02-22 | 1 | -1/+6 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'lt/crlf' and 'jc/apply-config' | Junio C Hamano | 2007-02-22 | 1 | -22/+133 |
|\ \ \ \ |
|
| | * | | | git-apply: guess correct -p<n> value for non-git patches. | Junio C Hamano | 2007-02-21 | 1 | -2/+57 |
| | * | | | git-apply: notice "diff --git" patch again | Junio C Hamano | 2007-02-21 | 1 | -7/+16 |
| | * | | | Fix botched "leak fix" | Junio C Hamano | 2007-02-21 | 1 | -2/+8 |
| | * | | | apply: fix memory leak in prefix_one() | Johannes Schindelin | 2007-02-19 | 1 | -6/+9 |
| | * | | | git-apply: require -p<n> when working in a subdirectory. | Junio C Hamano | 2007-02-19 | 1 | -14/+28 |
| | * | | | git-apply: do not lose cwd when run from a subdirectory. | Junio C Hamano | 2007-02-19 | 1 | -4/+4 |
| | * | | | Teach 'git apply' to look at $HOME/.gitconfig even outside of a repository | Junio C Hamano | 2007-02-18 | 1 | -5/+3 |
| | * | | | Teach 'git apply' to look at $GIT_DIR/config | Junio C Hamano | 2007-02-17 | 1 | -8/+13 |
| | |/ / |
|
| * | | | Teach core.autocrlf to 'git apply' | Junio C Hamano | 2007-02-17 | 1 | -6/+28 |
| |/ / |
|
* | | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -6/+6 |
| |/
|/| |
|
* | | Do not take mode bits from index after type change. | Junio C Hamano | 2007-02-16 | 1 | -1/+1 |
|/ |
|
* | 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 |