summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)Author
2024-03-25factor out strbuf_expand_bad_format()René Scharfe
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-06-21read-cache: move shared commit and ls-files codeElijah Newren
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe
2023-05-23ls-files: align format atoms with ls-treeZheNing Hu
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21Merge branch 'aj/ls-files-format-fix'Junio C Hamano
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-10ls-files: fix "--format" output of relative pathsAdam Johnson
2022-11-21ls-files: fix a --with-tree memory leakÆvar Arnfjörð Bjarmason
2022-09-12ls-files: fix black space in error messageZheNing Hu
2022-07-23ls-files: introduce "--format" optionZheNing Hu
2022-02-24ls-files: support --recurse-submodules --stageJonathan Tan
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-12-22ls-files: add --sparse optionDerrick Stolee
2021-10-07ls-files: add missing string_list_clear()Ævar Arnfjörð Bjarmason
2021-10-07ls-files: fix a trivial dir_clear() leakÆvar Arnfjörð Bjarmason
2021-10-06Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano
2021-09-22ls-files: use imperative mood for -X and -z option descriptionBagas Sanjaya
2021-09-09repository: support unabsorbed in repo_submodule_initJonathan Tan
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason
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