diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-28 20:57:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-28 20:57:08 -0400 |
commit | bf0b76b721f4d6f1c949694aaea226885007c829 (patch) | |
tree | 788966b2a20b72b2d08762623bda370732ad928e /doc | |
parent | 28e1556bc4048f91e7bb5489cf3577ff6f56ec1c (diff) | |
parent | 6cedf5e6dbfa52574850ac2b4d239f9392488a6f (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn b/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn new file mode 100644 index 000000000..e3cb12478 --- /dev/null +++ b/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn @@ -0,0 +1,11 @@ + +Similar to how + + git commit -m 'foo' + +works, if I run + + git annex sync -m 'my hovercraft is full of eels' + +git annex should use that commit message instead of the default ones. That way, I could use sync directly and not be forced to commit prior to syncing just to make sure I have a useful commit message. + |