Re: [PATCH] git-undescr.sh: Support full output of git-descr.sh.

2022-01-27 Thread Jakub Jelinek via Gcc-patches
On Thu, Jan 27, 2022 at 07:29:20PM +0100, Martin Liška wrote: > I would like to support: > > $ git gcc-undescr `git gcc-descr` > 9cbfbe2497c0117b0598e35658248bc723c0b931 > > Which is done in the patch. > > Ready to be installed? > Thanks, > Martin > > contrib/ChangeLog: > > * git-undescr

[PATCH] git-undescr.sh: Support full output of git-descr.sh.

2022-01-27 Thread Martin Liška
I would like to support: $ git gcc-undescr `git gcc-descr` 9cbfbe2497c0117b0598e35658248bc723c0b931 Which is done in the patch. Ready to be installed? Thanks, Martin contrib/ChangeLog: * git-undescr.sh: Support full output of git-descr.sh. --- contrib/git-undescr.sh | 4 ++-- 1 file