You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change clean command to only operate on non-encrypted files
As recommended by gitattributes(5):
> For best results, clean should not alter its output further if it is
> run twice ("clean->clean" should be equivalent to "clean"), and
> multiple smudge commands should not alter clean's output
> ("smudge->smudge->clean" should be equivalent to "clean").
I've extracted this change from AGWA#107.
Co-Authored-By: Shlomo Shachar <shlomo.shachar@binatix.com>
0 commit comments