8 Commits (30d00c395e3fb9f104a3f4a85f06a039c989cd8d)

Author SHA1 Message Date
Chris Webb d511bd330d whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dst 15 years ago
Peter Collingbourne 80d706afed Introduce remove_or_warn function 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Andreas Gruenbacher da915939fd builtin-apply.c: fix the --- and +++ header filename consistency check 15 years ago
Andreas Gruenbacher 1586208727 builtin-apply.c: Skip filenames without enough components 15 years ago
Nguyễn Thái Ngọc Duy 56cac48c35 ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID 15 years ago
Junio C Hamano ec7fc0b1a4 builtin-apply.c: pay attention to -p<n> when determining the name 15 years ago
Junio C Hamano 94ea026b35 apply --whitespace: warn blank but not necessarily empty lines at EOF 16 years ago
Junio C Hamano 77b15bbd88 apply --whitespace=warn/error: diagnose blank at EOF 16 years ago
Junio C Hamano 92a1747eea apply.c: split check_whitespace() into two 16 years ago
Junio C Hamano efa574438f apply --whitespace=fix: detect new blank lines at eof correctly 16 years ago
Junio C Hamano ef2035c5e5 apply --whitespace=fix: fix handling of blank lines at the eof 16 years ago
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