Updated Branches: refs/heads/master 1b9afc41e -> daf91387d
Add "via coho" to commit messages. Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/daf91387 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/daf91387 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/daf91387 Branch: refs/heads/master Commit: daf91387dc14cb4f7b07242a5a4ba4a72a4bccb4 Parents: 1b9afc4 Author: Andrew Grieve <[email protected]> Authored: Tue Jun 18 14:01:40 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue Jun 18 14:01:40 2013 -0400 ---------------------------------------------------------------------- coho | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/daf91387/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index 387810a..6f3527f 100755 --- a/coho +++ b/coho @@ -685,7 +685,7 @@ function createReleaseBranchCommand() { cpAndLog(src, jsPath); }); if (pendingChangesExist()) { - execHelper('git commit -am "Update JS snapshot to version ' + version + '"'); + execHelper('git commit -am "Update JS snapshot to version ' + version + '" (via coho)'); execHelper('git push ' + repo.remoteName + ' master'); } } else if (allRepos.indexOf(repo) != -1) { @@ -727,7 +727,7 @@ function createReleaseBranchCommand() { } if (pendingChangesExist()) { - execHelper('git commit -am "Set VERSION to ' + version + '"'); + execHelper('git commit -am "Set VERSION to ' + version + '" (via coho)'); execHelper('git push ' + repo.remoteName + ' ' + branchName); } });
