summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ls-files: fix path used when recursing into submodulesjk/ls-files-recurse-submodules-fixJacob Keller2017-04-181-1/+4
* ls-files: fix recurse-submodules with nested submodulesJacob Keller2017-04-171-0/+4
* ls-files: fix bug when recursing with relative pathspecbw/recurse-submodules-relative-fixBrandon Williams2017-03-171-12/+13
* ls-files: fix typo in variable nameBrandon Williams2017-03-171-8/+8
* ls-files: move only kept cache entries in prune_cache()rs/ls-files-partial-optimRené Scharfe2017-02-131-5/+4
* ls-files: pass prefix length explicitly to prune_cache()René Scharfe2017-02-131-5/+7
* Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano2016-10-261-40/+141
|\
| * ls-files: add pathspec matching for submodulesbw/ls-files-recurse-submodulesBrandon Williams2016-10-101-6/+21
| * ls-files: pass through safe options for --recurse-submodulesBrandon Williams2016-10-101-3/+27
| * ls-files: optionally recurse into submodulesBrandon Williams2016-10-101-38/+100
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+1
|/
* die("bug"): report bugs consistentlyJohannes Schindelin2016-07-261-1/+2
* Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-101-11/+3
|\
| * apply, ls-files: simplify "-z" parsingjk/options-cleanupJeff King2016-02-011-11/+3
* | ls-files: add eol diagnosticstb/ls-files-eolTorsten Bögershausen2016-01-181-0/+21
|/
* ps_matched: xcalloc() takes nmemb and then element sizejc/calloc-pathspecJunio C Hamano2015-08-201-1/+1
* Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-261-43/+0
|\
| * report_path_error(): move to dir.cjc/report-path-error-to-dirJunio C Hamano2015-03-241-43/+0
* | standardize usage info string formatAlex Henrie2015-01-141-1/+1