Age | Commit message (Expand) | Author | Files | Lines |
2006-02-27 | apply --whitespace: configuration option. | Junio C Hamano | 1 | -24/+48 |
2006-02-27 | apply: squelch excessive errors and --whitespace=error-all | Junio C Hamano | 1 | -8/+45 |
2006-02-26 | apply --whitespace fixes and enhancements. | Junio C Hamano | 1 | -23/+54 |
2006-02-26 | The war on trailing whitespace | Linus Torvalds | 1 | -0/+33 |
2006-02-21 | Merge branch 'jc/nostat' | Junio C Hamano | 1 | -1/+1 |
2006-02-17 | Optionally support old diffs | Johannes Schindelin | 1 | -0/+8 |
2006-02-08 | "Assume unchanged" git | Junio C Hamano | 1 | -1/+1 |
2006-02-03 | Use sha1_file.c's mkdir-like routine in apply.c. | Jason Riedy | 1 | -21/+4 |
2006-01-31 | Make apply accept the -pNUM option like patch does. | Daniel Barkalow | 1 | -2/+6 |
2006-01-05 | fix potential deadlock in create_one_file | Alex Riesen | 1 | -1/+2 |
2006-01-05 | trivial: O_EXCL makes O_TRUNC redundant | Alex Riesen | 1 | -1/+1 |
2005-12-19 | xread/xwrite: do not worry about EINTR at calling sites. | Junio C Hamano | 1 | -17/+6 |
2005-11-28 | git-apply: work from subdirectory. | Junio C Hamano | 1 | -0/+18 |
2005-11-17 | Deal with binary diff output from GNU diff 2.8.7 | Junio C Hamano | 1 | -6/+18 |
2005-11-16 | apply: allow-binary-replacement. | Junio C Hamano | 1 | -6/+81 |
2005-11-16 | git-apply: fail if a patch cannot be applied. | Junio C Hamano | 1 | -4/+7 |
2005-11-14 | apply: fix binary patch detection. | Junio C Hamano | 1 | -3/+4 |
2005-11-11 | Documentation: git-apply --no-add | Junio C Hamano | 1 | -1/+1 |
2005-11-11 | merge-one-file: use common as base, instead of emptiness. | Junio C Hamano | 1 | -2/+9 |
2005-11-09 | git-apply: do not fail on binary diff when not applying nor checking. | Junio C Hamano | 1 | -6/+19 |
2005-10-28 | git-apply --numstat | Junio C Hamano | 1 | -1/+25 |
2005-10-17 | git-apply: remove unused --show-files flag. | Junio C Hamano | 1 | -39/+1 |
2005-10-17 | Update git-apply to use C-style quoting for funny pathnames. | Junio C Hamano | 1 | -44/+184 |
2005-10-14 | Unlocalized isspace and friends | Linus Torvalds | 1 | -1/+0 |
2005-10-07 | git-apply: parse index information | Junio C Hamano | 1 | -1/+76 |
2005-10-04 | git-apply: retire unused/unimplemented --no-merge flag. | Junio C Hamano | 1 | -16/+1 |
2005-10-04 | git-apply: allow operating in sparsely populated working tree. | Junio C Hamano | 1 | -5/+30 |
2005-09-30 | [PATCH] Flag empty patches as errors | Linus Torvalds | 1 | -0/+13 |
2005-09-04 | [PATCH] Make git-apply understand incomplete lines in non-C locales | Fredrik Kuivinen | 1 | -3/+7 |
2005-08-28 | Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git | Junio C Hamano | 1 | -1/+1 |
2005-08-28 | [PATCH] Fix git patch header processing in git-apply. | Robert Fitzsimons | 1 | -1/+1 |
2005-08-23 | Fix ?: statements. | Jason Riedy | 1 | -1/+1 |
2005-08-17 | [PATCH] When copying or renaming, keep the mode, please | Johannes Schindelin | 1 | -2/+6 |
2005-08-09 | [PATCH] -Werror fixes | Timo Sirainen | 1 | -2/+2 |
2005-07-28 | [PATCH] Make git-apply --stat less butt-ugly with long filenames | Linus Torvalds | 1 | -2/+10 |
2005-07-22 | [PATCH] apply.c: --exclude=fnmatch-pattern option. | Junio C Hamano | 1 | -7/+38 |
2005-07-22 | [PATCH] apply.c: handle incomplete lines correctly. | Junio C Hamano | 1 | -1/+8 |
2005-07-13 | [PATCH] apply: match documentation, usage string and code. | Junio C Hamano | 1 | -1/+3 |
2005-07-13 | git-apply: be a lot more careful when writing files | Linus Torvalds | 1 | -35/+49 |
2005-07-12 | [PATCH] git: fix trivial warning from show_rename_copy() | Tony Luck | 1 | -1/+1 |
2005-07-06 | [PATCH] Let umask do its work upon filesystem object creation. | Junio C Hamano | 1 | -1/+1 |
2005-07-03 | Fix sparse warnings. | Linus Torvalds | 1 | -2/+2 |
2005-06-23 | git-apply: take "--apply" flag to force an apply even if we also ask for a di... | Linus Torvalds | 1 | -1/+4 |
2005-06-22 | [PATCH] git-apply: implement --summary option. | Junio C Hamano | 1 | -1/+93 |
2005-06-22 | [PATCH] git-apply --stat: show new filename for rename/copy patch. | Junio C Hamano | 1 | -2/+2 |
2005-06-21 | git-apply: create subdirectories leading up to a new file | Linus Torvalds | 1 | -2/+47 |
2005-06-21 | [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes. | Sven Verdoolaege | 1 | -3/+5 |
2005-06-17 | git-apply: use default name for mode change patches | Linus Torvalds | 1 | -2/+5 |
2005-06-13 | git-apply: normalize file mode when comparing with expected value | Linus Torvalds | 1 | -0/+1 |
2005-06-12 | git-apply: fix error handling for nonexistent files | Linus Torvalds | 1 | -1/+1 |