trevorr / vss2git

Migrate Visual SourceSafe repositories to Git
Apache License 2.0
153 stars 116 forks source link

Make default commit message configurable #20

Closed rustyx closed 8 years ago

rustyx commented 8 years ago

Currently the default commit message (for when the VSS check-in message is blank) seems to be hard-coded to "Vss2Git".

I prefer to not have "Vss2Git" but something else e.g. "-".

Thus requesting to make the default message configurable.

It is also possible to commit with an empty message in GIT. The parameter for that is --allow-empty-message. Then a default message won't even be needed.

trevorr commented 8 years ago

The commit message now defaults to blank. It's not configurable from the UI, but blank seems to be what most people want.

sgaulding commented 8 years ago

@trevorr: I know this is late but if you want it I have a branch will allow setting defaults with UI.

Branch: SetDefaultCommentByUI Commit: 02bdb7a6f8593c818d84e04336ab302764b4709b