409 Commits (daa0cc9a92c9c2c714aa5f7da6d0ff65b93e0698)

Author SHA1 Message Date
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
Matthias Kestenholz 6b2f2d9805 Add color.ui variable which globally enables colorization if set 17 years ago
Junio C Hamano 0ef617f4b6 diff: Fix miscounting of --check output 17 years ago
Christian Couder b20a60d0c0 diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver" 17 years ago
Christian Couder 2c778210f8 diff.c: remove useless check for value != NULL 17 years ago
Christian Couder 8ca496e97d diff.c: replace a 'strdup' with 'xstrdup'. 17 years ago
Junio C Hamano 588071112c diff.c: fixup garding of config parser from value=NULL 17 years ago
Junio C Hamano c0cb4a0679 diff --relative: help working in a bare repository 17 years ago
Junio C Hamano cd676a5136 diff --relative: output paths as relative to the current subdirectory 17 years ago
Linus Torvalds 7df7c019c2 Add "--dirstat" for some directory statistics 17 years ago
Junio C Hamano 64f30e948b diff.c: guard config parser from value=NULL 17 years ago
Steffen Prohaska 21e5ad50fc safecrlf: Add mechanism to warn about irreversible crlf conversions 17 years ago
Junio C Hamano eadb583134 Avoid running lstat(2) on the same cache entry. 17 years ago
Jeff King 472ca78077 color unchanged lines as "plain" in "diff --color-words" 17 years ago
Bill Lear 9f6fe82233 Correct spelling in diff.c comment 17 years ago
Junio C Hamano 23707811c5 diff: do not chomp hunk-header in the middle of a character 17 years ago
Jeff King cae6c25a7f diff: remove lazy config loading 17 years ago
Jeff King e467193ff3 diff: load funcname patterns in "basic" config 17 years ago
Jeff King 9a1805a872 add a "basic" diff config callback 17 years ago
Junio C Hamano d56250911f Fix rewrite_diff() name quoting. 17 years ago