233 Commits (80dbae03b010b1e5c6e0e4f475578d6cadaadecf)

Author SHA1 Message Date
Andy Whitcroft 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
Junio C Hamano e9c8409900 diff-index --cached --raw: show tree entry on the LHS for unmerged entries. 18 years ago
Shawn O. Pearce c4712e4553 Replace mmap with xmmap, better handling MAP_FAILED. 18 years ago
Johannes Schindelin e6d40d65df diff --check: fix off by one error 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 5caf923223 fix populate-filespec 18 years ago
Nicolas Pitre ebd124c678 make commit message a little more consistent and conforting 18 years ago
Shawn O. Pearce 1510fea781 Avoid accessing a slow working copy during diffcore operations. 18 years ago
Andy Parkins a159ca0cb7 Allow subcommand.color and color.subcommand color configuration 18 years ago
Junio C Hamano bfddbc5e1e diff --numstat: show binary with '-' to match "apply --numstat" 18 years ago
Junio C Hamano 74e2abe5b7 diff --numstat 18 years ago
Johannes Schindelin d7014dc081 Turn on recursive with --summary 18 years ago
Junio C Hamano 82ca505564 git-diff -B output fix. 18 years ago
Junio C Hamano bc1a580757 git-diff -B output fix. 18 years ago
Johannes Schindelin 3ed74e608a diff --stat: ensure at least one '-' for deletions, and one '+' for additions 18 years ago
Linus Torvalds 5c5b2ea9ab diff --stat=width[,name-width]: allow custom diffstat output width. 18 years ago
Junio C Hamano 785f743276 diff --stat: color output. 18 years ago
Junio C Hamano a2540023dc diff --stat: allow custom diffstat output width. 18 years ago
Junio C Hamano 448c3ef144 diff.c: second war on whitespace. 18 years ago
Jeff King 7c92fe0eaa Move color option parsing out of diff.c and into color.[ch] 18 years ago
Jeff King 0424558190 diff: support custom callbacks for output 18 years ago
Junio C Hamano 82793c55e4 diff --binary generates full index on binary files. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
Junio C Hamano d4c452f03b diff.c: make binary patch reversible. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes 0bef57ee44 make inline is_null_sha1 global 18 years ago
David Rientjes 8c0b2bb636 diff.c cleanup 19 years ago
Johannes Schindelin f59a59e22f Add the --color-words option to the diff options family 19 years ago
Junio C Hamano 943d5b73e2 allow diff.renamelimit to be set regardless of -M/-C 19 years ago
Junio C Hamano 03b9d560be make --find-copies-harder imply -C 19 years ago
Junio C Hamano ef677686ef diff.c: do not use pathname comparison to tell renames 19 years ago
Matthias Lederhofer aa086eb813 pager: config variable pager.color 19 years ago
Jeff King ce43697379 Colorize 'commit' lines in log ui 19 years ago
Timo Hirvonen f5b571fcf7 diff: Support 256 colors 19 years ago
Timo Hirvonen f37399e6b0 diff: Support both attributes and colors 19 years ago
Shawn Pearce 344c52aee5 Avoid C99 initializers 19 years ago
Junio C Hamano 85fb65ed6e "git -p cmd" to page anywhere 19 years ago
Junio C Hamano 83ad63cfeb diff: do not use configuration magic at the core-level 19 years ago
Junio C Hamano a0c2089c1d colored diff: diff.color = auto fix 19 years ago
Junio C Hamano fef88bb013 diff.c: --no-color to defeat diff.color configuration. 19 years ago
Eric Wong b68ea12e30 diff.c: respect diff.renames config option 19 years ago
Stephan Feder 63ac450119 Teach diff -a as shorthand for --text 19 years ago
Stephan Feder 6d64ea965b Teach --text option to diff 19 years ago
Stephan Feder c9c95bbc9c Do not drop data from '\0' until eol in patch output 19 years ago
Joachim B Haga 12f6c308d5 Make zlib compression level configurable, and change default. 19 years ago
Timo Hirvonen d7de00f7e0 --name-only, --name-status, --check and -s are mutually exclusive 19 years ago
Junio C Hamano 9fdc3bb5c2 diff.c: fix get_patch_id() 19 years ago
Junio C Hamano 3969cf7db1 Fix some more diff options changes. 19 years ago