1029 Commits (adac8115a6e7f9841c48e4fe48b74e0ce652ef58)

Author SHA1 Message Date
Junio C Hamano 12426e114b diff: do not short-cut CHECK_SIZE_ONLY check in diff_populate_filespec() 8 years ago
Jeff King f5022b5fed diff: print line prefix for --name-only output 8 years ago
René Scharfe 2490574d15 use oid_to_hex_r() for converting struct object_id hashes to hex strings 8 years ago
René Scharfe 402bf8e198 diff: use SWAP macro 8 years ago
René Scharfe 35d803bc9a use SWAP macro 8 years ago
Vegard Nossum c488867793 diff: add interhunk context config option 8 years ago
Junio C Hamano 3cde4e02ee diff: retire "compaction" heuristics 8 years ago
Jack Bates 43d1948b7b diff: handle --no-abbrev in no-index case 8 years ago
Tobias Klauser 974e0044d6 diffcore-delta: remove unused parameter to diffcore_count_changes() 8 years ago
Jeff King 4f03666ac6 diff: handle sha1 abbreviations outside of repository 9 years ago
Jeff King d6cece51b8 diff_aligned_abbrev: use "struct oid" 9 years ago
Jeff King d5e3b01e5b diff_unique_abbrev: rename to diff_aligned_abbrev 9 years ago
Nguyễn Thái Ngọc Duy b42b451919 diff: add --ita-[in]visible-in-index 9 years ago
Vasco Almeida db424979a8 i18n: diff: mark warnings for translation 9 years ago
Junio C Hamano a17505f262 diff: introduce diff.wsErrorHighlight option 9 years ago
Junio C Hamano 0b4b42e7fe diff.c: move ws-error-highlight parsing helpers up 9 years ago
Junio C Hamano 077965f84a diff.c: refactor parse_ws_error_highlight() 9 years ago
Junio C Hamano 7b5b7721af abbrev: prepare for new world order 9 years ago
Junio C Hamano d709f1fb9d diff_unique_abbrev(): document its assumption and limitation 9 years ago
René Scharfe 9ed0d8d6e6 use QSORT 9 years ago
René Scharfe f937d78553 use strbuf_add_unique_abbrev() for adding short hashes, part 2 9 years ago
Johannes Schindelin b7d36ffca0 regex: use regexec_buf() 9 years ago
Jean-Noël AVILA a2f05c9454 i18n: i18n: diff: mark die messages for translation 9 years ago
Michael Haggerty 5b162879e9 blame: honor the diff heuristic options and config 9 years ago
Michael Haggerty 433860f3d0 diff: improve positioning of add/delete blocks in diffs 9 years ago
Stefan Beller ca9b37e5a8 diff: remove dead code 9 years ago
Stefan Beller ba16233ccd diff: omit found pointer from emit_callback 9 years ago
Stefan Beller fb33b62ca6 diff.c: use diff_options directly 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
Jacob Keller fd47ae6a5b diff: teach diff to display submodule difference with an inline diff 9 years ago
Jacob Keller 602a283afb submodule: convert show_submodule_summary to use struct object_id * 9 years ago
Jacob Keller 61cfbc054d diff: prepare for additional submodule formats 9 years ago
Jacob Keller 660e113ce1 graph: add support for --line-prefix on all graph-aware output 9 years ago
Junio C Hamano cd48dadb8d diff.c: remove output_prefix_length field 9 years ago
Kevin Willford 3e8e32c32e patch-ids: add flag to create the diff patch id using header only data 9 years ago
Jeff King 06dec439a3 diff: do not reuse worktree files that need "clean" conversion 9 years ago
brian m. carlson 09bdff29e1 diff: convert prep_temp_blob() to struct object_id 9 years ago
brian m. carlson 41c9560ee5 diff: rename struct diff_filespec's sha1_valid member 9 years ago
brian m. carlson a0d12c4433 diff: convert struct diff_filespec to struct object_id 9 years ago
brian m. carlson f449198e58 coccinelle: convert hashcpy() with null_sha1 to hashclr() 9 years ago
Johannes Schindelin afc676f2c9 diff: do not color output when --color=auto and --output=<file> is given 9 years ago
Junio C Hamano 5580b271af diff: disable compaction heuristic for now 9 years ago
Stefan Beller d634d61ed6 xdiff: implement empty line chunk heuristic 9 years ago
Matthieu Moy 5404c116aa diff: activate diff.renames by default 9 years ago
Jeff King b1ddfb9151 diff_populate_gitlink: use a strbuf 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Jeff King a64e6a44c6 diff: clarify textconv interface 9 years ago
Duy Nguyen a97262c62f diff: make -O and --output work in subdirectory 9 years ago
Tobias Klauser 086ecab1a7 diff: remove unused #include "sigchain.h" 10 years ago
Jeff King d59f765ac9 use sha1_to_hex_r() instead of strcpy 10 years ago