744 Commits (4426ba2919697d57ab8b6335ca63b2c14e4e6339)

Author SHA1 Message Date
Thomas Rast c7c2bc0ac9 word-diff: ignore '\ No newline at eof' marker 13 years ago
René Scharfe 14937c2c06 diff: add option to show whole functions as context 14 years ago
Junio C Hamano 81b568c839 diff: resurrect XDF_NEED_MINIMAL with --minimal 14 years ago
Junio C Hamano f01cae918f diff: teach --stat/--numstat to honor -U$num 14 years ago
Jeff King 3e1dd17a89 diff: don't load color config in plumbing 14 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
Jeff King e269eb7946 git_config_colorbool: refactor stdout_is_tty handling 14 years ago
Jeff King f1c9626105 diff: refactor COLOR_DIFF from a flag into an int 14 years ago
Tay Ray Chuan 8c912eea94 teach --histogram to diff 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
Junio C Hamano 28b9264dd6 diff: futureproof "stop feeding the backend early" logic 14 years ago
Junio C Hamano e5f85df87e diff --stat-count: finishing touches 14 years ago
Michael J Gruber 808e1db231 diff: introduce --stat-lines to limit the stat lines 14 years ago
Michael J Gruber 358e460eeb diff.c: omit hidden entries from namelen calculation with --stat 14 years ago
Jeff King 3813e69031 refactor get_textconv to not require diff_filespec 14 years ago
Jim Meyering 42536dd9b9 do not read beyond end of malloc'd buffer 14 years ago
Johan Herland 7478ac57c4 Mark dirstat error messages for translation 14 years ago
Johan Herland 51670fc87e Improve error handling when parsing dirstat parameters 14 years ago
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
Junio C Hamano fa7b290895 diff: remove often unused parameters from diff_unmerge() 14 years ago
Junio C Hamano 76399c0195 diff.c: return filepair from diff_unmerge() 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