208 Commits (60aced3dfa68df60952fed28c4ae63a5bbda0275)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy acd00ea049 userdiff.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 6afaf80785 diff.c: remove the_index dependency in textconv() functions 6 years ago
Nguyễn Thái Ngọc Duy 0734f209a9 combine-diff.c: remove implicit dependency on the_index 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Brandon Williams 06fffa000c combine-diff: rename 'new' variables 7 years ago
Torsten Bögershausen 8462ff43e4 convert_to_git(): safe_crlf/checksafe becomes int conv_flags 7 years ago
Stefan Beller cf63051ada diff: introduce DIFF_PICKAXE_KINDS_MASK 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
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 7 years ago
Brandon Williams 82b474e025 convert: convert convert_to_git to take an index 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 09fae19aa8 combine-diff: convert find_paths_* 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 f9704c2d82 diff: convert fill_filespec to struct object_id 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
Jeff King 0dc3b035e0 combine-diff: replace malloc/snprintf with xstrfmt 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 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
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
Junio C Hamano ed6e8038f9 pathspec: rename free_pathspec() to clear_pathspec() 9 years ago
Nguyễn Thái Ngọc Duy 4b94ec9b20 combine-diff.c: use error_errno() 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King 3efb988098 react to errors in xdi_diff 9 years ago
Jeff King 8dbf3eb685 diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT 10 years ago
brian m. carlson 1ff57c13c5 diff: convert struct combine_diff_path to object_id 10 years ago
Jeff King e09867f060 intersect_paths: respect mode in git's tree-sort 11 years ago
Jeff King b9c7d6e433 pretty: make empty userformats truly empty 11 years ago
Max Kirillov ad2f7255b3 git-show: fix 'git show -s' to not add extra terminator after merge commit 11 years ago
Kirill Smelkov 7195fbfaf5 combine-diff: speed it up, by using multiparent diff tree-walker directly 11 years ago
Kirill Smelkov eeb3f32868 combine-diff: move changed-paths scanning logic into its own function 11 years ago
Kirill Smelkov 51af1886c7 combine-diff: move show_log_first logic/action out of paths scanning 11 years ago
Junio C Hamano 7b1004b0ba combine-diff: simplify intersect_paths() further 11 years ago
Kirill Smelkov af82c7880f combine-diff: combine_diff_path.len is not needed anymore 11 years ago
Kirill Smelkov 8518ff8fab combine-diff: optimize combine_diff_path sets intersection 11 years ago
Thomas Rast 53d00b39ce log: use true parents for diff even when rewriting 12 years ago