123 Commits (14a9c5f261bcc436b80700076257f02af0beec68)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 7f814632f5 Use correct grammar in diffstat summary line 13 years ago
Brandon Casey cc64b318f2 builtin/apply.c: report error on failure to recognize input 13 years ago
Ævar Arnfjörð Bjarmason 473f4c96e3 apply: get rid of useless x < 0 comparison on a size_t type 13 years ago
Jim Meyering 2c93286ab2 fix "git apply --index ..." not to deref NULL 14 years ago
René Scharfe af1032edf9 apply: use OPT_NOOP_NOARG 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 933e44d3a0 "add -p": work-around an old laziness that does not coalesce hunks 14 years ago
Junio C Hamano 334f8cb22a apply -v: show offset count when patch did not apply exactly 14 years ago
Junio C Hamano 9d158601b3 apply: do not patch lines that were already patched 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Jonathan Nieder 2d502e1f37 apply: handle patches with funny filename and colon in timezone 14 years ago
Federico Cuello cefd43b7f9 Fix git-apply with -p greater than 1 15 years ago
Jeff King 24305cd700 apply: don't segfault on binary files with missing data 15 years ago
Anders Kaseorg a1980c4efc apply: Recognize epoch timestamps with : in the timezone 15 years ago
Jonathan Nieder 5a12c8864b apply: handle traditional patches with space in filename 15 years ago
Jonathan Nieder bb7306b5a3 apply: split quoted filename handling into new function 15 years ago
Nguyễn Thái Ngọc Duy d1ea896290 apply: run setup_git_directory_gently() sooner 15 years ago
Junio C Hamano 18cdf802ca Teach "apply --index-info" to handle rename patches 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago
Julian Phillips e8c8b7139c string_list: Fix argument order for string_list_lookup 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
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 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 94ea026b35 apply --whitespace: warn blank but not necessarily empty lines at EOF 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