mirror of git://gcc.gnu.org/git/gcc.git
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.
This commit is contained in:
parent
104b9875c7
commit
88b9d090aa
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
short=no
|
short=no
|
||||||
long=no
|
long=no
|
||||||
c=master
|
c=HEAD
|
||||||
|
|
||||||
for arg in "$@"
|
for arg in "$@"
|
||||||
do
|
do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue