From 48b329b363b7e2888fc589b4898a2c8740bf3a9f Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 19 Jan 2016 19:40:39 +0000 Subject: small formatting fix. --- doc/todo/smudge.mdwn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/todo/smudge.mdwn') diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn index 2178154ee..8ddf337b7 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. -- cgit v1.2.3