summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar http://adamspiers.myopenid.com/ <Adam@web>2012-10-24 15:33:01 +0000
committerGravatar admin <admin@branchable.com>2012-10-24 15:33:01 +0000
commit49743655e0e99e37e000c40c1e7d03bcda1aeae2 (patch)
tree9d4f7ff00999dba87d722dd67628ec22bd948095 /doc/todo
parent550742ca0afcb49cc2e218ed256b9af8c9f02532 (diff)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/wishlist:_disable_automatic_commits.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_disable_automatic_commits.mdwn b/doc/todo/wishlist:_disable_automatic_commits.mdwn
new file mode 100644
index 000000000..871ed12b6
--- /dev/null
+++ b/doc/todo/wishlist:_disable_automatic_commits.mdwn
@@ -0,0 +1,9 @@
+In some of my repositories, I would like to retain manual control over the granularity and contents of the commit history. Some motivating reasons:
+
+* manually specified commit messages makes the history easier to follow
+* make a series of minor changes to a file over a period of a few hours would result in a single commit rather than capturing intermediate incomplete edits
+* manual choice of which files to annex (based on predicted usage) could be useful, e.g. a repo might contain a 4MB PDF which you want available in *every* remote even without `git annex get`, and also some 2MB images which are only required in some remotes
+
+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.