summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
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
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-16builtin-apply: Show a more descriptive error on failure when opening a patchAlberto Bertogli
2008-04-15builtin-apply.c: use git_config_string() to get apply_default_whitespaceStephan Beyer
2008-04-07Merge branch 'jc/maint-apply-match-beginning'Junio C Hamano
2008-04-07Fix "git apply" to correctly enforce "match at the beginning"Junio C Hamano
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor
2008-02-25Merge branch 'jc/apply-whitespace'Junio C Hamano
2008-02-24ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano
2008-02-17Merge branch 'sp/safecrlf'Junio C Hamano
2008-02-12Merge branch 'lt/in-core-index'Junio C Hamano
2008-02-11apply: do not barf on patch with too large an offsetJunio C Hamano
2008-02-11builtin-apply.c: guard config parser from value=NULLJunio C Hamano
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska