`git-crypt status` in folders with many untracked files
- Ngôn ngữ chính
- C++
- Star
- 9.9k
- Fork
- 544
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I am using git to keep track of my configuration files in a 'dotfiles' repository. In my case my home folder is a git repository on its own and the git configuration for this is configured with `status.showuntrackedfiles=no`. Obviously the home folder contains quite a large amount of files and `git-crypt status` tries to show a status for each of it which results in the status being quite unusable.
Wouldn't it be useful if `git-crypt status` also (maybe even optionally) respects the configuration accordingly or even only cares about tracked files at all? I currently don't see why someone would care in the status about untracked files, but maybe I am missing something here.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.