git-apply: fix apply of a new file
[gitweb.git] / apply.c
2005-06-05 git-apply: fix apply of a new file
2005-06-05 git-apply: find offset fragments, and really apply...
2005-06-05 git-apply: first cut at actually checking fragment...
2005-06-01 git-apply --stat: limit lines to 79 characters
2005-05-31 git-apply: don't try to be clever about filenames and...
2005-05-31 [PATCH] Show dissimilarity index for D and N case.
2005-05-26 git-apply: add "--check" option to check that the diff...
2005-05-26 git-apply: when validating default names, check the...
2005-05-26 git-apply: pick up default filenames from "diff --git...
2005-05-26 git-apply: make the diffstat output happen for "--stat...
2005-05-26 git-apply: implement "diffstat" output
2005-05-26 git-apply: parse the whole list of patches into memory...
2005-05-25 [PATCH] Squelch compiler warning
2005-05-24 git-apply: more consistency checks on gitdiff filenames
2005-05-24 git-apply: start using the index file information.
2005-05-23 git-apply: if no input files specified, apply stdin
2005-05-23 git-apply: unknown modes are zero, not -1
2005-05-23 git-apply: parse the diff headers (both traditional...
2005-05-23 git-apply: improve error detection and messages
2005-05-23 git-apply: bad patch fragments are fatal
2005-05-23 Start implementing "git-apply"