329 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
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 8 years ago
Nguyễn Thái Ngọc Duy 425a28e0a4 diff-lib: allow ita entries treated as "not yet exist in index" 8 years ago
Michael Haggerty 5b162879e9 blame: honor the diff heuristic options and config 8 years ago
Jacob Keller fd47ae6a5b diff: teach diff to display submodule difference with an inline diff 8 years ago
Jacob Keller 61cfbc054d diff: prepare for additional submodule formats 8 years ago
Jacob Keller 660e113ce1 graph: add support for --line-prefix on all graph-aware output 8 years ago
Junio C Hamano cd48dadb8d diff.c: remove output_prefix_length field 8 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
Jeff King 8dbf3eb685 diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT 10 years ago
Junio C Hamano b8767f791c diff.c: --ws-error-highlight=<kind> option 10 years ago
brian m. carlson 1ff57c13c5 diff: convert struct combine_diff_path to object_id 10 years ago
Kirill Smelkov 72441af7c4 tree-diff: rework diff_tree() to generate diffs for multiparent cases as well 11 years ago
Kirill Smelkov ad6f3cc7d2 tree-diff: diff_tree() should now be static 11 years ago
Kirill Smelkov af82c7880f combine-diff: combine_diff_path.len is not needed anymore 11 years ago
Thomas Gummerer 470faf9654 diff: move no-index detection to builtin/diff.c 11 years ago
Zoltan Klinger ee7fb0b1d4 difftool: display the number of files in the diff queue in the prompt 11 years ago
Nicolas Vigier b0d12fc9b2 Use the word 'stuck' instead of 'sticked' 11 years ago
Junio C Hamano c48f6816f0 diff: remove "diff-files -q" in a version of Git in a distant future 12 years ago
Junio C Hamano 95a7c546b0 diff: deprecate -q option to diff-files 12 years ago
Junio C Hamano 1ecc1cbd3a diff: preparse --diff-filter string argument 12 years ago
Nguyễn Thái Ngọc Duy bd1928df1d remove diff_tree_{setup,release}_paths 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago
Junio C Hamano 6c374008b1 diff_opt: track whether flags have been set explicitly 12 years ago
John Keeping f192223447 diff: add diff_line_prefix function 12 years ago
Michal Privoznik 07924d4d50 diff: Introduce --diff-algorithm command line option 12 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 12 years ago
Junio C Hamano d2aea1371b diff.c: mark a private file-scope symbol as static 13 years ago
Thomas Rast 28452655af diff_setup_done(): return void 13 years ago