569 Commits (8b2337a5893479ee18dfb21a1d4aa5fc1608872d)

Author SHA1 Message Date
Jeff King 479b0ae81c diff: refactor tempfile cleanup handling 16 years ago
Boyd Stephen Smith Jr 98a4d87b87 color-words: Support diff.wordregex config option 16 years ago
Johannes Schindelin 950db8798d Rename diff.suppress-blank-empty to diff.suppressBlankEmpty 16 years ago
Thomas Rast 80c49c3de2 color-words: make regex configurable via attributes 16 years ago
Thomas Rast bf82940dbf color-words: enable REG_NEWLINE to help user 16 years ago
Johannes Schindelin 2b6a5417d7 color-words: take an optional regular expression describing words 16 years ago
Johannes Schindelin 2e5d2003b2 color-words: change algorithm to allow for 0-character word boundaries 16 years ago
Johannes Schindelin 23c1575f74 color-words: refactor word splitting and use ALLOC_GROW() 16 years ago
Johannes Schindelin 34292bddb8 Introduce the diff option '--patience' 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
René Scharfe 6d0e674a57 diff: add option to show context between close hunks 16 years ago
René Scharfe 0956a6db7a Fix type-mismatch compiler warning from diff_populate_filespec() 16 years ago
Linus Torvalds dfab6aaecf Make 'prepare_temp_file()' ignore st_size for symlinks 16 years ago
Linus Torvalds cf219d8c68 Make 'diff_populate_filespec()' use the new 'strbuf_readlink()' 16 years ago
Jeff King 3aa1f7ca37 diff: respect textconv in rewrite diffs 17 years ago
Jeff King 0c01857df5 diff: fix handling of binary rewrite diffs 17 years ago
Jeff King e10ea8126c diff: allow turning on textconv explicitly for plumbing 17 years ago
Jeff King 2675773af8 only textconv regular files 17 years ago
Jeff King c7534ef4a1 userdiff: require explicitly allowing textconv 17 years ago
Jeff King 04427ac848 refactor userdiff textconv code 17 years ago
Jeff King 72cf484140 diff: add missing static declaration 17 years ago
Brian Downing 9ccd0a88ac Always initialize xpparam_t to 0 17 years ago
Jeff King 9cb92c390c diff: add filter for converting binary to text 17 years ago
Jeff King 122aa6f9c0 diff: introduce diff.<driver>.binary 17 years ago
Jeff King be58e70dba diff: unify external diff and funcname parsing code 17 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Jonathan del Strother 5d1e958e24 Teach git diff about Objective-C syntax 17 years ago
Linus Torvalds 71b989e7dd fix bogus "diff --git" header from "diff --no-index" 17 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 17 years ago
Brandon Casey 416f80a60b diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785 17 years ago
Brandon Casey fdac6692a0 t4018-diff-funcname: test syntax of builtin xfuncname patterns 17 years ago
Junio C Hamano 96d1a8e9d4 diff hunk pattern: fix misconverted "\{" tex macro introducers 17 years ago
Junio C Hamano 3d8dccd74a diff: fix "multiple regexp" semantics to find hunk header comment 17 years ago
Junio C Hamano 1883a0d3b7 diff: use extended regexp to find hunk headers 17 years ago
Junio C Hamano 6a6baf9b4e diff: use extended regexp to find hunk headers 17 years ago
Brandon Casey 45d9414fa5 diff.*.xfuncname which uses "extended" regex's for hunk header selection 17 years ago
Brandon Casey a013585b20 diff.c: associate a flag with each pattern and use it for compiling regex 17 years ago
Brandon Casey 45e7ca0f0e diff.c: return pattern entry pointer rather than just the hunk header pattern 17 years ago
Andreas Ericsson af9ce1ffc6 Teach "git diff -p" to locate PHP class methods 17 years ago
Junio C Hamano df58a8274d diff --quiet: make it synonym to --exit-code >/dev/null 17 years ago
Junio C Hamano 9d865356ab diff Porcelain: do not disable auto index refreshing on -C -C 17 years ago
Heikki Orsila fd33777b78 diff --dirstat-by-file: count changed files, not lines 17 years ago
Junio C Hamano f88d225feb diff --cumulative is a sub-option of --dirstat 17 years ago
Junio C Hamano a5a818ee48 diff: vary default prefix depending on what are compared 17 years ago
Junio C Hamano 3928097020 diff: Help "less" hide ^M from the output 17 years ago
Linus Torvalds 441bca0bbc Fix '--dirstat' with cross-directory renaming 17 years ago
Johan Herland 1a1fcf4abe Teach "git diff -p" HTML funcname patterns 17 years ago
Kirill Smelkov 7c17205b64 Teach "git diff -p" Python funcname patterns 17 years ago
Junio C Hamano c35539eb10 diff --check: do not get confused by new blank lines in the middle 17 years ago
Jim Meyering a624eaa782 add boolean diff.suppress-blank-empty config option 17 years ago