summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)Author
2006-04-11Implement 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-26git-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-28git-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-27apply --whitespace fixes and enhancements.Junio C Hamano
2006-02-27The war on trailing whitespaceLinus Torvalds
2006-02-22Merge branch 'jc/nostat'Junio C Hamano
2006-02-18Optionally support old diffsJohannes Schindelin
2006-02-09"Assume unchanged" gitJunio C Hamano
2006-02-04Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy
2006-02-01Make apply accept the -pNUM option like patch does.Daniel Barkalow
2006-01-06fix potential deadlock in create_one_fileAlex Riesen
2006-01-06trivial: O_EXCL makes O_TRUNC redundantAlex Riesen
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