r-three/git-theta

`git theta ls-files`

オープン

#236 opened on 2024/03/28

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (8 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (219 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド