git-mv: keep git index consistent with file system on failed rename
[git.git] / apply.c
2005-05-24 Linus Torvaldsgit-apply: start using the index file information.
2005-05-23 Linus Torvaldsgit-apply: if no input files specified, apply stdin
2005-05-23 Linus Torvaldsgit-apply: unknown modes are zero, not -1
2005-05-23 Linus Torvaldsgit-apply: parse the diff headers (both traditional...
2005-05-23 Linus Torvaldsgit-apply: improve error detection and messages
2005-05-23 Linus Torvaldsgit-apply: bad patch fragments are fatal
2005-05-23 Linus TorvaldsStart implementing "git-apply"