AGWA / AGWA/git-crypt

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

Abierto
#167 2 comentarios 25 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
C++
Estrellas
9.9k
Forks
544
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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!

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.