Missing commit messages

Post here to shower the ImageMagick developers with praise or discuss how you could have done a better job if you developed ImageMagick. Or talk about how Photoshop is better than ImageMagick. Even complain about how no one answered your postings in the Users forum. Venting and musings welcomed here.
Post Reply
njdoyle
Posts: 8
Joined: 2014-07-08T12:12:20-07:00
Authentication code: 6789
Location: Ottawa, Ontario

Missing commit messages

Post 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.
Werty
Posts: 66
Joined: 2010-08-06T05:37:36-07:00
Authentication code: 8675308

Re: Missing commit messages

Post by Werty »

That's the Anchovy on the free pizza.
Windows 7 user
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Re: Missing commit messages

Post 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
guysoft
Posts: 12
Joined: 2014-08-25T03:34:17-07:00
Authentication code: 6789

Re: Missing commit messages

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Missing commit messages

Post 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"
Post Reply