Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions git-flow-log
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ usage() {
OPTIONS_SPEC="\
git flow log

shows current branch log compared to develop
shows current branch log compared to base branch
'git help log' for arguments
--
"
Expand All @@ -69,7 +69,7 @@ cmd_list() {
OPTIONS_SPEC="\
git flow feature log [<options>]

Show log on <feature> branch since the fork of <develop> branch
Show log on current branch since the fork of base branch
Options come from git log
--
h,help! Show this help
Expand Down