AGWA / AGWA/git-crypt

Make `git add --patch` work on encrypted files?

Ouverte
#167 2 commentaires 25 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
C++
Étoiles
9.9k
Forks
544
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

I have a large encrypted file which, when changed, is easier to review and commit using `git add -p`.

However, when I run a `git add --patch` on such a file, I get a `Only binary files changed.` message from git. I can see from the Git docs that the `textconv` option might not be used here.

Would it be possible to add support for this in `git-crypt` ?

Failing which, is there a workaround that I can do in my `.gitconfig` that can resolve this issue?

Thanks!

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.