663 Commits (5d7da9a94489da0db3b3c7b766606b80fc71becf)

Author SHA1 Message Date
Yann Dirson c3fced6498 Fix copy-pasted comments related to tree diff handling. 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
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
Jens Lehmann 85adbf2f75 git status: Fix false positive "new commits" output for dirty submodules 15 years ago
Jens Lehmann ae6d5c1b6f Refactor dirty submodule detection in diff-lib.c 15 years ago
Mark Lodato 73e9da0196 Add an optional argument for --color options 15 years ago
Larry D'Anna 6977c250ac git diff --quiet -w: check and report the status 15 years ago
Larry D'Anna 8324b977ae diff: make sure --output=/bad/path is caught 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Jens Lehmann 721ceec1ad Teach diff --submodule that modified submodule directory is dirty 15 years ago
Jens Lehmann e3d42c4773 Performance optimization for detection of modified submodules 15 years ago