491 Commits (3bec8ff99a7792cae67aaeb5892d832478d7f548)

Author SHA1 Message Date
Junio C Hamano b67b9612e1 diff.c: output correct index lines for a split diff 16 years ago
Jeff King 57b235a4bc refactor signal handling for cleanup functions 16 years ago
Jeff King 4a16d07272 chain kill signals for cleanup functions 16 years ago
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 16 years ago
Jeff King 0c01857df5 diff: fix handling of binary rewrite diffs 16 years ago
Jeff King e10ea8126c diff: allow turning on textconv explicitly for plumbing 16 years ago
Jeff King 2675773af8 only textconv regular files 16 years ago
Jeff King c7534ef4a1 userdiff: require explicitly allowing textconv 16 years ago
Jeff King 04427ac848 refactor userdiff textconv code 16 years ago
Jeff King 72cf484140 diff: add missing static declaration 16 years ago
Brian Downing 9ccd0a88ac Always initialize xpparam_t to 0 16 years ago
Jeff King 9cb92c390c diff: add filter for converting binary to text 16 years ago
Jeff King 122aa6f9c0 diff: introduce diff.<driver>.binary 16 years ago
Jeff King be58e70dba diff: unify external diff and funcname parsing code 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Jonathan del Strother 5d1e958e24 Teach git diff about Objective-C syntax 16 years ago
Linus Torvalds 71b989e7dd fix bogus "diff --git" header from "diff --no-index" 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 16 years ago
Brandon Casey 416f80a60b diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785 16 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