diff --git a/doc/todo/wishlist:_more_info_in_commit_messages_in_general.mdwn b/doc/todo/wishlist:_more_info_in_commit_messages_in_general.mdwn index 5b923ebcb6..b5cf88bf8a 100644 --- a/doc/todo/wishlist:_more_info_in_commit_messages_in_general.mdwn +++ b/doc/todo/wishlist:_more_info_in_commit_messages_in_general.mdwn @@ -1,3 +1,8 @@ This is probably an extension of [[wishlist: more info in the standard commit message of `sync`]]: It would also help debugging if the default commit messages listed, e.g., the name of all the files modified by that commit (or merge). + +> No, it would not help debugging to put redundant info in commit +> messages. It will only make your repository take up more disk space. +> git log --stat will already show you the files changes by +> any commit. [[wontfix|done]] --[[Joey]]