Age | Commit message (Expand) | Author | Files | Lines |
2019-09-30 | Merge branch 'ds/include-exclude' | Junio C Hamano | 1 | -4/+4 |
2019-09-05 | treewide: rename 'exclude' methods to 'pattern' | Derrick Stolee | 1 | -3/+3 |
2019-09-05 | treewide: rename 'struct exclude_list' to 'struct pattern_list' | Derrick Stolee | 1 | -3/+3 |
2019-06-13 | cleanup: fix possible overflow errors in binary search, part 2 | René Scharfe | 1 | -1/+1 |
2019-04-25 | Merge branch 'tg/ls-files-debug-format-fix' | Junio C Hamano | 1 | -5/+5 |
2019-04-08 | ls-files: use correct format string | Thomas Gummerer | 1 | -5/+5 |
2019-03-20 | report_path_error(): drop unused prefix parameter | Jeff King | 1 | -1/+1 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -1/+0 |
2019-01-29 | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip' | Junio C Hamano | 1 | -5/+7 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2018-12-05 | repository: repo_submodule_init to take a submodule struct | Stefan Beller | 1 | -5/+7 |
2018-11-19 | tree.c: make read_tree*() take 'struct repository *' | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+7 |
2018-11-06 | ls-files: mark exclude options as NONEG | Jeff King | 1 | -3/+4 |
2018-08-13 | ls-files: correct index argument to get_convert_attr_ascii() | Nguyễn Thái Ngọc Duy | 1 | -8/+9 |
2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-08-13 | convert.c: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-06-01 | Merge branch 'nd/use-opt-int-set-f' | Junio C Hamano | 1 | -3/+3 |
2018-05-24 | Use OPT_SET_INT_F() for cmdline option specification | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-03-14 | resolve-undo: convert struct resolve_undo_info to object_id | brian m. carlson | 1 | -1/+1 |
2017-11-21 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -2/+6 |
2017-10-01 | ls-files: Add support in ls-files to display the fsmonitor valid bit | Ben Peart | 1 | -2/+6 |
2017-09-08 | add UNLEAK annotation for reducing leak false positives | Jeff King | 1 | -0/+1 |
2017-08-26 | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 1 | -5/+1 |
2017-08-03 | submodule-config: lazy-load a repository's .gitmodules file | Brandon Williams | 1 | -5/+0 |
2017-08-03 | submodule-config: move submodule-config functions to submodule-config.c | Brandon Williams | 1 | -0/+1 |
2017-07-17 | ls-files: don't try to prune an empty index | René Scharfe | 1 | -1/+1 |
2017-07-17 | use MOVE_ARRAY | René Scharfe | 1 | -2/+1 |
2017-06-23 | ls-files: use repository object | Brandon Williams | 1 | -114/+78 |
2017-06-23 | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 1 | -79/+100 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | ls-files: factor out tag calculation | Brandon Williams | 1 | -16/+25 |
2017-06-13 | ls-files: factor out debug info into a function | Brandon Williams | 1 | -9/+14 |
2017-06-13 | ls-files: convert show_files to take an index | Brandon Williams | 1 | -15/+15 |
2017-06-13 | ls-files: convert show_ce_entry to take an index | Brandon Williams | 1 | -5/+6 |
2017-06-13 | ls-files: convert prune_cache to take an index | Brandon Williams | 1 | -7/+8 |
2017-06-13 | ls-files: convert ce_excluded to take an index | Brandon Williams | 1 | -4/+5 |
2017-06-13 | ls-files: convert show_ru_info to take an index | Brandon Williams | 1 | -4/+4 |
2017-06-13 | ls-files: convert show_other_files to take an index | Brandon Williams | 1 | -3/+4 |
2017-06-13 | ls-files: convert show_killed_files to take an index | Brandon Williams | 1 | -10/+11 |
2017-06-13 | ls-files: convert write_eolinfo to take an index | Brandon Williams | 1 | -7/+6 |
2017-06-13 | ls-files: convert overlay_tree_on_cache to take an index | Brandon Williams | 1 | -7/+8 |
2017-06-13 | tree: convert read_tree to take an index parameter | Brandon Williams | 1 | -1/+1 |
2017-06-13 | convert: convert get_cached_convert_stats_ascii to take an index | Brandon Williams | 1 | -1/+2 |
2017-05-30 | Merge branch 'bw/pathspec-sans-the-index' | Junio C Hamano | 1 | -6/+25 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
2017-05-12 | ls-files: prevent prune_cache from overeagerly pruning submodules | Brandon Williams | 1 | -6/+25 |
2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -1/+1 |