Most of the time there aren't any commit messages in the SVN repo.
This sucks a lot. I can't follow what's going on without lots of effort.
It would be awesome if each commit at least had a message. That's not hard to do.
Missing commit messages
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: Missing commit messages
Yes it really suck for a security point of view. I must ask upstream and it is a loss of time both side
Re: Missing commit messages
Hey,
Though - Is there a tool that lets you annotate a git/ git-svn repo with messages to each commit? Because if so we could crowed source documenting IM commits. It should not take a lot to make a simple interface for this.
Though - Is there a tool that lets you annotate a git/ git-svn repo with messages to each commit? Because if so we could crowed source documenting IM commits. It should not take a lot to make a simple interface for this.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Missing commit messages
I am not an expert on GIT and I may misunderstand your request, but see
Code: Select all
git commit -am "Some comments to describe the changes"