Yank writing-back support from gitfakemmap.
[gitweb.git] / apply.c
2005-10-08 Merge branch 'fixes'
2005-10-07 git-apply: parse index information
2005-10-05 Merge branch 'fixes'
2005-10-05 git-apply: retire unused/unimplemented --no-merge flag.
2005-10-05 git-apply: allow operating in sparsely populated workin...
2005-10-03 Merge with master.kernel.org:/pub/scm/git/git.git
2005-10-01 [PATCH] Flag empty patches as errors
2005-09-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-04 Merge branch 'master' of .
2005-09-04 [PATCH] Make git-apply understand incomplete lines...
2005-08-30 Merge refs/heads/master from paulus
2005-08-29 Merge refs/heads/master from .
2005-08-29 Merge refs/heads/portable from cs.berkeley.edu/~ejr...
2005-08-29 Merge refs/heads/master from .
2005-08-28 [PATCH] Fix git patch header processing in git-apply.
2005-08-24 Fix ?: statements.
2005-08-19 Merge from gitk
2005-08-18 Merge with gitk --parents change.
2005-08-18 Merge with gitk
2005-08-17 Merge changes from master.
2005-08-17 [PATCH] When copying or renaming, keep the mode, please
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-10 Merge with master.
2005-08-10 [PATCH] -Werror fixes
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-05 Merge with gitk.
2005-07-31 Merge with gitk.
2005-07-29 Merge with gitk.
2005-07-29 [PATCH] Make git-apply --stat less butt-ugly with long...
2005-07-22 [PATCH] apply.c: --exclude=fnmatch-pattern option.
2005-07-22 [PATCH] apply.c: handle incomplete lines correctly.
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-14 [PATCH] apply: match documentation, usage string and...
2005-07-14 git-apply: be a lot more careful when writing files
2005-07-12 [PATCH] git: fix trivial warning from show_rename_copy()
2005-07-06 [PATCH] Let umask do its work upon filesystem object...
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Merge with Linus' current tree
2005-07-03 Fix sparse warnings.
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-23 git-apply: take "--apply" flag to force an apply even...
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-22 [PATCH] git-apply: implement --summary option.
2005-06-22 [PATCH] git-apply --stat: show new filename for rename...
2005-06-22 git-apply: create subdirectories leading up to a new...
2005-06-21 [PATCH] git-apply: Don't barf when --stat'ing a diff...
2005-06-17 git-apply: use default name for mode change patches
2005-06-14 git-apply: normalize file mode when comparing with...
2005-06-13 git-apply: fix error handling for nonexistent files
2005-06-12 git-apply: ignore empty git headers
2005-06-08 git-apply: creatign empty files is nonfatal
2005-06-05 diff 'rename' format change.
2005-06-05 git-apply: consider it an error to apply no changes
2005-06-05 git-apply: fix rename header parsing
2005-06-05 git-apply: actually apply patches and update the index
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"