diff options
author | fiatjaf <fiatjaf@web> | 2016-01-19 19:40:39 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-01-19 19:40:39 +0000 |
commit | 48b329b363b7e2888fc589b4898a2c8740bf3a9f (patch) | |
tree | 639b343d8aad5ca6f9bff7e8ef3e9b9784b2a725 | |
parent | 1b8c47f21406c744521848c9a7bbd6b9638f95a5 (diff) |
small formatting fix.
-rw-r--r-- | doc/todo/smudge.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
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. |