1058 Commits (56a14ea7acbc1b22e92b0ea8ea0b8ed5c7e4efc2)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 82b474e025 convert: convert convert_to_git to take an index 8 years ago
Brandon Williams 94e327e973 diff: rename diff_fill_sha1_info to diff_fill_oid_info 8 years ago
Brandon Williams bd25f28876 diff: convert diff_flush_patch_id to struct object_id 8 years ago
Brandon Williams 74014152be diff: finish conversion for prepare_temp_file to struct object_id 8 years ago
Brandon Williams fb4a1c0dc8 diff: convert reuse_worktree_file to struct object_id 8 years ago
Brandon Williams f9704c2d82 diff: convert fill_filespec to struct object_id 8 years ago
Brandon Williams 94a0097a41 diff: convert diff_change to struct object_id 8 years ago
Brandon Williams c26022ea8f diff: convert diff_addremove to struct object_id 8 years ago
Nguyễn Thái Ngọc Duy 23a9e0712d use xfopen() in more places 8 years ago
Jeff Smith 3a35cb2ea8 blame: move textconv_object with related functions 8 years ago
Stefan Beller 33de716387 diff: enable indent heuristic by default 8 years ago
Marc Branchaud cf5e77223a diff: make the indent heuristic part of diff's basic configuration 8 years ago
brian m. carlson 569aa376ea notes-cache: convert to struct object_id 8 years ago
René Genz 5621760f59 fix minor typos 8 years ago
Jeff King 977db6b4bf diff: avoid fixed-size buffer for patch-ids 8 years ago
brian m. carlson dc01505f7f Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ 8 years ago
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
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 8 years ago
Jeff King d6cece51b8 diff_aligned_abbrev: use "struct oid" 8 years ago
Jeff King d5e3b01e5b diff_unique_abbrev: rename to diff_aligned_abbrev 8 years ago
Nguyễn Thái Ngọc Duy b42b451919 diff: add --ita-[in]visible-in-index 8 years ago
Vasco Almeida db424979a8 i18n: diff: mark warnings for translation 8 years ago
Junio C Hamano a17505f262 diff: introduce diff.wsErrorHighlight option 8 years ago
Junio C Hamano 0b4b42e7fe diff.c: move ws-error-highlight parsing helpers up 8 years ago
Junio C Hamano 077965f84a diff.c: refactor parse_ws_error_highlight() 8 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