823 Commits (dfbf3937008c72cec25dc68da3362cb972a26078)

Author SHA1 Message Date
Jeff King e10ea8126c diff: allow turning on textconv explicitly for plumbing 16 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
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
Dmitry Potapov fd55a19eb1 Fix buffer overflow in git diff 17 years ago
Brian Hetro daec808cc6 diff.c: Use 'git_config_string' to get 'diff.external' 17 years ago
Olivier Marin 861d1af36a show_stats(): fix stats width calculation 17 years ago
Junio C Hamano 049540435f diff --check: detect leftover conflict markers 17 years ago
Junio C Hamano 877f23ccb8 Teach "diff --check" about new blank lines at end 17 years ago
Junio C Hamano 1ba111d1d6 checkdiff: pass diff_options to the callback 17 years ago
Junio C Hamano 8f8841e9c8 check_and_emit_line(): rename and refactor 17 years ago