Merge branch 'hotfix/0.0.4.4' into develop

This commit is contained in:
Motonori Iwata 2011-09-14 18:28:10 +09:00
commit b009eb5fad
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ parse_args() {
if flag stat; then
ARGS="${ARGS} --stat"
fi
if flag author; then
if flag mine; then
AUTHOR=$(escape `git config --get user.name`)
ARGS="${ARGS} --author=$AUTHOR"
fi

View file

@ -1,8 +1,8 @@
require 'formula'
class GitNow < Formula
url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.4.3'
version '0.0.4.3'
url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.4.4'
version '0.0.4.4'
head 'https://github.com/iwata/git-now.git', :branch => 'develop'
homepage 'https://github.com/iwata/git-now'