AGWA / AGWA/git-crypt

add quiet flag to 'status' subcommand output for checking encryption state

Aberta
#68 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
C++
Estrelas
9.9k
Forks
544
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

`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.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.