summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:___96__git_annex_sync__96___without_auto-commit.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 16:36:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 16:36:11 -0400
commitcfb055f838da0c51a50224bf759b42fb263dcfec (patch)
treed63a161f1728348bb1c7683ef5d122aa928c0cdd /doc/todo/wishlist:___96__git_annex_sync__96___without_auto-commit.mdwn
parent032ee546c9cda12b4b85c05001220d47e8bbba4d (diff)
sync: When annex.autocommit=false, avoid making any commit of local changes, while still merging with remote to the extent possible.
Diffstat (limited to 'doc/todo/wishlist:___96__git_annex_sync__96___without_auto-commit.mdwn')
-rw-r--r--doc/todo/wishlist:___96__git_annex_sync__96___without_auto-commit.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/wishlist:___96__git_annex_sync__96___without_auto-commit.mdwn b/doc/todo/wishlist:___96__git_annex_sync__96___without_auto-commit.mdwn
index b7a7865c8..381626724 100644
--- a/doc/todo/wishlist:___96__git_annex_sync__96___without_auto-commit.mdwn
+++ b/doc/todo/wishlist:___96__git_annex_sync__96___without_auto-commit.mdwn
@@ -3,3 +3,6 @@ I would like to have way, ideally a per-repo-cloud setting which syncs around au
I often have quite complex additions with a mix of `git add` and `git annex add` in various stages of completion; running `git annex sync` regularly to see what state the other repos are in should not autocommit if possible.
Richard
+
+> [[done]]; extended the annex.autocommit that previously only controlled the
+> assistant to also control `git annex sync`. --[[Joey]]