summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-15 13:20:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-15 13:20:03 -0400
commit50b2cf599ba213507389bf8f50d80066a3c71d40 (patch)
treefb8d69bb3e6c3c5b53a79e30cd2d7eea0bc70536
parentc0ffa2854f4230f9da8f6e2a4ab2406670ddde61 (diff)
wontfix
-rw-r--r--doc/todo/wishlist:_more_info_in_commit_messages_in_general.mdwn5
1 files changed, 5 insertions, 0 deletions
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 5b923ebcb..b5cf88bf8 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]]