112 Commits (362b0dd523f5162e7c55c76b5d0af7ad830e0e83)

Author SHA1 Message Date
Jeff King 9a1805a872 add a "basic" diff config callback 17 years ago
Johannes Schindelin eab9a40b6d Teach diff machinery to display other prefixes than "a/" and "b/" 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
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Junio C Hamano fb63d7f889 git-add: make the entry stat-clean after re-adding the same contents 17 years ago
Junio C Hamano 4bd5b7dacc ce_match_stat, run_diff_files: use symbolic constants for readability 17 years ago
René Scharfe 6d2d9e8666 diff: squelch empty diffs even more 17 years ago
Junio C Hamano fb13227e08 git-diff: squelch "empty" diffs 17 years ago
Linus Torvalds 750f7b668f Finally implement "git log --follow" 18 years ago
Junio C Hamano 16befb8b7f Even more missing static 18 years ago
Junio C Hamano f1af60bdba Support 'diff=pgm' attribute 18 years ago
Junio C Hamano 68aacb2f3c diff --quiet 18 years ago
Junio C Hamano 3161b4b521 Remove unused diffcore_std_no_resolve 18 years ago
Alex Riesen 41bbf9d585 Allow git-diff exit with codes similar to diff(1) 18 years ago
Johannes Schindelin fcfa33ec90 diff: make more cases implicit --no-index 18 years ago
Johannes Schindelin 34a5e1a2d9 diff --no-index: also imitate the exit status of diff(1) 18 years ago
Johannes Schindelin d516c2d119 Teach git-diff-files the new option `--no-index` 18 years ago
Junio C Hamano 1cfe77333f git-blame: no rev means start from the working tree file. 18 years ago
Junio C Hamano e9c8409900 diff-index --cached --raw: show tree entry on the LHS for unmerged entries. 18 years ago
Nicolas Pitre ebd124c678 make commit message a little more consistent and conforting 18 years ago
Junio C Hamano 2f3f8b218a git-pickaxe: rename detection optimization 18 years ago
Rene Scharfe 2b60356da5 Make git-cherry handle root trees 18 years ago
Junio C Hamano 74e2abe5b7 diff --numstat 18 years ago
Junio C Hamano a2540023dc diff --stat: allow custom diffstat output width. 18 years ago
Junio C Hamano 448c3ef144 diff.c: second war on whitespace. 18 years ago
Jeff King 0424558190 diff: support custom callbacks for output 18 years ago
Johannes Schindelin f59a59e22f Add the --color-words option to the diff options family 19 years ago
Jeff King ce43697379 Colorize 'commit' lines in log ui 19 years ago
Junio C Hamano 83ad63cfeb diff: do not use configuration magic at the core-level 19 years ago
Stephan Feder ca49920f6f Add -a and --text to common diff options help 19 years ago
Stephan Feder 6d64ea965b Teach --text option to diff 19 years ago
Timo Hirvonen 39bc9a6c20 Add msg_sep to diff_options 19 years ago
Timo Hirvonen c6744349df Merge with_raw, with_stat and summary variables to output_format 19 years ago
Johannes Schindelin fcb3d0adc1 add diff_flush_patch_id() to calculate the patch id 19 years ago
Johannes Schindelin 0d21efa51c Teach diff about -b and -w flags 19 years ago
Johannes Schindelin cd112cef99 diff options: add --color 19 years ago
Johannes Schindelin 698ce6f87e fmt-patch: Support --attach 19 years ago
Johannes Schindelin 8824689884 diff family: add --check option 19 years ago
Sean 4bbd261bbd Add "--summary" option to git diff. 19 years ago
Linus Torvalds ee1e5412a7 git diff: support "-U" and "--unified" options properly 19 years ago
Junio C Hamano 0660626caf binary diff: further updates. 19 years ago
Junio C Hamano 0fe7c1de16 built-in diff: assorted updates. 19 years ago
Junio C Hamano 5c21ac0e7c Libified diff-index: backward compatibility fix. 19 years ago
Junio C Hamano e09ad6e1e3 Libify diff-index. 19 years ago
Junio C Hamano 6973dcaee7 Libify diff-files. 19 years ago
Linus Torvalds 9153983310 Log message printout cleanups 19 years ago
Johannes Schindelin 2935327394 diff-options: add --patch-with-stat 19 years ago
Johannes Schindelin d75f7952ef diff-options: add --stat (take 2) 19 years ago
Petr Baudis 5c91da25d7 Document --patch-with-raw 19 years ago