summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-24 11:39:11 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-24 11:39:11 -0400
commit234ff31c88a2a9dc923b1dfc50ef82fc2244331d (patch)
tree609ef2f0baa7c0d9fd2eb22bc2dc8d8b6a489cf1 /doc/todo
parente37a965161ffffd179bd35dcbd98c845d2717e8f (diff)
tag
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/wishlist:_disable_automatic_commits.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_disable_automatic_commits.mdwn b/doc/todo/wishlist:_disable_automatic_commits.mdwn
index 871ed12b6..2d29ff863 100644
--- a/doc/todo/wishlist:_disable_automatic_commits.mdwn
+++ b/doc/todo/wishlist:_disable_automatic_commits.mdwn
@@ -7,3 +7,5 @@ In some of my repositories, I would like to retain manual control over the granu
Obviously this needs to be configurable at least per repository, and ideally perhaps even per remote, since usage habits can vary from machine to machine (e.g. I could choose to commit manually from my desktop machine which has a nice comfy keyboard and large screen, but this would be too much pain to do from my tiny netbook).
According to Joey, it should be easy to arrange for the watcher thread not to run, but would need some more work for the assistant to notice manual commits in order to sync them; however the assistant already does some crazy inotify watching of git refs, in order to detect incoming pushes, so detecting manual commits wouldn't be a stretch.
+
+[[!tag design/assistant]]