374 Commits (5d02294c776c46f0d454470c66c16fe9f08fad3d)

Author SHA1 Message Date
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
Linus Torvalds 9fb88419ba Ref-count the filespecs used by diffcore 17 years ago
René Scharfe c32f749fec Correct some sizeof(size_t) != sizeof(unsigned long) typing errors 17 years ago
Johannes Sixt d5535ec75c Use run_command() to spawn external diff programs instead of fork/exec. 17 years ago
Junio C Hamano 8ae92e6389 rename diff_free_filespec_data_large() to diff_free_filespec_blob() 17 years ago
Jeff King eede7b7d11 diffcore-rename: cache file deltas 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 18 years ago
Jeff King a5a3878ba7 diffcore-rename: cache file deltas 18 years ago