mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
|
||||
long=no
|
||||
c=master
|
||||
c=HEAD
|
||||
|
||||
for arg in "$@"
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user