GemTalk / Rowan

a new project/package manager for Smalltalk that supports FileTree and Tonel repositories, and is independent of Monticello and Metacello
MIT License
14 stars 7 forks source link

`RwPrjCommitTool>>commitProjectNamed:message:` should return result of commit #887

Open ericwinger opened 1 year ago

ericwinger commented 1 year ago

Rowan services sends RwPrjCommitTool>>commitProjectNamed:message: to commit a project to the git repository. It would be helpful to have the result of the commit returned so that a failed commit can be handled by Jadeite. See https://github.com/GemTalk/Jadeite/issues/317