Age | Commit message (Expand) | Author | Files | Lines |
2019-05-28 | mark_fsmonitor_valid(): mark the index as changed if needed | Johannes Schindelin | 1 | -1/+1 |
2019-02-14 | diff: drop options parameter from diffcore_fix_diff_index() | Jeff King | 1 | -1/+1 |
2018-11-12 | diff-lib.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -9/+12 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-09-21 | diff-lib.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -7/+10 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -2/+2 |
2018-09-17 | Merge branch 'nd/unpack-trees-with-cache-tree' | Junio C Hamano | 1 | -2/+2 |
2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
2018-08-18 | trace.h: support nested performance tracing | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-08-02 | Merge branch 'jk/has-uncommitted-changes-fix' | Junio C Hamano | 1 | -0/+3 |
2018-07-11 | has_uncommitted_changes(): fall back to empty tree | Jeff King | 1 | -0/+3 |
2018-05-29 | diff: ignore --ita-[in]visible-in-index when diffing worktree-to-tree | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -19/+19 |
2018-02-22 | diff-lib: rename 'new' variable | Brandon Williams | 1 | -19/+19 |
2018-02-02 | trace: measure where the time is spent in the index-heavy operations | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2017-12-13 | Merge branch 'bc/hash-algo' | Junio C Hamano | 1 | -1/+1 |
2017-11-21 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -0/+2 |
2017-11-13 | Switch empty tree and blob lookups to use hash abstraction | brian m. carlson | 1 | -1/+1 |
2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -14/+16 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -11/+11 |
2017-11-01 | diff: remove DIFF_OPT_SET macro | Brandon Williams | 1 | -2/+2 |
2017-11-01 | diff: remove DIFF_OPT_TST macro | Brandon Williams | 1 | -9/+10 |
2017-11-01 | diff: convert flags to be stored in bitfields | Brandon Williams | 1 | -3/+4 |
2017-10-16 | refs: convert resolve_gitlink_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-16 | Convert remaining callers of resolve_gitlink_ref to object_id | brian m. carlson | 1 | -2/+2 |
2017-10-01 | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 1 | -0/+2 |
2017-09-24 | object_array: use `object_array_clear()`, not `free()` | Martin Ågren | 1 | -2/+1 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -26/+26 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-13 | Merge branch 'jc/noent-notdir' | Junio C Hamano | 1 | -1/+1 |
2017-06-02 | diff: convert fill_filespec to struct object_id | Brandon Williams | 1 | -1/+1 |
2017-06-02 | diff: convert diff_change to struct object_id | Brandon Williams | 1 | -2/+2 |
2017-06-02 | diff: convert run_diff_files to struct object_id | Brandon Williams | 1 | -6/+6 |
2017-06-02 | diff: convert diff_addremove to struct object_id | Brandon Williams | 1 | -3/+3 |
2017-06-02 | diff: convert diff_index_show_file to struct object_id | Brandon Williams | 1 | -5/+5 |
2017-06-02 | diff: convert get_stat_data to struct object_id | Brandon Williams | 1 | -13/+13 |
2017-05-30 | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked | Junio C Hamano | 1 | -1/+1 |
2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | diff-lib: convert do_diff_cache to struct object_id | brian m. carlson | 1 | -6/+6 |
2016-10-24 | commit: fix empty commit creation when there's no changes but ita entries | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2016-10-24 | diff-lib: allow ita entries treated as "not yet exist in index" | Nguyễn Thái Ngọc Duy | 1 | -0/+14 |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -13/+18 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-06-25 | Merge branch 'nd/diff-i-t-a' | Junio C Hamano | 1 | -12/+0 |
2015-06-23 | Revert "diff-lib.c: adjust position of i-t-a entries in diff" | Junio C Hamano | 1 | -12/+0 |