682 Commits (ac34efcf214269201849a1ca32ab86614bfe4c8b)

Author SHA1 Message Date
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. 14 years ago
Nicolas Pitre c50c4316e1 diff: don't presume empty file when corresponding object is missing 14 years ago
Jeff King 07cd726527 diff: report bogus input to -C/-M/-B 14 years ago
Christoph Mallon 8837d33595 diff --check: correct line numbers of new blank lines at EOF 14 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
Bert Wesarg 374664478f diff: fix coloring of extended diff headers 15 years ago
Will Palmer 1c9eecff97 diff-options: make --patch a synonym for -p 15 years ago
Eli Collins f89504ddb9 diff: add configuration option for disabling diff prefixes. 15 years ago
Bo Yang 1da6175d43 Make diffcore_std only can run once before a diff_flush 15 years ago
Bo Yang 9ca5df9061 Add a macro DIFF_QUEUE_CLEAR. 15 years ago
René Scharfe dfea79004c remove ecb parameter from xdi_diff_outf() 15 years ago
René Scharfe 582aa00bdf git diff too slow for a file 15 years ago
Jeff King 0974c117ff diff: use large integers for diffstat calculations 15 years ago
Thomas Rast 882749a04f diff: add --word-diff option that generalizes --color-words 15 years ago
Junio C Hamano aed6ca52e7 diff.c: work around pointer constness warnings 15 years ago
Jeff King b337398266 diff: avoid useless filespec population 15 years ago
Jeff King d9bae1a178 diff: cache textconv output 15 years ago
Jeff King 840383b2c2 textconv: refactor calls to run_textconv 15 years ago
Jeff King b76c056b95 fix textconv leak in emit_rewrite_diff 15 years ago
Johannes Sixt da1fbed3ff diff: fix textconv error zombies 15 years ago
Junio C Hamano a757c646ee diff --check: honor conflict-marker-size attribute 15 years ago