summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-13 18:36:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-13 18:36:17 -0400
commit3e0c966e1da392b5c9ecdbb0e0a115088a784b15 (patch)
tree2262951b1f82d792f8942bdaac4cc505c2cff8d4 /doc
parente8c8e506d696173512dd134766c9d7fc8ea63c32 (diff)
devblog
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_246__old_todos.mdwn9
-rw-r--r--doc/git-annex.mdwn2
-rw-r--r--doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn1
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_246__old_todos.mdwn b/doc/devblog/day_246__old_todos.mdwn
new file mode 100644
index 000000000..6957cff52
--- /dev/null
+++ b/doc/devblog/day_246__old_todos.mdwn
@@ -0,0 +1,9 @@
+Got a release out today.
+
+I'm feeling a little under the weather, so wanted something easy to do in
+the rest of the day that would be nice and constructive. Ended up going
+over the todo list. Old todos come in three groups; hard problems, already
+solved, and easy changes that never got done. I left the first group alone,
+closed many todos in the second group, and implemented a few easy changes.
+Including `git annex sync -m` and adding some more info to `git annex info
+remote`.
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 74ce72137..b8ad6a1d6 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -174,6 +174,8 @@ subdirectories).
This behavior can be overridden by configuring the preferred content of
a repository. See see PREFERRED CONTENT below.
+ The `--message` or `-m` option can be used to specify a commit message.
+
* `merge`
This performs the same merging (and merge conflict resolution)
diff --git a/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn b/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn
index 92b5dee27..c83d4db5c 100644
--- a/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn
+++ b/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn
@@ -8,3 +8,4 @@ works, if I run
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]]