From ff9131c93aafdc03f5db5d26f660c14ea3f43d9b Mon Sep 17 00:00:00 2001 From: "http://svario.it/gioele" Date: Tue, 29 Jul 2014 15:29:30 +0000 Subject: [PATCH] new wish: add repository name to commit messages --- doc/todo/wishlist:_add_repository_name_to_commit_messages.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/wishlist:_add_repository_name_to_commit_messages.mdwn diff --git a/doc/todo/wishlist:_add_repository_name_to_commit_messages.mdwn b/doc/todo/wishlist:_add_repository_name_to_commit_messages.mdwn new file mode 100644 index 0000000000..1c37cc18bc --- /dev/null +++ b/doc/todo/wishlist:_add_repository_name_to_commit_messages.mdwn @@ -0,0 +1,3 @@ +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.