238 Commits (17225c49d501a304a0ae9ff370ca5cc3ae4afe4d)

Author SHA1 Message Date
Junio C Hamano 0b1fac320c builtin-apply.c: get rid of an unnecessary use of temporary array 16 years ago
Giuseppe Bilotta 86c91f9179 git apply: option to ignore whitespace differences 16 years ago
Junio C Hamano c4593faf2d apply: notice creation/removal patches produced by GNU diff 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Stephen Boyd 34aec9f573 parse-options: simplify usage argh handling 16 years ago
Stephen Boyd df217ed643 parse-opts: add OPT_FILENAME and transition builtins 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Michal Marek 33eb4dd9fc apply: handle filenames with double slashes better 16 years ago
Stephen Boyd 4c8d4c14c6 apply, fmt-merge-msg: use relative filenames 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Michał Kiedrowicz e8141fcf54 builtin-apply: keep information about files to be deleted 16 years ago
Ulrich Windl ae57ec223b git-apply: fix option description 16 years ago
Michał Kiedrowicz 7fac0eef91 builtin-apply: keep information about files to be deleted 16 years ago
Miklos Vajna eca2a8f023 builtin-apply: use warning() instead of fprintf(stderr, "warning: ") 16 years ago
Michele Ballabio 092927c1b0 apply: hide unused options from short help 16 years ago
Michele Ballabio 40bac1512b apply: consistent spelling of "don't" 16 years ago
Kjetil Barvik 571998921d lstat_cache(): swap func(length, string) into func(string, length) 16 years ago
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 16 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