Skip to content

Commit

Permalink
SubmoduleSupport: adding simplest submodule support with 'git submodu…
Browse files Browse the repository at this point in the history
…le foreach'
  • Loading branch information
Eugene Mihailenco committed Aug 7, 2018
1 parent 2012e68 commit 5b3677f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-standup
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ fi

GIT_DATE_FORMAT=${option_D:-relative}

GIT_LOG_COMMAND="git --no-pager log \
GIT_LOG_COMMAND="git submodule foreach git --no-pager log \
--all
--no-merges
--since=\"$SINCE\"
Expand Down

0 comments on commit 5b3677f

Please sign in to comment.