aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/ls-files.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-08Merge branch 'ds/ls-files-lazy-unsparse'Junio C Hamano1-3/+10
2025-08-28ls-files: conditionally leave index sparseDerrick Stolee1-3/+10
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-1/+2
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+2
2025-03-07builtin/ls-files: stop using `the_repository`Usman Akinyemi1-16/+16
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano1-2/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-09-24builtin: fix typosAndrew Kreimer1-1/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-03-25factor out strbuf_expand_bad_format()René Scharfe1-9/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-4/+0
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano1-63/+46
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren1-0/+1
2023-06-21read-cache: move shared commit and ls-files codeElijah Newren1-137/+0
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe1-1/+1
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe1-63/+46
2023-05-23ls-files: align format atoms with ls-treeZheNing Hu1-0/+27
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+2
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+2
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-2/+2
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-21Merge branch 'aj/ls-files-format-fix'Junio C Hamano1-1/+4
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-10ls-files: fix "--format" output of relative pathsAdam Johnson1-1/+4
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