[PATCH] Add doc and install-doc targets to the Makefile
[git.git] / apply.c
2005-07-14 Junio C Hamano[PATCH] apply: match documentation, usage string and...
2005-07-14 Linus Torvaldsgit-apply: be a lot more careful when writing files
2005-07-12 Tony Luck[PATCH] git: fix trivial warning from show_rename_copy()
2005-07-06 Junio C Hamano[PATCH] Let umask do its work upon filesystem object...
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Matthias UrlichsMerge with Linus' current tree
2005-07-03 Linus TorvaldsFix sparse warnings.
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-23 Linus Torvaldsgit-apply: take "--apply" flag to force an apply even...
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-22 Junio C Hamano[PATCH] git-apply: implement --summary option.
2005-06-22 Junio C Hamano[PATCH] git-apply --stat: show new filename for rename...
2005-06-22 Linus Torvaldsgit-apply: create subdirectories leading up to a new...
2005-06-21 Sven Verdoolaege[PATCH] git-apply: Don't barf when --stat'ing a diff...
2005-06-17 Linus Torvaldsgit-apply: use default name for mode change patches
2005-06-14 Linus Torvaldsgit-apply: normalize file mode when comparing with...
2005-06-13 Linus Torvaldsgit-apply: fix error handling for nonexistent files
2005-06-12 Linus Torvaldsgit-apply: ignore empty git headers
2005-06-08 Linus Torvaldsgit-apply: creatign empty files is nonfatal
2005-06-05 Linus Torvaldsdiff 'rename' format change.
2005-06-05 Linus Torvaldsgit-apply: consider it an error to apply no changes
2005-06-05 Linus Torvaldsgit-apply: fix rename header parsing
2005-06-05 Linus Torvaldsgit-apply: actually apply patches and update the index
2005-06-05 Linus Torvaldsgit-apply: fix apply of a new file
2005-06-05 Linus Torvaldsgit-apply: find offset fragments, and really apply...
2005-06-05 Linus Torvaldsgit-apply: first cut at actually checking fragment...
2005-06-01 Linus Torvaldsgit-apply --stat: limit lines to 79 characters
2005-05-31 Linus Torvaldsgit-apply: don't try to be clever about filenames and...
2005-05-31 Junio C Hamano[PATCH] Show dissimilarity index for D and N case.
2005-05-26 Linus Torvaldsgit-apply: add "--check" option to check that the diff...
2005-05-26 Linus Torvaldsgit-apply: when validating default names, check the...
2005-05-26 Linus Torvaldsgit-apply: pick up default filenames from "diff --git...
2005-05-26 Linus Torvaldsgit-apply: make the diffstat output happen for "--stat...
2005-05-26 Linus Torvaldsgit-apply: implement "diffstat" output
2005-05-26 Linus Torvaldsgit-apply: parse the whole list of patches into memory...
2005-05-25 Junio C Hamano[PATCH] Squelch compiler warning
2005-05-24 Linus Torvaldsgit-apply: more consistency checks on gitdiff filenames
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"