Skip to content

Commit

Permalink
updateSubmodule: Put list in topo (merged), not written, order
Browse files Browse the repository at this point in the history
Change-Id: Ib563468ca55993784b4372ec2c9dc7916f5b8ed8
  • Loading branch information
jdforrester committed May 10, 2018
1 parent 8d1d0f1 commit f3e69d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/updateSubmodule.sh
Expand Up @@ -40,7 +40,7 @@ fi

# Generate commit summary
# TODO recurse
NEWCHANGES=$(git log ..$TARGET --oneline --no-merges --reverse --color=never)
NEWCHANGES=$(git log ..$TARGET --oneline --no-merges --topo-order --reverse --color=never)
TASKS=$(git log ..$TARGET --no-merges --format=format:%B | grep "Bug: T" | sort | uniq)
NEWCHANGESDISPLAY=$(git log ..$TARGET --oneline --no-merges --reverse --color=always)
COMMITMSG=$(cat <<END
Expand Down

0 comments on commit f3e69d8

Please sign in to comment.