summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)Author
2021-05-19Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-12ls-files: error out on -i unless -o or -c are specifiedElijah Newren
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano
2021-04-28ls-files: free max_prefix when doneAndrzej Hunt
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-14ls-files: ensure full indexDerrick Stolee
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-03-20tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason
2021-03-20ls-files: refactor away read_tree()Ævar Arnfjörð Bjarmason
2021-03-20ls-files: don't needlessly pass around stage variableÆvar Arnfjörð Bjarmason
2021-03-20tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason
2021-01-23ls-files.c: add --deduplicate optionZheNing Hu
2021-01-23ls_files.c: consolidate two for loops into oneZheNing Hu
2021-01-23ls_files.c: bugfix for --deleted and --modifiedZheNing Hu
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe
2019-04-25Merge branch 'tg/ls-files-debug-format-fix'Junio C Hamano
2019-04-08ls-files: use correct format stringThomas Gummerer
2019-03-20report_path_error(): drop unused prefix parameterJeff King
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-12-05repository: repo_submodule_init to take a submodule structStefan Beller
2018-11-19tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-11-06ls-files: mark exclude options as NONEGJeff King
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-06-01Merge branch 'nd/use-opt-int-set-f'Junio C Hamano
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2018-03-14resolve-undo: convert struct resolve_undo_info to object_idbrian m. carlson
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-10-01ls-files: Add support in ls-files to display the fsmonitor valid bitBen Peart
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-03submodule-config: lazy-load a repository's .gitmodules fileBrandon Williams
2017-08-03submodule-config: move submodule-config functions to submodule-config.cBrandon Williams
2017-07-17ls-files: don't try to prune an empty indexRené Scharfe
2017-07-17use MOVE_ARRAYRené Scharfe
2017-06-24ls-files: use repository objectBrandon Williams