summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-24 16:35:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-24 16:35:33 -0400
commit21216becb4edb9ea115874f2be7cd715b8f198b2 (patch)
tree2444253f94ed84e46bcad00647232d6ce966f3fa
parentbd66f962d33e5480ed66fdafc9502926f60ed13b (diff)
parent0b19f7c70901bf3c2f21d19c01ee7ad80f7629fa (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/Automatic_commit_messages_for_git_annex_sync.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Automatic_commit_messages_for_git_annex_sync.mdwn b/doc/forum/Automatic_commit_messages_for_git_annex_sync.mdwn
new file mode 100644
index 000000000..60b8e034d
--- /dev/null
+++ b/doc/forum/Automatic_commit_messages_for_git_annex_sync.mdwn
@@ -0,0 +1 @@
+Not really important (who reads git annex commit messages anyways ;-)), but nice to have and maybe a nice task for someone who wants to play around with Haskell and git annex: It would be shiny if the auto-commit done by git annex sync would automatically create a sensible commmit message and description. E.g. if just one file is added, it could say „Added blubb“. If a few files are added, it could say „Added blubb, bla and n other files“, based on the file name length, and list the files in the long description. Lots of room for playing around :-)