128 Commits (b01aff8c1cefb9c2e9a08c1ec313308de77b83ee)

Author SHA1 Message Date
Elijah Newren eceba53214 dir: fix problematic API to avoid memory leaks 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Elijah Newren 95c11ecc73 Fix error-prone fill_directory() API; make it only return matches 5 years ago
Derrick Stolee 65edd96aec treewide: rename 'exclude' methods to 'pattern' 6 years ago
Derrick Stolee caa3d55444 treewide: rename 'struct exclude_list' to 'struct pattern_list' 6 years ago
René Scharfe 568a05c5ec cleanup: fix possible overflow errors in binary search, part 2 6 years ago
Thomas Gummerer 7cb7283adb ls-files: use correct format string 6 years ago
Jeff King c5c33504c9 report_path_error(): drop unused prefix parameter 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Stefan Beller d5498e0871 repository: repo_submodule_init to take a submodule struct 6 years ago
Nguyễn Thái Ngọc Duy e092073d64 tree.c: make read_tree*() take 'struct repository *' 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Jeff King ccf659e87c ls-files: mark exclude options as NONEG 6 years ago
Nguyễn Thái Ngọc Duy a52b321d2e ls-files: correct index argument to get_convert_attr_ascii() 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
Nguyễn Thái Ngọc Duy 7f944e264e convert.c: remove an implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 3e4a67b47d Use OPT_SET_INT_F() for cmdline option specification 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
brian m. carlson 5ac913c6eb resolve-undo: convert struct resolve_undo_info to object_id 7 years ago
Ben Peart d8c71db866 ls-files: Add support in ls-files to display the fsmonitor valid bit 7 years ago
Jeff King 0e5bba53af add UNLEAK annotation for reducing leak false positives 8 years ago
Brandon Williams ff6f1f564c submodule-config: lazy-load a repository's .gitmodules file 8 years ago
Brandon Williams 1b796ace7b submodule-config: move submodule-config functions to submodule-config.c 8 years ago
René Scharfe 168e63554c ls-files: don't try to prune an empty index 8 years ago
René Scharfe f331ab9d4c use MOVE_ARRAY 8 years ago
Brandon Williams 188dce131f ls-files: use repository object 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams a84f3e59eb ls-files: factor out tag calculation 8 years ago
Brandon Williams 5306ccf9e9 ls-files: factor out debug info into a function 8 years ago
Brandon Williams f587c8dcde ls-files: convert show_files to take an index 8 years ago
Brandon Williams ff020a8ab0 ls-files: convert show_ce_entry to take an index 8 years ago
Brandon Williams 6510ae173a ls-files: convert prune_cache to take an index 8 years ago
Brandon Williams 1d35e3bf05 ls-files: convert ce_excluded to take an index 8 years ago
Brandon Williams 2d407e2da1 ls-files: convert show_ru_info to take an index 8 years ago
Brandon Williams 23d6846b23 ls-files: convert show_other_files to take an index 8 years ago
Brandon Williams 23d6236a07 ls-files: convert show_killed_files to take an index 8 years ago
Brandon Williams 1985fd68c6 ls-files: convert write_eolinfo to take an index 8 years ago
Brandon Williams 312c984a02 ls-files: convert overlay_tree_on_cache to take an index 8 years ago
Brandon Williams 85ab50f938 tree: convert read_tree to take an index parameter 8 years ago
Brandon Williams a7609c54b3 convert: convert get_cached_convert_stats_ascii to take an index 8 years ago
Brandon Williams cbca060e10 ls-files: prevent prune_cache from overeagerly pruning submodules 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson 6f37eb7d85 builtin/ls-files: convert overlay_tree_on_cache to object_id 8 years ago
Brandon Williams 0d32c183b6 dir: convert fill_directory to take an index 8 years ago
Brandon Williams a0bba65b10 dir: convert is_excluded to take an index 8 years ago
Jacob Keller 2cfe66a8ee ls-files: fix path used when recursing into submodules 8 years ago
Jacob Keller 2e5d6503bd ls-files: fix recurse-submodules with nested submodules 8 years ago
Brandon Williams b2dfeb7c00 ls-files: fix bug when recursing with relative pathspec 8 years ago
Brandon Williams e4770f67d1 ls-files: fix typo in variable name 8 years ago