638 Commits (e8b4ac37d8ec149582527c09369720a6526984af)

Author SHA1 Message Date
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
Junio C Hamano 8e08b4198c Teach diff that modified submodule directory is dirty 15 years ago
Junio C Hamano 730f72840c unpack-trees.c: look ahead in the index 15 years ago
Jeff King 7ed7fac45a diff: run external diff helper with shell 15 years ago
Jeff King 41a457e4f8 textconv: use shell to run helper 15 years ago
Jeff King 70d7099916 textconv: stop leaking file descriptors 15 years ago
Jeff King 8b8e862490 ignore unknown color configuration 15 years ago
Bert Wesarg 89cb73a19a Give the hunk comment its own color 15 years ago
Junio C Hamano 06a4755270 emit_line(): don't emit an empty <SET><RESET> followed by a newline 15 years ago
Greg Bacon 3e97c7c6af No diff -b/-w output for all-whitespace changes 15 years ago
Junio C Hamano 76fd28283f diff --color-words: bit of clean-up 15 years ago
Johannes Schindelin a4ca1465ec diff --color-words -U0: fix the location of hunk headers 15 years ago
Johannes Schindelin 752c0c2492 Add the --submodule option to the diff option family 15 years ago
Felipe Contreras 2775d92c53 diff.c: stylefix 15 years ago
Junio C Hamano 7f7ee2ff2d diff -B: colour whitespace errors 16 years ago
Junio C Hamano 018cff7046 diff.c: emit_add_line() takes only the rest of the line 16 years ago
Junio C Hamano 250f79930d diff.c: split emit_line() from the first char and the rest of the line 16 years ago