Re: [PATCH] MAINTAINERS: add Vineet Gupta to write after approval

2023-04-21 Thread Kito Cheng via Gcc-patches
You need use git+ssh protocol, I use this way to manage that: git remote add upstream-write git+ssh://@gcc.gnu.org/git/gcc.git git push upstream-write master On Sat, Apr 22, 2023 at 12:00 AM Vineet Gupta wrote: > > > On 4/21/23 02:30, Richard Sandiford wrote: > > No approval is needed when

Re: [PATCH] MAINTAINERS: add Vineet Gupta to write after approval

2023-04-21 Thread Vineet Gupta
On 4/21/23 02:30, Richard Sandiford wrote: No approval is needed when adding oneself to write-after-approval. The fact that one's able to make the change is proof enough. Thx Richard. Noob question: I tried to commit/push but failed. | $ git remote show upstream | * remote upstream | 

Re: [PATCH] MAINTAINERS: add Vineet Gupta to write after approval

2023-04-21 Thread Richard Sandiford via Gcc-patches
Palmer Dabbelt writes: > On Thu, 20 Apr 2023 09:55:23 PDT (-0700), Vineet Gupta wrote: >> ChangeLog: >> >> * MAINTAINERS (Write After Approval): Add myself. >> >> (Ref: <680c7bbe-5d6e-07cd-8468-247afc65e...@gmail.com>) >> >> Signed-off-by: Vineet Gupta >> --- >> MAINTAINERS | 1 + >> 1

Re: [PATCH] MAINTAINERS: add Vineet Gupta to write after approval

2023-04-20 Thread Palmer Dabbelt
On Thu, 20 Apr 2023 09:55:23 PDT (-0700), Vineet Gupta wrote: ChangeLog: * MAINTAINERS (Write After Approval): Add myself. (Ref: <680c7bbe-5d6e-07cd-8468-247afc65e...@gmail.com>) Signed-off-by: Vineet Gupta --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] MAINTAINERS: add Vineet Gupta to write after approval

2023-04-20 Thread Vineet Gupta
ChangeLog: * MAINTAINERS (Write After Approval): Add myself. (Ref: <680c7bbe-5d6e-07cd-8468-247afc65e...@gmail.com>) Signed-off-by: Vineet Gupta --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index cebf45d49e56..5f25617212a5 100644 ---