summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist__58___add_repository_name_to_commit_messages.mdwn
blob: 64388d517e71941d8e5c4c2dbb31885860a79077 (plain)
1
2
3
4
5
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]]