aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/wishlist__58_____96__git_annex_sync_-m__96__.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
commitca10c06819aacc50d4423836ce51fc4486803789 (patch)
treee96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/todo/wishlist__58_____96__git_annex_sync_-m__96__.mdwn
parent024dd384140b25f69defd762e41fd5e4af4f3567 (diff)
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/todo/wishlist__58_____96__git_annex_sync_-m__96__.mdwn')
-rw-r--r--doc/todo/wishlist__58_____96__git_annex_sync_-m__96__.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/wishlist__58_____96__git_annex_sync_-m__96__.mdwn b/doc/todo/wishlist__58_____96__git_annex_sync_-m__96__.mdwn
new file mode 100644
index 000000000..c83d4db5c
--- /dev/null
+++ b/doc/todo/wishlist__58_____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.
+
+> [[fixed|done]] --[[Joey]]