| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |