summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-3/+3
* | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
|/
* Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-2/+2
* resolve-undo: convert struct resolve_undo_info to object_idbrian m. carlson2018-03-141-1/+1
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-2/+6
|\
| * ls-files: Add support in ls-files to display the fsmonitor valid bitBen Peart2017-10-011-2/+6
* | add UNLEAK annotation for reducing leak false positivesJeff King2017-09-081-0/+1
|/
* Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-261-5/+1
|\
| * submodule-config: lazy-load a repository's .gitmodules fileBrandon Williams2017-08-031-5/+0
| * submodule-config: move submodule-config functions to submodule-config.cBrandon Williams2017-08-031-0/+1
* | ls-files: don't try to prune an empty indexrs/move-arrayRené Scharfe2017-07-171-1/+1
* | use MOVE_ARRAYRené Scharfe2017-07-171-2/+1
|/
* ls-files: use repository objectbw/repo-objectBrandon Williams2017-06-231-114/+78
*-. Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-231-79/+100
|\ \
| | * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| * | ls-files: factor out tag calculationbw/ls-files-sans-the-indexBrandon Williams2017-06-131-16/+25
| * | ls-files: factor out debug info into a functionBrandon Williams2017-06-131-9/+14
| * | ls-files: convert show_files to take an indexBrandon Williams2017-06-131-15/+15
| * | ls-files: convert show_ce_entry to take an indexBrandon Williams2017-06-131-5/+6
| * | ls-files: convert prune_cache to take an indexBrandon Williams2017-06-131-7/+8
| * | ls-files: convert ce_excluded to take an indexBrandon Williams2017-06-131-4/+5
| * | ls-files: convert show_ru_info to take an indexBrandon Williams2017-06-131-4/+4
| * | ls-files: convert show_other_files to take an indexBrandon Williams2017-06-131-3/+4
| * | ls-files: convert show_killed_files to take an indexBrandon Williams2017-06-131-10/+11
| * | ls-files: convert write_eolinfo to take an indexBrandon Williams2017-06-131-7/+6
| * | ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams2017-06-131-7/+8
| * | tree: convert read_tree to take an index parameterBrandon Williams2017-06-131-1/+1
| * | convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams2017-06-131-1/+2
|/ /
* | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-301-6/+25
|\ \
| * | ls-files: prevent prune_cache from overeagerly pruning submodulesBrandon Williams2017-05-121-6/+25
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-3/+3
|\ \
| * | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-1/+1
| * | builtin/ls-files: convert overlay_tree_on_cache to object_idbrian m. carlson2017-05-081-3/+3
| |/
* | dir: convert fill_directory to take an indexbw/dir-c-stops-relying-on-the-indexBrandon Williams2017-05-061-1/+1
* | dir: convert is_excluded to take an indexBrandon Williams2017-05-061-1/+1
|/