703 Commits (1c57a627bf269f3c83c48ad724cd8b14292502ef)

Author SHA1 Message Date
Johan Herland 1c57a627bf New --dirstat=lines mode, doing dirstat analysis based on diffstat 14 years ago
Johan Herland 712d2c7dd8 Allow specifying --dirstat cut-off percentage as a floating point number 14 years ago
Johan Herland 2d17495196 Add config variable for specifying default --dirstat behavior 14 years ago
Johan Herland 333f3fb0c5 Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file 14 years ago
Johan Herland 58a8756a98 Make --dirstat=0 output directories that contribute < 0.1% of changes 14 years ago
Johan Herland 2ca8671470 --dirstat: In case of renames, use target filename instead of source filename 14 years ago
Johan Herland 2ff3a80334 Teach --dirstat not to completely ignore rearranged lines within a file 14 years ago
Johan Herland 0133dab75d --dirstat-by-file: Make it faster and more correct 14 years ago
Junio C Hamano 467ddc14fe git diff -D: omit the preimage of deletes 14 years ago
Junio C Hamano f31027c99c diffcore-rename: fall back to -C when -C -C busts the rename limit 14 years ago
Johannes Schindelin c0aa335c95 Remove unused variables 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Jeff King abb371a1ef diff: don't retrieve binary blobs for diffstat 14 years ago
Jeff King ded0abc73c diff: handle diffstat of rewritten binary files 14 years ago
Jeff King 92c57e5c1d bump rename limit defaults (again) 14 years ago
Kirill Smelkov 9ec09b0495 fill_textconv(): Don't get/put cache if sha1 is not valid 14 years ago
Yann Dirson f611ddc774 diff: use "find" instead of "detect" as prefix for long forms of -M and -C 14 years ago
Kevin Ballard 150a5daad0 diff: add --detect-copies-harder as a synonym for --find-copies-harder 14 years ago
Yann Dirson c3fced6498 Fix copy-pasted comments related to tree diff handling. 15 years ago
Nicolas Pitre c50c4316e1 diff: don't presume empty file when corresponding object is missing 15 years ago
Jeff King 07cd726527 diff: report bogus input to -C/-M/-B 15 years ago
Christoph Mallon 8837d33595 diff --check: correct line numbers of new blank lines at EOF 15 years ago
Matthieu Moy 9ec26eb7cd diff: trivial fix for --output file error message 15 years ago
Kevin Ballard 37ab5156ae diff: add synonyms for -M, -C, -B 15 years ago
Kevin Ballard 10ae7526be merge-recursive: option to specify rename threshold 15 years ago
Clemens Buchacher ad14b450c0 do not search functions for patch ID 15 years ago
Jeff King d391c0ff94 diff: don't use pathname-based diff drivers for symlinks 15 years ago
Brandon Casey ef5644ea6e diff.c: call regfree to free memory allocated by regcomp when necessary 15 years ago
Junio C Hamano f506b8e8b5 git log/diff: add -G<regexp> that greps in the patch text 15 years ago
Junio C Hamano 382f013bc4 diff: pass the entire diff-options to diffcore_pickaxe() 15 years ago
Clemens Buchacher 34597c1f5a hash binary sha1 into patch id 15 years ago
Junio C Hamano 44c48a909a diff --follow: do call diffcore_std() as necessary 15 years ago
Jakub Narebski d8faea9d18 diff: strip extra "/" when stripping prefix 15 years ago
Johannes Schindelin be4f2b408e Add the 'diff.ignoreSubmodules' config setting 15 years ago
Jens Lehmann aee9c7d654 Submodules: Add the new "ignore" config option for diff and status 15 years ago
Matthieu Moy 1e57208ef0 diff: parse separate options --stat-width n, --stat-name-width n 15 years ago
Jonathan Nieder 4d7f7a4ae7 diff: split off a function for --stat-* option parsing 15 years ago
Matthieu Moy dea007fb4c diff: parse separate options like -S foo 15 years ago
Junio C Hamano ee38d823f7 Fix DIFF_QUEUE_CLEAR refactoring 15 years ago
Bo Yang e13f38a33e diff.c: fix a graph output bug 15 years ago
Jens Lehmann 46a958b3da Add the option "--ignore-submodules" to "git status" 15 years ago
Jens Lehmann dd44d419d3 Add optional parameters to the diff option "--ignore-submodules" 15 years ago
Axel Bonnet a788d7d58b textconv: make the API public 15 years ago
Christian Couder 296c6bb21a diff: fix "git show -C -C" output when renaming a binary file 15 years ago
Bo Yang 4297c0aeb5 Make --color-words work well with --graph 15 years ago
Bo Yang 2efcc97764 Emit a whole line in one go 15 years ago
Bo Yang 7be5761073 diff.c: Output the text graph padding before each diff line 15 years ago
Bo Yang a3c158d4a5 Add a prefix output callback to diff output 15 years ago
Johan Herland 3e5a188f1d diff.c: Ensure "index $from..$to" line contains unambiguous SHA1s 15 years ago