Re: [PATCH] git_update_version: add --current argument.

2020-06-11 Thread Jakub Jelinek via Gcc-patches
On Thu, Jun 11, 2020 at 01:47:30PM +0200, Martin Liška wrote: > The argument can be useful to update arbitrary branch, the changes > are added to git index and user is supposed to make a commit. > > I'm going to install it if there are no objections. > > Martin > > contrib/ChangeLog: > >

[PATCH] git_update_version: add --current argument.

2020-06-11 Thread Martin Liška
The argument can be useful to update arbitrary branch, the changes are added to git index and user is supposed to make a commit. I'm going to install it if there are no objections. Martin contrib/ChangeLog: * gcc-changelog/git_update_version.py: Add --curent argument. --- contrib/gcc-