aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/ls-files.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-21ls-files: fix a --with-tree memory leakÆvar Arnfjörð Bjarmason1-0/+1
2022-09-12ls-files: fix black space in error messageZheNing Hu1-1/+1
2022-07-23ls-files: introduce "--format" optionZheNing Hu1-0/+95
2022-02-23ls-files: support --recurse-submodules --stageJonathan Tan1-2/+2
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano1-1/+1
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila1-1/+1
2021-12-22ls-files: add --sparse optionDerrick Stolee1-2/+10
2021-10-07ls-files: add missing string_list_clear()Ævar Arnfjörð Bjarmason1-0/+1
2021-10-07ls-files: fix a trivial dir_clear() leakÆvar Arnfjörð Bjarmason1-8/+5
2021-10-06Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano1-3/+1
2021-09-22ls-files: use imperative mood for -X and -z option descriptionBagas Sanjaya1-2/+2
2021-09-09repository: support unabsorbed in repo_submodule_initJonathan Tan1-3/+1
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason1-2/+1
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano1-0/+3
2021-05-13ls-files: error out on -i unless -o or -c are specifiedElijah Newren1-0/+3
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano1-1/+1
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano1-1/+2
2021-04-28ls-files: free max_prefix when doneAndrzej Hunt1-1/+2
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2021-04-14ls-files: ensure full indexDerrick Stolee1-0/+4
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee1-5/+5
2021-03-20tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason1-3/+3
2021-03-20ls-files: refactor away read_tree()Ævar Arnfjörð Bjarmason1-43/+34
2021-03-20ls-files: don't needlessly pass around stage variableÆvar Arnfjörð Bjarmason1-17/+8
2021-03-20tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason1-0/+91
2021-01-23ls-files.c: add --deduplicate optionZheNing Hu1-3/+28
2021-01-23ls_files.c: consolidate two for loops into oneZheNing Hu1-36/+27
2021-01-23ls_files.c: bugfix for --deleted and --modifiedZheNing Hu1-4/+7
2020-08-18dir: fix problematic API to avoid memory leaksElijah Newren1-2/+2
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano1-6/+6
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-6/+6
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren1-2/+3
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano1-4/+4
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee1-3/+3
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee1-3/+3
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe1-1/+1
2019-04-25Merge branch 'tg/ls-files-debug-format-fix'Junio C Hamano1-5/+5
2019-04-08ls-files: use correct format stringThomas Gummerer1-5/+5
2019-03-20report_path_error(): drop unused prefix parameterJeff King1-1/+1
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-1/+0
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano1-5/+7
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-1/+0
2018-12-05repository: repo_submodule_init to take a submodule structStefan Beller1-5/+7
2018-11-19tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy1-1/+1
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King1-0/+7
2018-11-06ls-files: mark exclude options as NONEGJeff King1-3/+4
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy1-8/+9
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy1-3/+3
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-06-01Merge branch 'nd/use-opt-int-set-f'Junio C Hamano1-3/+3