608 Commits (5d1e34158a3023af48541bf1731d202849929a12)

Author SHA1 Message Date
Christian Couder 296c6bb21a diff: fix "git show -C -C" output when renaming a binary file 15 years ago
Bert Wesarg 374664478f diff: fix coloring of extended diff headers 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
Junio C Hamano aed6ca52e7 diff.c: work around pointer constness warnings 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
Junio C Hamano 6957eb9a39 diff.c: shuffling code around 16 years ago
Junio C Hamano d68fe26f3e diff --whitespace: fix blank lines at end 16 years ago
Junio C Hamano 690ed84363 diff --color: color blank-at-eof 16 years ago
Junio C Hamano 467babf8d0 diff --whitespace=warn/error: fix blank-at-eof check 16 years ago
Junio C Hamano 5b5061efd8 diff --whitespace=warn/error: obey blank-at-eof 16 years ago
Junio C Hamano b8d9c1a66b diff.c: the builtin_diff() deals with only two-file comparison 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Jim Meyering 97bf2a0809 diff.c: fix typoes in comments 16 years ago
Nguyễn Thái Ngọc Duy b4d1690df1 Teach Git to respect skip-worktree bit (reading part) 16 years ago
Junio C Hamano 90b1994170 diff: Rename QUIET internal option to QUICK 16 years ago
Junio C Hamano f245194f9a diff: change semantics of "ignore whitespace" options 16 years ago
René Scharfe 8cfe5f1cd5 userdiff: add xdiff_clear_find_func() 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Johannes Sixt 802f9c9cb2 diff.c: plug a memory leak in an error path 16 years ago
David Aguilar 003b33a8ad diff: generate pretty filenames in prep_temp_blob() 16 years ago
Jeff King 3cd7388d57 convert bare readlink to strbuf_readlink 16 years ago