summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-071-0/+1
* ls-files: fix a trivial dir_clear() leakÆvar Arnfjörð Bjarmason2021-10-071-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-201-3/+3
* | ls-files: refactor away read_tree()Ævar Arnfjörð Bjarmason2021-03-201-43/+34
* | ls-files: don't needlessly pass around stage variableÆvar Arnfjörð Bjarmason2021-03-201-17/+8
* | tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason2021-03-201-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-181-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
|\
| * treewide: rename 'exclude' methods to 'pattern'Derrick Stolee2019-09-051-3/+3
| * treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee2019-09-051-3/+3
* | cleanup: fix possible overflow errors in binary search, part 2René Scharfe2019-06-131-1/+1
|/
* Merge branch 'tg/ls-files-debug-format-fix'Junio C Hamano2019-04-251-5/+5
|\
| * ls-files: use correct format stringThomas Gummerer2019-04-081-5/+5
* | report_path_error(): drop unused prefix parameterJeff King2019-03-201-1/+1
|/