File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646# git-flow file is a symbolic link
4747case $( uname -s) in
4848Linux)
49- export GITFLOW_DIR=$( dirname " $( readlink -e " $0 " ) " )
49+ export GITFLOW_DIR=$( dirname " $( readlink -f " $0 " ) " )
5050 ;;
5151FreeBSD|OpenBSD|NetBSD)
5252 export FLAGS_GETOPT_CMD=' /usr/local/bin/getopt'
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ usage() {
4848 OPTIONS_SPEC=" \
4949git flow log
5050
51- shows current branch log compared to develop
51+ shows current branch log compared to base branch
5252'git help log' for arguments
5353--
5454"
@@ -69,7 +69,7 @@ cmd_list() {
6969 OPTIONS_SPEC=" \
7070git flow feature log [<options>]
7171
72- Show log on <feature> branch since the fork of <develop> branch
72+ Show log on current branch since the fork of base branch
7373Options come from git log
7474--
7575h,help! Show this help
You can’t perform that action at this time.
0 commit comments