| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Make git-apply understand incomplete lines in non-C locales | Fredrik Kuivinen | 2005-09-04 | 1 | -3/+7 |
* | Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git | Junio C Hamano | 2005-08-28 | 1 | -1/+1 |
|\ |
|
| * | Fix ?: statements. | Jason Riedy | 2005-08-23 | 1 | -1/+1 |
* | | [PATCH] Fix git patch header processing in git-apply. | Robert Fitzsimons | 2005-08-28 | 1 | -1/+1 |
|/ |
|
* | [PATCH] When copying or renaming, keep the mode, please | Johannes Schindelin | 2005-08-17 | 1 | -2/+6 |
* | [PATCH] -Werror fixes | Timo Sirainen | 2005-08-09 | 1 | -2/+2 |
* | [PATCH] Make git-apply --stat less butt-ugly with long filenames | Linus Torvalds | 2005-07-28 | 1 | -2/+10 |
* | [PATCH] apply.c: --exclude=fnmatch-pattern option. | Junio C Hamano | 2005-07-22 | 1 | -7/+38 |
* | [PATCH] apply.c: handle incomplete lines correctly. | Junio C Hamano | 2005-07-22 | 1 | -1/+8 |
* | [PATCH] apply: match documentation, usage string and code. | Junio C Hamano | 2005-07-13 | 1 | -1/+3 |
* | git-apply: be a lot more careful when writing files | Linus Torvalds | 2005-07-13 | 1 | -35/+49 |
* | [PATCH] git: fix trivial warning from show_rename_copy() | Tony Luck | 2005-07-12 | 1 | -1/+1 |
* | [PATCH] Let umask do its work upon filesystem object creation. | Junio C Hamano | 2005-07-06 | 1 | -1/+1 |
* | Fix sparse warnings. | Linus Torvalds | 2005-07-03 | 1 | -2/+2 |
* | git-apply: take "--apply" flag to force an apply even if we also ask for a di... | Linus Torvalds | 2005-06-23 | 1 | -1/+4 |
* | [PATCH] git-apply: implement --summary option. | Junio C Hamano | 2005-06-22 | 1 | -1/+93 |
* | [PATCH] git-apply --stat: show new filename for rename/copy patch. | Junio C Hamano | 2005-06-22 | 1 | -2/+2 |
* | git-apply: create subdirectories leading up to a new file | Linus Torvalds | 2005-06-21 | 1 | -2/+47 |
* | [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes. | Sven Verdoolaege | 2005-06-21 | 1 | -3/+5 |
* | git-apply: use default name for mode change patches | Linus Torvalds | 2005-06-17 | 1 | -2/+5 |
* | git-apply: normalize file mode when comparing with expected value | Linus Torvalds | 2005-06-13 | 1 | -0/+1 |
* | git-apply: fix error handling for nonexistent files | Linus Torvalds | 2005-06-12 | 1 | -1/+1 |
* | git-apply: ignore empty git headers | Linus Torvalds | 2005-06-12 | 1 | -1/+1 |
* | git-apply: creatign empty files is nonfatal | Linus Torvalds | 2005-06-08 | 1 | -2/+5 |
* | diff 'rename' format change. | Linus Torvalds | 2005-06-05 | 1 | -0/+2 |
* | git-apply: consider it an error to apply no changes | Linus Torvalds | 2005-06-05 | 1 | -0/+3 |
* | git-apply: fix rename header parsing | Linus Torvalds | 2005-06-05 | 1 | -3/+3 |
* | git-apply: actually apply patches and update the index | Linus Torvalds | 2005-06-05 | 1 | -4/+121 |
* | git-apply: fix apply of a new file | Linus Torvalds | 2005-06-05 | 1 | -12/+27 |
* | git-apply: find offset fragments, and really apply them | Linus Torvalds | 2005-06-05 | 1 | -15/+82 |
* | git-apply: first cut at actually checking fragment data | Linus Torvalds | 2005-06-05 | 1 | -10/+187 |
* | git-apply --stat: limit lines to 79 characters | Linus Torvalds | 2005-05-31 | 1 | -4/+9 |
* | git-apply: don't try to be clever about filenames and the index | Linus Torvalds | 2005-05-31 | 1 | -13/+5 |
* | [PATCH] Show dissimilarity index for D and N case. | Junio C Hamano | 2005-05-30 | 1 | -0/+6 |
* | git-apply: add "--check" option to check that the diff makes sense | Linus Torvalds | 2005-05-26 | 1 | -26/+96 |
* | git-apply: when validating default names, check the final EOLN too | Linus Torvalds | 2005-05-26 | 1 | -1/+1 |
* | git-apply: pick up default filenames from "diff --git" header line | Linus Torvalds | 2005-05-26 | 1 | -10/+72 |
* | git-apply: make the diffstat output happen for "--stat" only. | Linus Torvalds | 2005-05-26 | 1 | -28/+68 |
* | git-apply: implement "diffstat" output | Linus Torvalds | 2005-05-26 | 1 | -15/+77 |
* | git-apply: parse the whole list of patches into memory first | Linus Torvalds | 2005-05-26 | 1 | -90/+146 |
* | [PATCH] Squelch compiler warning | Junio C Hamano | 2005-05-24 | 1 | -1/+1 |
* | git-apply: more consistency checks on gitdiff filenames | Linus Torvalds | 2005-05-23 | 1 | -4/+46 |
* | git-apply: start using the index file information. | Linus Torvalds | 2005-05-23 | 1 | -19/+68 |
* | git-apply: if no input files specified, apply stdin | Linus Torvalds | 2005-05-23 | 1 | -0/+5 |
* | git-apply: unknown modes are zero, not -1 | Linus Torvalds | 2005-05-23 | 1 | -1/+1 |
* | git-apply: parse the diff headers (both traditional and new) | Linus Torvalds | 2005-05-23 | 1 | -31/+217 |
* | git-apply: improve error detection and messages | Linus Torvalds | 2005-05-23 | 1 | -42/+74 |
* | git-apply: bad patch fragments are fatal | Linus Torvalds | 2005-05-23 | 1 | -1/+1 |
* | Start implementing "git-apply" | Linus Torvalds | 2005-05-23 | 1 | -0/+317 |