summaryrefslogtreecommitdiffstats
path: root/builtin/ls-files.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
* read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
* read-cache: move shared commit and ls-files codeElijah Newren2023-06-211-137/+0
* ls-files: align format atoms with ls-treeZheNing Hu2023-05-231-0/+27
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on convert.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+2
| |\
* | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+2
|\| |
| * | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-2/+2
|\ \ \ | | |/ | |/|
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| |/
* | Merge branch 'aj/ls-files-format-fix'Junio C Hamano2023-03-211-1/+4
|\ \ | |/ |/|
| * ls-files: fix "--format" output of relative pathsAdam Johnson2023-03-101-1/+4
* | ls-files: fix a --with-tree memory leakÆvar Arnfjörð Bjarmason2022-11-211-0/+1
* | ls-files: fix black space in error messageZheNing Hu2022-09-121-1/+1
|/
* ls-files: introduce "--format" optionZheNing Hu2022-07-231-0/+95
* ls-files: support --recurse-submodules --stageJonathan Tan2022-02-241-2/+2
* Merge branch 'ja/i18n-similar-messages'Junio C Hamano2022-01-101-1/+1
|\
| * i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-1/+1
* | ls-files: add --sparse optionDerrick Stolee2021-12-221-2/+10
|/
* ls-files: add missing string_list_clear()Ævar Arnfjörð Bjarmason2021-10-081-0/+1
* ls-files: fix a trivial dir_clear() leakÆvar Arnfjörð Bjarmason2021-10-081-8/+5
* Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano2021-10-061-3/+1
|\
| * repository: support unabsorbed in repo_submodule_initJonathan Tan2021-09-091-3/+1
* | ls-files: use imperative mood for -X and -z option descriptionBagas Sanjaya2021-09-221-2/+2
|/
* dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-011-2/+1
* Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-0/+3
|\
| * ls-files: error out on -i unless -o or -c are specifiedElijah Newren2021-05-131-0/+3
* | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-1/+1
|\ \
| * | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* | | Merge branch 'ah/plugleaks'Junio C Hamano2021-05-071-1/+2
|\ \ \
| * | | ls-files: free max_prefix when doneAndrzej Hunt2021-04-281-1/+2
| | |/ | |/|
* | | ls-files: ensure full indexDerrick Stolee2021-04-141-0/+4
* | | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-5/+5
| |/ |/|
* | tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason2021-03-211-3/+3
* | ls-files: refactor away read_tree()Ævar Arnfjörð Bjarmason2021-03-211-43/+34
* | ls-files: don't needlessly pass around stage variableÆvar Arnfjörð Bjarmason2021-03-211-17/+8
* | tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason2021-03-211-0/+91
|/
* ls-files.c: add --deduplicate optionZheNing Hu2021-01-231-3/+28
* ls_files.c: consolidate two for loops into oneZheNing Hu2021-01-231-36/+27
* ls_files.c: bugfix for --deleted and --modifiedZheNing Hu2021-01-231-4/+7
* dir: fix problematic API to avoid memory leaksElijah Newren2020-08-191-2/+2
* Merge branch 'dl/opt-callback-cleanup'Junio C Hamano2020-05-051-6/+6
|\
| * Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-6/+6
* | Fix error-prone fill_directory() API; make it only return matchesElijah Newren2020-04-011-2/+3
|/
* Merge branch 'ds/include-exclude'Junio C Hamano2019-09-301-4/+4
|\