add quiet flag to 'status' subcommand output for checking encryption state
Aperta
- Lingua principale
- C++
- Stelle
- 9.9k
- Fork
- 544
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
`git-crypt status` detects when a file was staged prior to
the `.gitattributes` file being present, and issues a warning:
```
*** WARNING: staged/committed version is NOT ENCRYPTED! ***
```
Note that `git-crypt` also properly sets return code nonzero in
this case.
Mentioned in #45 was the usefulness of a pre-commit hook
to check proper encryption status. To facilitate such a hook
without needing to stifle stdio, please add a `-q` or other flag
to `git-crypt status`, so it can be used to give a "yes" or "no"
response in hook scripts or similar.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.