Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git theta ls-files #236

Open
blester125 opened this issue Mar 28, 2024 · 1 comment
Open

git theta ls-files #236

blester125 opened this issue Mar 28, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@blester125
Copy link
Collaborator

blester125 commented Mar 28, 2024

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.

@blester125 blester125 added enhancement New feature or request good first issue Good for newcomers labels Mar 28, 2024
@blester125 blester125 changed the title git theta ls-file git theta ls-files Mar 28, 2024
@blester125
Copy link
Collaborator Author

Initial implementation #247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant