155 Commits (746aae3dd1a8e8dba31797ac237916d9533e4254)

Author SHA1 Message Date
ZheNing Hu 746aae3dd1 ls-files: fix black space in error message 2 years ago
ZheNing Hu ce74de931d ls-files: introduce "--format" option 3 years ago
Jonathan Tan 290eada0ac ls-files: support --recurse-submodules --stage 3 years ago
Jean-Noël Avila 12909b6b8a i18n: turn "options are incompatible" into "cannot be used together" 3 years ago
Derrick Stolee 78087097b8 ls-files: add --sparse option 3 years ago
Ævar Arnfjörð Bjarmason 272f0a574d ls-files: add missing string_list_clear() 3 years ago
Ævar Arnfjörð Bjarmason eab4ac6a23 ls-files: fix a trivial dir_clear() leak 3 years ago
Bagas Sanjaya 54b4d125d5 ls-files: use imperative mood for -X and -z option description 3 years ago
Jonathan Tan 8eb8dcf946 repository: support unabsorbed in repo_submodule_init 3 years ago
Ævar Arnfjörð Bjarmason ce93a4c612 dir.[ch]: replace dir_init() with DIR_INIT 4 years ago
Elijah Newren b338e9f668 ls-files: error out on -i unless -o or -c are specified 4 years ago
Andrzej Hunt 4c217a4c34 ls-files: free max_prefix when done 4 years ago
brian m. carlson 14228447c9 hash: provide per-algorithm null OIDs 4 years ago
Derrick Stolee 42f44e84eb ls-files: ensure full index 4 years ago
Derrick Stolee 847a9e5d4f *: remove 'const' qualifier for struct index_state 4 years ago
Ævar Arnfjörð Bjarmason 47957485b3 tree.h API: simplify read_tree_recursive() signature 4 years ago
Ævar Arnfjörð Bjarmason 9614ad3ce0 ls-files: refactor away read_tree() 4 years ago
Ævar Arnfjörð Bjarmason fcc7c12f11 ls-files: don't needlessly pass around stage variable 4 years ago
Ævar Arnfjörð Bjarmason eefadd18e1 tree.c API: move read_tree() into builtin/ls-files.c 4 years ago
ZheNing Hu 93a7d9835f ls-files.c: add --deduplicate option 4 years ago
ZheNing Hu ed644d1666 ls_files.c: consolidate two for loops into one 4 years ago
ZheNing Hu f1c462ea41 ls_files.c: bugfix for --deleted and --modified 4 years ago
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