From 51751f68f7947f76dd1938c5d443fe1f95d49bb5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Jun 2016 16:35:58 -0400 Subject: [PATCH] link to patch --- doc/todo/smudge.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn index 2dffc907d4..32080fcd1d 100644 --- a/doc/todo/smudge.mdwn +++ b/doc/todo/smudge.mdwn @@ -34,6 +34,9 @@ git-annex should use smudge/clean filters. such an interface: + And developed a patch set: + + * Checking out a different branch causes git to smudge all changed files, and write their content. This does not honor annex.thin. A warning message is printed in this case.