From 4dffddb343bc6f069b0cca4212fe5a0edcd0b8bd Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 19 Jan 2016 19:40:39 +0000 Subject: [PATCH] small formatting fix. --- doc/todo/smudge.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn index 2178154ee4..8ddf337b7e 100644 --- a/doc/todo/smudge.mdwn +++ b/doc/todo/smudge.mdwn @@ -4,12 +4,16 @@ git-annex should use smudge/clean filters. * Reconcile staged changes into the associated files database, whenever the database is queried. This is needed to handle eg: + + ``` git add largefile git mv largefile othername git annex move othername --to foo # fails to drop content from associated file othername, # because it doesn't know it has that name # git commit clears up this mess + ``` + * Dropping a smudged file causes git status (and git annex status) to show it as modified, because the timestamp has changed. Getting a smudged file can also cause this.