r-three/git-theta

`git theta ls-files`

Aberta

#236 aberto em 28 de mar. de 2024

 (1 comentário) (0 reação) (0 responsável)Python (8 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (219 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador