213 Commits (a95148dea1d9546e96adef7c3cad11be80aa30f5)

Author SHA1 Message Date
Johannes Schindelin e1e4389832 apply: fix access to an uninitialized mode variable, found by valgrind 16 years ago
Junio C Hamano a15080e5f4 builtin-apply.c: do not set bogus mode in check_preimage() for deleted path 16 years ago
Linus Torvalds 39c68542fc Wrap inflate and other zlib routines for better error reporting 16 years ago
Junio C Hamano 64912a67a4 Resurrect "git apply --flags -" to read from the standard input 16 years ago
Junio C Hamano 1f7903a371 builtin-apply: prevent non-explicit permission changes 16 years ago
Miklos Vajna f26c4940c4 parse-opt: migrate builtin-apply. 16 years ago
Linus Torvalds b11b7e13f4 Add generic 'strbuf_readlink()' helper function 16 years ago
Alex Riesen 9fa03c177f Fix potentially dangerous uses of mkpath and git_path 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Jeff King 969c877506 git apply --directory broken for new files 16 years ago
Imre Deak b8ebe08b9a builtin-apply: fix typo leading to stack corruption 16 years ago
Dmitry Potapov 048f276200 do not segfault if make_cache_entry failed 16 years ago
Dmitry Potapov d09e2cd551 do not segfault if make_cache_entry failed 16 years ago
Alex Riesen 175a494823 Use remove_path from dir.c instead of own implementation 17 years ago
Junio C Hamano 6ecb1ee28a git-apply:--include=pathspec 17 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Heikki Orsila 34baebcee1 Start conforming code to "git subcmd" style 17 years ago
Junio C Hamano ed0f47a8c4 git-apply: Loosen "match_beginning" logic 17 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Junio C Hamano a9a3e82e6d apply: fix copy/rename breakage 17 years ago
Junio C Hamano f556388747 git-apply --directory: make --root more similar to GNU diff 17 years ago
Thomas Rast 6cf91492d9 Fix apply --recount handling of no-EOL line 17 years ago
Junio C Hamano 8ee4a6c2ec apply --root: thinkofix. 17 years ago
Johannes Schindelin c4730f35cc Teach "git apply" to prepend a prefix with "--root=<root>" 17 years ago
Johannes Schindelin c14b9d1e33 Allow git-apply to recount the lines in a hunk (AKA recountdiff) 17 years ago
Don Zickus 7a07841c0b git-apply: handle a patch that touches the same path more than once better 17 years ago
Junio C Hamano 8f8841e9c8 check_and_emit_line(): rename and refactor 17 years ago
Junio C Hamano 032bea55a3 builtin-apply: do not declare patch is creation when we do not know it 17 years ago
Junio C Hamano 5c47f4c6e7 builtin-apply: accept patch to an empty file 17 years ago
Junio C Hamano 88f6dbaf99 builtin-apply: typofix 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Linus Torvalds c40641b77b Optimize symlink/directory detection 17 years ago
Alberto Bertogli 1da16439be builtin-apply: Show a more descriptive error on failure when opening a patch 17 years ago
Stephan Beyer 8e4c6aa1ac builtin-apply.c: use git_config_string() to get apply_default_whitespace 17 years ago
Junio C Hamano ee5a317e01 Fix "git apply" to correctly enforce "match at the beginning" 17 years ago
SZEDER Gábor af05d67939 Always set *nongit_ok in setup_git_directory_gently() 17 years ago
Junio C Hamano fe3403c320 ws_fix_copy(): move the whitespace fixing function to ws.c 17 years ago
Junio C Hamano 52f3c81a9d apply: do not barf on patch with too large an offset 17 years ago
Junio C Hamano a0ed3e6ade builtin-apply.c: guard config parser from value=NULL 17 years ago
Steffen Prohaska 21e5ad50fc safecrlf: Add mechanism to warn about irreversible crlf conversions 17 years ago
Junio C Hamano b2979ff599 core.whitespace: cr-at-eol 17 years ago
Junio C Hamano c1beba5b47 git-apply --whitespace=fix: fix whitespace fuzz introduced by previous run 17 years ago
Junio C Hamano c607aaa2f0 builtin-apply.c: pass ws_rule down to match_fragment() 17 years ago
Junio C Hamano ee810b7159 builtin-apply.c: move copy_wsfix() function a bit higher. 17 years ago
Junio C Hamano 42ab241cfa builtin-apply.c: do not feed copy_wsfix() leading '+' 17 years ago
Junio C Hamano 8441a9a842 builtin-apply.c: simplify calling site to apply_line() 17 years ago
Junio C Hamano 61e08ccacb builtin-apply.c: clean-up apply_one_fragment() 17 years ago
Junio C Hamano c330fdd42d builtin-apply.c: mark common context lines in lineinfo structure. 17 years ago
Junio C Hamano ecf4c2ec6b builtin-apply.c: optimize match_beginning/end processing a bit. 17 years ago