summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
2009-02-04Merge branch 'maint'Junio C Hamano
2009-02-04Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-04apply: fix access to an uninitialized mode variable, found by valgrindJohannes Schindelin
2009-02-01Merge branch 'jc/maint-apply-fix'Junio C Hamano
2009-01-29builtin-apply.c: do not set bogus mode in check_preimage() for deleted pathJunio C Hamano
2009-01-22Merge branch 'lt/maint-wrap-zlib'Junio C Hamano
2009-01-18Merge branch 'mv/apply-parse-opt'Junio C Hamano
2009-01-13Merge branch 'ap/maint-apply-modefix' into maintJunio C Hamano
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds
2009-01-10Resurrect "git apply --flags -" to read from the standard inputJunio C Hamano
2009-01-03Merge branch 'ap/maint-apply-modefix'Junio C Hamano
2009-01-02builtin-apply: prevent non-explicit permission changesJunio C Hamano
2008-12-30parse-opt: migrate builtin-apply.Miklos Vajna
2008-12-17Add generic 'strbuf_readlink()' helper functionLinus Torvalds
2008-10-27Merge branch 'ar/maint-mksnpath' into HEADJunio C Hamano
2008-10-27Fix potentially dangerous uses of mkpath and git_pathAlex Riesen
2008-10-12Merge branch 'maint'Shawn O. Pearce
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-12git apply --directory broken for new filesJeff King
2008-10-09Merge branch 'maint'Shawn O. Pearce
2008-10-09builtin-apply: fix typo leading to stack corruptionImre Deak
2008-10-06do not segfault if make_cache_entry failedDmitry Potapov
2008-10-06do not segfault if make_cache_entry failedDmitry Potapov
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce
2008-09-29Use remove_path from dir.c instead of own implementationAlex Riesen
2008-09-07git-apply:--include=pathspecJunio C Hamano
2008-09-03Merge branch 'ho/dashless' into maintJunio C Hamano
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-08-30Start conforming code to "git subcmd" styleHeikki Orsila
2008-08-30git-apply: Loosen "match_beginning" logicJunio C Hamano
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-10apply: fix copy/rename breakageJunio C Hamano
2008-07-09Merge branch 'js/apply-root'Junio C Hamano
2008-07-07git-apply --directory: make --root more similar to GNU diffJunio C Hamano
2008-07-05Fix apply --recount handling of no-EOL lineThomas Rast
2008-07-02apply --root: thinkofix.Junio C Hamano
2008-07-02Teach "git apply" to prepend a prefix with "--root=<root>"Johannes Schindelin
2008-07-01Merge branch 'js/apply-recount'Junio C Hamano
2008-07-01Merge branch 'jc/checkdiff'Junio C Hamano
2008-06-28Allow git-apply to recount the lines in a hunk (AKA recountdiff)Johannes Schindelin
2008-06-28git-apply: handle a patch that touches the same path more than once betterDon Zickus
2008-06-27check_and_emit_line(): rename and refactorJunio C Hamano
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-17builtin-apply: do not declare patch is creation when we do not know itJunio C Hamano
2008-05-17builtin-apply: accept patch to an empty fileJunio C Hamano
2008-05-17builtin-apply: typofixJunio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-11Optimize symlink/directory detectionLinus Torvalds
2008-04-16Merge branch 'maint'Junio C Hamano