511 Commits (4e2715fb9878235cb696f765695eef38078b0b7a)

Author SHA1 Message Date
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
Junio C Hamano 5ff10dd602 diff --check: explain why we do not care whether old side is binary 17 years ago
Junio C Hamano 18374e584c diff --check: do not discard error status upon seeing a good line 17 years ago
Junio C Hamano 4afbcab989 diff.c: fix emit_line() again not to add extra line 17 years ago
SZEDER Gábor 06ff64ae3d diff: reset color before printing newline 17 years ago
Jeff King 4d9b53591f avoid trailing whitespace in zero-change diffstat lines 17 years ago
Johannes Schindelin 50fd9bd843 diff options: Introduce --ignore-submodules 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Jeff King 50705915ea bump rename limit defaults 17 years ago
Adam Simpkins 028656552b Remove dead code: show_log() sep argument and diff_options.msg_sep 17 years ago
Junio C Hamano c04a7155a0 diff: make --dirstat binary-file safe 17 years ago
Daniel Barkalow c0c77734bf Write diff output to a file in struct diff_options 17 years ago
Junio C Hamano 2b459b483c diff: make sure work tree side is shown as 0{40} when different 17 years ago
Junio C Hamano 2efb3b0617 Clean up find_unique_abbrev() callers 17 years ago
Daniel Barkalow 1468bd4783 Use a single implementation and API for copy_file() 17 years ago
Junio C Hamano 2b0b551d76 diff --dirstat: saner handling of binary and unmerged files 17 years ago
Jim Meyering 8e0f70033b Avoid unnecessary "if-before-free" tests. 17 years ago
Jeff King 14a5c7c193 diff: fix java funcname pattern for solaris 17 years ago