commit | 5bca8d9358f5b08af40ac32f289bb14b18965cec | [log] [tgz] |
---|---|---|
author | Jerome Baum <jerome@jeromebaum.com> | 周二 9月 25 15:46:44 2012 +0200 |
committer | Jerome Baum <jerome@jeromebaum.com> | 周二 9月 25 15:46:44 2012 +0200 |
tree | a7514e35f187ca68308355af5f72b1e9f813a1e6 | |
parent | 53e9c7680a2892ceeb5a21c11367940eca8407a0 [diff] [blame] |
Create a git_do command to log git actions
diff --git a/git-flow b/git-flow index cdf0e07..fd16d51 100755 --- a/git-flow +++ b/git-flow
@@ -80,6 +80,11 @@ # use the shFlags project to parse the command line arguments . "$GITFLOW_DIR/gitflow-shFlags" FLAGS_PARENT="git flow" + + # allow user to request git action logging + DEFINE_boolean show_commands false 'show actions taken (git commands)' g + + # do actual parsing FLAGS "$@" || exit $? eval set -- "${FLAGS_ARGV}"