473 Commits (b59122f86f23007fce374f92de7f6e0a73793026)

Author SHA1 Message Date
Junio C Hamano b67b9612e1 diff.c: output correct index lines for a split diff 16 years ago
Johannes Schindelin 950db8798d Rename diff.suppress-blank-empty to diff.suppressBlankEmpty 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
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
Junio C Hamano 8a3f524bf2 xdiff-interface: hide the whole "xdiff_emit_state" business from the caller 17 years ago
Brian Downing c99db9d292 Make xdi_diff_outf interface for running xdiff_outf diffs 17 years ago
Gustaf Hendeby 23b5beb28f Teach git diff about BibTeX head hunk patterns 17 years ago
Junio C Hamano 04c6e9e9ca diff --check: do not unconditionally complain about trailing empty lines 17 years ago
Linus Torvalds 2b6ca6df2d diff.renamelimit is a basic diff configuration 17 years ago
Giuseppe Bilotta 807d869453 diff: chapter and part in funcname for tex 17 years ago
Avery Pennarun b50005b79f Teach "git diff -p" Pascal/Delphi funcname pattern 17 years ago
Giuseppe Bilotta ad8c1d9260 diff: add ruby funcname pattern 17 years ago
Kevin Ballard 6b2fbaaffc format-patch: Produce better output with --inline or --attach 17 years ago