aboutsummaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
Commit message (Expand)AuthorAge
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-21
|\
| * ls-files: Add support in ls-files to display the fsmonitor valid bitBen Peart2017-10-01
* | add UNLEAK annotation for reducing leak false positivesJeff King2017-09-08
|/
* Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-26
|\
| * submodule-config: lazy-load a repository's .gitmodules fileBrandon Williams2017-08-03
| * submodule-config: move submodule-config functions to submodule-config.cBrandon Williams2017-08-03
* | ls-files: don't try to prune an empty indexRené Scharfe2017-07-17
* | use MOVE_ARRAYRené Scharfe2017-07-17
|/
* ls-files: use repository objectBrandon Williams2017-06-23
*-. Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-23
|\ \
| | * config: don't include config.h by defaultBrandon Williams2017-06-15
| * | ls-files: factor out tag calculationBrandon Williams2017-06-13
| * | ls-files: factor out debug info into a functionBrandon Williams2017-06-13
| * | ls-files: convert show_files to take an indexBrandon Williams2017-06-13
| * | ls-files: convert show_ce_entry to take an indexBrandon Williams2017-06-13
| * | ls-files: convert prune_cache to take an indexBrandon Williams2017-06-13
| * | ls-files: convert ce_excluded to take an indexBrandon Williams2017-06-13
| * | ls-files: convert show_ru_info to take an indexBrandon Williams2017-06-13
| * | ls-files: convert show_other_files to take an indexBrandon Williams2017-06-13
| * | ls-files: convert show_killed_files to take an indexBrandon Williams2017-06-13
| * | ls-files: convert write_eolinfo to take an indexBrandon Williams2017-06-13
| * | ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams2017-06-13
| * | tree: convert read_tree to take an index parameterBrandon Williams2017-06-13
| * | convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams2017-06-13
|/ /
* | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-30
|\ \
| * | ls-files: prevent prune_cache from overeagerly pruning submodulesBrandon Williams2017-05-12
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \
| * | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-08
| * | builtin/ls-files: convert overlay_tree_on_cache to object_idbrian m. carlson2017-05-08
| |/
* | dir: convert fill_directory to take an indexBrandon Williams2017-05-06
* | dir: convert is_excluded to take an indexBrandon Williams2017-05-06
|/
* ls-files: fix path used when recursing into submodulesJacob Keller2017-04-18
* ls-files: fix recurse-submodules with nested submodulesJacob Keller2017-04-17
* ls-files: fix bug when recursing with relative pathspecBrandon Williams2017-03-17
* ls-files: fix typo in variable nameBrandon Williams2017-03-17
* ls-files: move only kept cache entries in prune_cache()René Scharfe2017-02-13
* ls-files: pass prefix length explicitly to prune_cache()René Scharfe2017-02-13
* Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano2016-10-26
|\
| * ls-files: add pathspec matching for submodulesBrandon Williams2016-10-10
| * ls-files: pass through safe options for --recurse-submodulesBrandon Williams2016-10-10
| * ls-files: optionally recurse into submodulesBrandon Williams2016-10-10
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
|/
* die("bug"): report bugs consistentlyJohannes Schindelin2016-07-26
* Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-10
|\
| * apply, ls-files: simplify "-z" parsingJeff King2016-02-01
* | ls-files: add eol diagnosticsTorsten Bögershausen2016-01-18
|/
* ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano2015-08-20
* Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-26
|\
| * report_path_error(): move to dir.cJunio C Hamano2015-03-24
* | standardize usage info string formatAlex Henrie2015-01-14