289 Commits (e17ca926371dc96967f556f41c18410eea8c7d32)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy ddf88fa616 diff: add --compact-summary 7 years ago
Stefan Beller 15af58c1ad diffcore: add a pickaxe option to find a specific blob 7 years ago
Stefan Beller cf63051ada diff: introduce DIFF_PICKAXE_KINDS_MASK 7 years ago
Stefan Beller c1ddc4610c diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit 7 years ago
Stefan Beller 929ed70a72 diff.h: make pickaxe_opts an unsigned bit field 7 years ago
Jonathan Tan 2477ab2ea8 diff: support anchoring line(s) 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams b2100e5291 diff: remove DIFF_OPT_CLR macro 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
Brandon Williams 25567af805 diff: remove touched flags 7 years ago
Brandon Williams afa73c5384 diff: add flag to indicate textconv was set via cmdline 7 years ago
Brandon Williams 02f2f56bc3 diff: convert flags to be stored in bitfields 7 years ago
Jeff King a937b37e76 revision: quit pruning diff more quickly when possible 8 years ago
Jonathan Tan f0b8fb6e59 diff: define block by number of alphanumeric chars 8 years ago
Stefan Beller 86b452e276 diff.c: add dimming to moved line detection 8 years ago
Stefan Beller 176841f0c9 diff.c: color moved lines differently, plain mode 8 years ago
Stefan Beller 2e2d5ac184 diff.c: color moved lines differently 8 years ago
Stefan Beller e6e045f803 diff.c: buffer all output if asked to 8 years ago
Stefan Beller 0911c475c8 diff.c: convert show_stats to use emit_diff_symbol 8 years ago
Stefan Beller f3597138df submodule.c: migrate diff output to use emit_diff_symbol 8 years ago
Stefan Beller 091f8e28b4 diff.c: migrate emit_line_checked to use emit_diff_symbol 8 years ago
Brandon Williams fda94b416e tree-diff: convert diff_tree_paths to struct object_id 8 years ago
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams 7b8dea0c75 tree-diff: convert diff_root_tree_sha1 to struct object_id 8 years ago
Brandon Williams b9acf54dbd combine-diff: convert diff_tree_combined to struct object_id 8 years ago
Brandon Williams bd25f28876 diff: convert diff_flush_patch_id 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
Jeff Smith 3a35cb2ea8 blame: move textconv_object with related functions 8 years ago
brian m. carlson 944cffbd18 diff-lib: convert do_diff_cache to struct object_id 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 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 018ec3c820 commit: fix empty commit creation when there's no changes but ita entries 9 years ago
Nguyễn Thái Ngọc Duy 425a28e0a4 diff-lib: allow ita entries treated as "not yet exist in index" 9 years ago
Michael Haggerty 5b162879e9 blame: honor the diff heuristic options and config 9 years ago
Jacob Keller fd47ae6a5b diff: teach diff to display submodule difference with an inline diff 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 d770187872 tree-diff: catch integer overflow in combine_diff_path allocation 9 years ago
Matthieu Moy 5404c116aa diff: activate diff.renames by default 9 years ago
Jeff King a64e6a44c6 diff: clarify textconv interface 9 years ago
Jeff King 5b442c4f27 tree-diff: catch integer overflow in combine_diff_path allocation 9 years ago
Duy Nguyen a97262c62f diff: make -O and --output work in subdirectory 9 years ago
Nguyễn Thái Ngọc Duy e5f7a5d16f diff-no-index: do not take a redundant prefix argument 9 years ago
Jeff King 9a93c6686f avoid shifting signed integers 31 bits 9 years ago
David Turner 076c98372e log: add "log.follow" configuration variable 10 years ago