summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-10 17:06:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-10 17:06:43 -0400
commit8f33fc4de15ce0cde7af372668208f7dae4b49a3 (patch)
tree547bb038e13ef04fd2e06e50dfbc8cfce1eb3ec9
parente98b9839a58cbc7c9fa73a265e9af178e9511837 (diff)
close
-rw-r--r--doc/todo/wishlist__58___add_repository_name_to_commit_messages.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/wishlist__58___add_repository_name_to_commit_messages.mdwn b/doc/todo/wishlist__58___add_repository_name_to_commit_messages.mdwn
index 1c37cc18b..64388d517 100644
--- a/doc/todo/wishlist__58___add_repository_name_to_commit_messages.mdwn
+++ b/doc/todo/wishlist__58___add_repository_name_to_commit_messages.mdwn
@@ -1,3 +1,6 @@
The commit messages made by git-annex are quite spartan, especially in direct mode where one cannot enter its own commit messages. This means that all that the messages say is "branch created", "git-annex automatic sync", "update", "merging" or little more.
It would be nice if git-annex could add at least the name of the repository/remote to the commit message. This would make the log a lot more clear, especially when dealing with problems or bugs.
+
+> The repository name is included now. Also, `git annex sync` can be passed
+> --message. [[done]] --[[Joey]]