Skip to content

Commit

Permalink
Merge pull request #1530 from robotology/GiulioRomualdi-patch-1
Browse files Browse the repository at this point in the history
Add ref names, including branches and tags in robotologyGitStatus script
  • Loading branch information
traversaro committed Nov 17, 2023
2 parents 180fc39 + 4efd165 commit b74b5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/robotologyGitStatus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ printGitStatus () {
echo "--------------------------------------------"
(cd $1 && echo -n "${1}: " \
&& git rev-parse --abbrev-ref HEAD \
&& git log -1 --format="%cr|%s|%H" \
&& git log -1 --format="%cr|%s|%H|%D" \
&& git status -sb \
&& git --no-pager diff --minimal); \
}
Expand Down

0 comments on commit b74b5e9

Please sign in to comment.