Skip to content

Commit

Permalink
format submodule log info
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu authored May 25, 2021
1 parent 432b544 commit 65f90d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gw_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ generateSubmodulesEnvFile(){
awk '{print $2}' | xargs -i git -C {} describe --all --always )
# get describe of commit
comment=$(git config --file .gitmodules --get-regexp "submodule.${i}.path" |
awk '{print $2}' | xargs -i git -C {} log --oneline -1)
awk '{print $2}' | xargs -i git -C {} log --date=relative --pretty=format:"[%ad] %s by %an" -1)


# renameing godwoken-examples => godwoken_examples,
Expand Down

0 comments on commit 65f90d6

Please sign in to comment.