Make `git add --patch` work on encrypted files?
未關閉
- 主要語言
- C++
- 星號
- 9.9k
- 分支
- 544
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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!
貢獻指南
評估
這個 Issue 還沒有評估資料。