Page 1 of 1
Missing commit messages
Posted: 2014-08-06T12:52:55-07:00
by njdoyle
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.
Re: Missing commit messages
Posted: 2014-08-06T17:13:14-07:00
by Werty
That's the Anchovy on the free pizza.
Re: Missing commit messages
Posted: 2014-12-23T14:03:54-07:00
by broucaries
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
Posted: 2017-11-15T05:14:05-07:00
by guysoft
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.
Re: Missing commit messages
Posted: 2017-11-15T10:09:22-07:00
by fmw42
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"