186 Commits (d6b40712dc1733613ca8e05ac2f456f5ce4ddb41)

Author SHA1 Message Date
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Nguyễn Thái Ngọc Duy c46c406ae1 trace.h: support nested performance tracing 7 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 7 years ago
Jeff King 3506dc9445 has_uncommitted_changes(): fall back to empty tree 7 years ago
Nguyễn Thái Ngọc Duy ba4e356109 diff: ignore --ita-[in]visible-in-index when diffing worktree-to-tree 7 years ago
Brandon Williams e36ede2e1c diff-lib: rename 'new' variable 7 years ago
Nguyễn Thái Ngọc Duy ca54d9baa4 trace: measure where the time is spent in the index-heavy operations 7 years ago
brian m. carlson eb0ccfd7f5 Switch empty tree and blob lookups to use hash abstraction 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 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 02f2f56bc3 diff: convert flags to be stored in bitfields 7 years ago
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 7 years ago
brian m. carlson 1053fe829c Convert remaining callers of resolve_gitlink_ref to object_id 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 8 years ago
Martin Ågren dcb572ab94 object_array: use `object_array_clear()`, not `free()` 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 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 55497b8c9e diff: convert run_diff_files to struct object_id 8 years ago
Brandon Williams c26022ea8f diff: convert diff_addremove to struct object_id 8 years ago
Brandon Williams fcf2cfb54b diff: convert diff_index_show_file to struct object_id 8 years ago
Brandon Williams 362d765915 diff: convert get_stat_data to struct object_id 8 years ago
Junio C Hamano c7054209d6 treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson 944cffbd18 diff-lib: convert do_diff_cache to struct object_id 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
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 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
Junio C Hamano 78cc1a540b Revert "diff-lib.c: adjust position of i-t-a entries in diff" 10 years ago
Nguyễn Thái Ngọc Duy d95d728aba diff-lib.c: adjust position of i-t-a entries in diff 10 years ago
brian m. carlson 1ff57c13c5 diff: convert struct combine_diff_path to object_id 10 years ago
Junio C Hamano 0b86fe8923 run_diff_files(): clarify computation of sha1 validity 10 years ago
Jeff King 5304810044 run_diff_files: do not look at uninitialized stat data 11 years ago
Kirill Smelkov af82c7880f combine-diff: combine_diff_path.len is not needed anymore 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 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
Nguyễn Thái Ngọc Duy 9a08727443 remove init_pathspec() in favor of parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy 6330a17199 parse_pathspec: add special flag for max_depth feature 12 years ago
René Scharfe 5828e8352c diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const 12 years ago
René Scharfe eb9ae4b505 diff-lib, read-tree, unpack-trees: mark cache_entry pointers const 12 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
Nguyen Thai Ngoc Duy 5c8eeb83db diff-index: enable recursive pathspec matching in unpack_trees 13 years ago
Nguyen Thai Ngoc Duy 4838237cb7 diff-index: enable recursive pathspec matching in unpack_trees 13 years ago
Carlos Martín Nieto f7d650c06e Remove 'working copy' from the documentation and C code 14 years ago
Junio C Hamano 2f88c19700 diff-index: pass pathspec down to unpack-trees machinery 14 years ago