summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
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
2008-02-05core.whitespace: cr-at-eolJunio C Hamano
2008-02-05git-apply --whitespace=fix: fix whitespace fuzz introduced by previous runJunio C Hamano
2008-02-05builtin-apply.c: pass ws_rule down to match_fragment()Junio C Hamano
2008-02-05builtin-apply.c: move copy_wsfix() function a bit higher.Junio C Hamano
2008-02-05builtin-apply.c: do not feed copy_wsfix() leading '+'Junio C Hamano
2008-02-05builtin-apply.c: simplify calling site to apply_line()Junio C Hamano
2008-02-05builtin-apply.c: clean-up apply_one_fragment()Junio C Hamano
2008-02-05builtin-apply.c: mark common context lines in lineinfo structure.Junio C Hamano
2008-02-05builtin-apply.c: optimize match_beginning/end processing a bit.Junio C Hamano
2008-02-05builtin-apply.c: make it more line orientedJunio C Hamano
2008-02-05builtin-apply.c: push match-beginning/end logic downJunio C Hamano
2008-02-05builtin-apply.c: restructure "offset" matchingJunio C Hamano
2008-02-05builtin-apply.c: refactor small part that matches contextJunio C Hamano
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-09"git-apply --check" should not report "fixed"Junio C Hamano
2007-12-16builtin-apply: stronger indent-with-on-tab fixingJ. Bruce Fields