546 Commits (9f3d54d193d9edcf443c9dd62789af5e8e47635c)

Author SHA1 Message Date
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
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
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
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Markus Heidelberg a408e0e649 diff: do not color --stat output like patch context 16 years ago
Linus Torvalds cced5fbc24 Allow users to un-configure rename detection 16 years ago
Junio C Hamano 150115aded diff --cached: do not borrow from a work tree when a path is marked as assume-unchanged 16 years ago
Johannes Schindelin 4e218f54b3 Smudge the files fed to external diff and textconv 16 years ago
Benjamin Kramer eb3a9dd327 Remove unused function scope local variables 16 years ago
Keith Cascio 628d5c2b70 Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-masking 16 years ago
Junio C Hamano cd673c1f17 has_sha1_pack(): refactor "pretend these packs do not exist" interface 16 years ago
Keith Cascio 4b15b4ab5f Remove redundant bit clears from diff_setup() 16 years ago
Arjen Laarhoven dc6ebd4cc5 Clean up use of ANSI color sequences 16 years ago
Nazri Ramliy a8344abe0f Bugfix: GIT_EXTERNAL_DIFF with more than one changed files 16 years ago
Junio C Hamano b67b9612e1 diff.c: output correct index lines for a split diff 16 years ago
Jeff King 57b235a4bc refactor signal handling for cleanup functions 16 years ago
Jeff King 4a16d07272 chain kill signals for cleanup functions 16 years ago
Jeff King 479b0ae81c diff: refactor tempfile cleanup handling 16 years ago
Boyd Stephen Smith Jr 98a4d87b87 color-words: Support diff.wordregex config option 16 years ago
Johannes Schindelin 950db8798d Rename diff.suppress-blank-empty to diff.suppressBlankEmpty 16 years ago
Thomas Rast 80c49c3de2 color-words: make regex configurable via attributes 16 years ago
Thomas Rast bf82940dbf color-words: enable REG_NEWLINE to help user 16 years ago
Johannes Schindelin 2b6a5417d7 color-words: take an optional regular expression describing words 16 years ago
Johannes Schindelin 2e5d2003b2 color-words: change algorithm to allow for 0-character word boundaries 16 years ago
Johannes Schindelin 23c1575f74 color-words: refactor word splitting and use ALLOC_GROW() 16 years ago
Johannes Schindelin 34292bddb8 Introduce the diff option '--patience' 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
René Scharfe 6d0e674a57 diff: add option to show context between close hunks 16 years ago
René Scharfe 0956a6db7a Fix type-mismatch compiler warning from diff_populate_filespec() 16 years ago