diff mbox series

SubmittingPatches: update git-gui maintainer information

Message ID 20191001141435.21787-1-me@yadavpratyush.com (mailing list archive)
State New, archived
Headers show
Series SubmittingPatches: update git-gui maintainer information | expand

Commit Message

Pratyush Yadav Oct. 1, 2019, 2:14 p.m. UTC
Since I have taken over maintainership of git-gui, it is a good idea to
point new contributors to my fork of the project, so they can see the
latest version of the project.

Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
---
 Documentation/SubmittingPatches | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.21.0

Comments

Denton Liu Oct. 1, 2019, 4:46 p.m. UTC | #1
Hi Pratyush,

On Tue, Oct 01, 2019 at 07:44:35PM +0530, Pratyush Yadav wrote:
> Since I have taken over maintainership of git-gui, it is a good idea to
> point new contributors to my fork of the project, so they can see the
> latest version of the project.
> 
> Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>

Junio's already made this change in 253bfe49bd (SubmittingPatches:
git-gui has a new maintainer, 2019-09-18) in his branch
'jc/git-gui-has-maintainer'. We can drop this change since it's
redundant.
Pratyush Yadav Oct. 1, 2019, 5:33 p.m. UTC | #2
On 01/10/19 09:46AM, Denton Liu wrote:
> Hi Pratyush,
> 
> On Tue, Oct 01, 2019 at 07:44:35PM +0530, Pratyush Yadav wrote:
> > Since I have taken over maintainership of git-gui, it is a good idea to
> > point new contributors to my fork of the project, so they can see the
> > latest version of the project.
> > 
> > Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
> 
> Junio's already made this change in 253bfe49bd (SubmittingPatches:
> git-gui has a new maintainer, 2019-09-18) in his branch
> 'jc/git-gui-has-maintainer'. We can drop this change since it's
> redundant.

Ah! Thanks for letting me know. I should start paying more attention to 
Junio's "what's cooking" emails :)
diff mbox series

Patch

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 6d589e118c..06bfaf1c1c 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -372,9 +372,9 @@  such as "Thanks-to:", "Based-on-patch-by:", or "Mentored-by:".
 Some parts of the system have dedicated maintainers with their own
 repositories.

-- `git-gui/` comes from git-gui project, maintained by Pat Thoyts:
+- `git-gui/` comes from git-gui project, maintained by Pratyush Yadav:

-	git://repo.or.cz/git-gui.git
+	https://github.com/prati0100/git-gui

 - `gitk-git/` comes from Paul Mackerras's gitk project: