153 Commits (73cf7f713da4fc797e2393a9e490ad4ec9466c53)

Author SHA1 Message Date
Axel Bonnet a788d7d58b textconv: make the API public 15 years ago
Bo Yang a3c158d4a5 Add a prefix output callback to diff output 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Thomas Rast 882749a04f diff: add --word-diff option that generalizes --color-words 15 years ago
Jens Lehmann 3bfc450476 git status: ignoring untracked files must apply to submodules too 15 years ago
Jens Lehmann 9297f77e6d git status: Show detailed dirty status of submodules in long format 15 years ago
Jens Lehmann e3d42c4773 Performance optimization for detection of modified submodules 15 years ago
Junio C Hamano 730f72840c unpack-trees.c: look ahead in the index 15 years ago
Bert Wesarg 89cb73a19a Give the hunk comment its own color 15 years ago
Johannes Schindelin 752c0c2492 Add the --submodule option to the diff option family 15 years ago
Junio C Hamano 90b1994170 diff: Rename QUIET internal option to QUICK 15 years ago
Junio C Hamano f245194f9a diff: change semantics of "ignore whitespace" options 15 years ago
Keith Cascio 628d5c2b70 Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-masking 16 years ago
Stephan Beyer 75f3ff2eea Generalize and libify index_is_dirty() to index_differs_from(...) 16 years ago
Johannes Schindelin 2b6a5417d7 color-words: take an optional regular expression describing words 16 years ago
René Scharfe 6d0e674a57 diff: add option to show context between close hunks 16 years ago
Jeff King c7534ef4a1 userdiff: require explicitly allowing textconv 16 years ago
Heikki Orsila fd33777b78 diff --dirstat-by-file: count changed files, not lines 16 years ago
Junio C Hamano f88d225feb diff --cumulative is a sub-option of --dirstat 16 years ago
Junio C Hamano a5a818ee48 diff: vary default prefix depending on what are compared 16 years ago
Dmitry Potapov fd55a19eb1 Fix buffer overflow in git diff 17 years ago
Junio C Hamano 0569e9b8ce "git diff": do not ignore index without --no-index 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 b8960bbe7b diff: make "too many files" rename warning optional 17 years ago
Adam Simpkins 028656552b Remove dead code: show_log() sep argument and diff_options.msg_sep 17 years ago
Daniel Barkalow c0c77734bf Write diff output to a file in struct diff_options 17 years ago
Matthias Kestenholz 6b2f2d9805 Add color.ui variable which globally enables colorization if set 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
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