384 Commits (9dc784a970ba5cc3871f7244c6bf6a823754f0a0)

Author SHA1 Message Date
SZEDER Gábor 06ff64ae3d diff: reset color before printing newline 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
Johannes Schindelin eab9a40b6d Teach diff machinery to display other prefixes than "a/" and "b/" 17 years ago
Johannes Schindelin cbe021004f Support config variable diff.external 17 years ago
Wincent Colaiuta 45e2a4b2b0 Make "diff --check" output match "git apply" 17 years ago
Wincent Colaiuta c1795bb08a Unify whitespace checking 17 years ago
Junio C Hamano da31b358fb diff --check: minor fixups 17 years ago
Wincent Colaiuta 62c64895cf "diff --check" should affect exit status 17 years ago
Junio C Hamano c279d7e986 xdl_diff: identify call sites. 17 years ago
Wincent Colaiuta 86f8c23685 Fix "diff --check" whitespace detection 17 years ago
Junio C Hamano f604652e05 git-diff --numstat -z: make it machine readable 17 years ago
Wincent Colaiuta 0ac7903ee3 Use "whitespace" consistently 17 years ago
Junio C Hamano cf1b7869f0 Use gitattributes to define per-path whitespace rule 17 years ago
Junio C Hamano 0f6f5a4022 git config --get-colorbool 17 years ago
Junio C Hamano f8b6809d52 Fix "quote" misconversion for rewrite diff output. 17 years ago
Pierre Habouzit d054680c7d Reorder diff_opt_parse options more logically per topics. 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Junio C Hamano 459fa6d0fe git-diff: complain about >=8 consecutive spaces in initial indent 17 years ago
Junio C Hamano a9cc857ada War on whitespace: first, a bit of retreat. 17 years ago
Linus Torvalds 644797119d copy vs rename detection: avoid unnecessary O(n*m) loops 17 years ago