Skip to content
Snippets Groups Projects
Commit 88b9d090 authored by Martin Liska's avatar Martin Liska
Browse files

gcc-descr: by default show revision for HEAD

I've made the mistake multiple times while doing a bisection.
One would expect that gcc-descr w/o an argument would print
revision for the current HEAD and not master.
Thus change it.

contrib/ChangeLog:

	* git-descr.sh: By default print revision for HEAD.
parent 104b9875
No related merge requests found
......@@ -4,7 +4,7 @@
short=no
long=no
c=master
c=HEAD
for arg in "$@"
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment