summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)Author
2006-04-10Implement limited context matching in git-apply.Eric W. Biederman
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-03-25git-apply: safety fixesLinus Torvalds
2006-03-22git-apply: do not barf when updating an originally empty file.Junio C Hamano
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-03-05Add --temp and --stage=all options to checkout-index.Shawn Pearce
2006-03-02war on whitespaces: documentation.Junio C Hamano
2006-02-28git-apply: war on whitespace -- finishing touches.Junio C Hamano
2006-02-27git-apply --whitespace=nowarnJunio C Hamano
2006-02-27apply --whitespace: configuration option.Junio C Hamano
2006-02-27apply: squelch excessive errors and --whitespace=error-allJunio C Hamano
2006-02-26apply --whitespace fixes and enhancements.Junio C Hamano
2006-02-26The war on trailing whitespaceLinus Torvalds
2006-02-21Merge branch 'jc/nostat'Junio C Hamano
2006-02-17Optionally support old diffsJohannes Schindelin
2006-02-08"Assume unchanged" gitJunio C Hamano
2006-02-03Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy
2006-01-31Make apply accept the -pNUM option like patch does.Daniel Barkalow
2006-01-05fix potential deadlock in create_one_fileAlex Riesen
2006-01-05trivial: O_EXCL makes O_TRUNC redundantAlex Riesen
2005-12-19xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano
2005-11-28git-apply: work from subdirectory.Junio C Hamano
2005-11-17Deal with binary diff output from GNU diff 2.8.7Junio C Hamano
2005-11-16apply: allow-binary-replacement.Junio C Hamano
2005-11-16git-apply: fail if a patch cannot be applied.Junio C Hamano
2005-11-14apply: fix binary patch detection.Junio C Hamano
2005-11-11Documentation: git-apply --no-addJunio C Hamano
2005-11-11merge-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-28git-apply --numstatJunio C Hamano
2005-10-17git-apply: remove unused --show-files flag.Junio C Hamano
2005-10-17Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano
2005-10-14Unlocalized isspace and friendsLinus Torvalds
2005-10-07git-apply: parse index informationJunio C Hamano
2005-10-04git-apply: retire unused/unimplemented --no-merge flag.Junio C Hamano
2005-10-04git-apply: allow operating in sparsely populated working tree.Junio C Hamano
2005-09-30[PATCH] Flag empty patches as errorsLinus Torvalds
2005-09-04[PATCH] Make git-apply understand incomplete lines in non-C localesFredrik Kuivinen
2005-08-28Merge 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-23Fix ?: statements.Jason Riedy
2005-08-17[PATCH] When copying or renaming, keep the mode, pleaseJohannes Schindelin
2005-08-09[PATCH] -Werror fixesTimo Sirainen
2005-07-28[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-13[PATCH] apply: match documentation, usage string and code.Junio C Hamano
2005-07-13git-apply: be a lot more careful when writing filesLinus Torvalds
2005-07-12[PATCH] git: fix trivial warning from show_rename_copy()Tony Luck