summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-1/+0
|\
| * cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+0
* | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-291-5/+7
|\ \
| * | repository: repo_submodule_init to take a submodule structStefan Beller2018-12-051-5/+7
| |/
* | tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy2018-11-191-1/+1
|/
* assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+7
* ls-files: mark exclude options as NONEGJeff King2018-11-061-3/+4
* ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy2018-08-131-8/+9
* dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-3/+3
* convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-011-3/+3
|\