summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_allow_re-adding_without_generating_log_entry.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/wishlist:_allow_re-adding_without_generating_log_entry.mdwn')
-rw-r--r--doc/todo/wishlist:_allow_re-adding_without_generating_log_entry.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_allow_re-adding_without_generating_log_entry.mdwn b/doc/todo/wishlist:_allow_re-adding_without_generating_log_entry.mdwn
index d9ea181a8..258b82f6a 100644
--- a/doc/todo/wishlist:_allow_re-adding_without_generating_log_entry.mdwn
+++ b/doc/todo/wishlist:_allow_re-adding_without_generating_log_entry.mdwn
@@ -7,3 +7,5 @@ I keep a database file in git-annex so it stays synced across several machines.
git annex sync --content
This works fine except it creates an entry in the log for the database file even if that stays unchanged. I would like an option that just returns to the state before `git annex unlock` if the file has not been changed. Maybe `git annex add --restore-unchanged`?
+
+> [[done]] --[[Joey]]