summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)Author
2005-12-20xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano
2005-11-29git-apply: work from subdirectory.Junio C Hamano
2005-11-18Deal with binary diff output from GNU diff 2.8.7Junio C Hamano
2005-11-17apply: allow-binary-replacement.Junio C Hamano
2005-11-16git-apply: fail if a patch cannot be applied.Junio C Hamano
2005-11-15apply: fix binary patch detection.Junio C Hamano
2005-11-12Documentation: git-apply --no-addJunio C Hamano
2005-11-12merge-one-file: use common as base, instead of emptiness.Junio C Hamano
2005-11-09git-apply: do not fail on binary diff when not applying nor checking.Junio C Hamano
2005-10-29git-apply --numstatJunio C Hamano
2005-10-18git-apply: remove unused --show-files flag.Junio C Hamano
2005-10-18Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano
2005-10-15Unlocalized isspace and friendsLinus Torvalds
2005-10-07git-apply: parse index informationJunio C Hamano
2005-10-05git-apply: retire unused/unimplemented --no-merge flag.Junio C Hamano
2005-10-05git-apply: allow operating in sparsely populated working tree.Junio C Hamano
2005-10-01[PATCH] Flag empty patches as errorsLinus Torvalds
2005-09-04[PATCH] Make git-apply understand incomplete lines in non-C localesFredrik Kuivinen
2005-08-29Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano
2005-08-28[PATCH] Fix git patch header processing in git-apply.Robert Fitzsimons
2005-08-24Fix ?: statements.Jason Riedy
2005-08-17[PATCH] When copying or renaming, keep the mode, pleaseJohannes Schindelin
2005-08-10[PATCH] -Werror fixesTimo Sirainen
2005-07-29[PATCH] Make git-apply --stat less butt-ugly with long filenamesLinus Torvalds
2005-07-22[PATCH] apply.c: --exclude=fnmatch-pattern option.Junio C Hamano
2005-07-22[PATCH] apply.c: handle incomplete lines correctly.Junio C Hamano
2005-07-14[PATCH] apply: match documentation, usage string and code.Junio C Hamano
2005-07-14git-apply: be a lot more careful when writing filesLinus Torvalds
2005-07-12[PATCH] git: fix trivial warning from show_rename_copy()Tony Luck
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano
2005-07-03Fix sparse warnings.Linus Torvalds
2005-06-23git-apply: take "--apply" flag to force an apply even if we also ask for a di...Linus Torvalds
2005-06-22[PATCH] git-apply: implement --summary option.Junio C Hamano
2005-06-22[PATCH] git-apply --stat: show new filename for rename/copy patch.Junio C Hamano
2005-06-22git-apply: create subdirectories leading up to a new fileLinus Torvalds
2005-06-21[PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege
2005-06-17git-apply: use default name for mode change patchesLinus Torvalds
2005-06-14git-apply: normalize file mode when comparing with expected valueLinus Torvalds
2005-06-13git-apply: fix error handling for nonexistent filesLinus Torvalds
2005-06-12git-apply: ignore empty git headersLinus Torvalds
2005-06-08git-apply: creatign empty files is nonfatalLinus Torvalds
2005-06-05diff 'rename' format change.Linus Torvalds
2005-06-05git-apply: consider it an error to apply no changesLinus Torvalds
2005-06-05git-apply: fix rename header parsingLinus Torvalds
2005-06-05git-apply: actually apply patches and update the indexLinus Torvalds
2005-06-05git-apply: fix apply of a new fileLinus Torvalds
2005-06-05git-apply: find offset fragments, and really apply themLinus Torvalds
2005-06-05git-apply: first cut at actually checking fragment dataLinus Torvalds
2005-06-01git-apply --stat: limit lines to 79 charactersLinus Torvalds
2005-05-31git-apply: don't try to be clever about filenames and the indexLinus Torvalds