r-three/git-theta

`git theta ls-files`

开放

#236 创建于 2024年3月28日

 (1 条评论) (0 个反应) (0 位负责人)Python (8 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (219 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Similar to git lfs we should create a command that acts like git ls-files but only shows the ones that are tracked but git-theta.

git ls-files does several fancy things when given commit refs (only showing files from that ref, files that changed between refs etc) so the easiest solution is probably to easiest to have our version call repo.git.ls_files and then parse the output, only showing the values where git_utils.is_theta_tracked(${path}, gitattributes) is true.

贡献者指南