Skip to content

Commit 01c88c0

Browse files
Merge pull request #1 from dscho/master
Say a bit more about GitGitGadget
2 parents 58b2777 + e402a77 commit 01c88c0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
<html>
22
<head>
3-
<title>GitGitGadget - glue between GitHub PRs and the Git mailing list</title>
3+
<title>GitGitGadget - send GitHub PRs to the Git mailing list</title>
44
</head>
55
<body>
6-
<h1>GitGitGadget - glue between GitHub PRs and the Git mailing list</h1>
6+
<h1>GitGitGadget - send GitHub PRs to the Git mailing list</h1>
7+
8+
This project intends to help submit patch series to the Git mailing list. The process is not quite as painless for the contributor as opening Pull Requests, but at least it is much less painful than having to perform all the steps manually (see e.g. [Git for Windows' detailed instructions how to contribute patches to the Git project](https://github.com/git-for-windows/git/blob/master/CONTRIBUTING.md)).
9+
10+
GitGitGadget's idea is for users to open a Pull Request at https://github.com/gitgitgadget/git with a good description of their patch series. Then, the command `/submit`, issued via a comment on said PR will tell GitGitGadget to send the patches as mail thread to [the Git mailing list](mailto:[email protected]), with the Pull Request's description as cover letter.
11+
12+
In the case that a reviewer asked for changes, subsequent iterations of the patch series can be sent by force-pushing, possibly updating the description of the Pull Request (including changes relative to the previous iteration), and issuing another `/submit`.
13+
14+
GitGitGadget itself is a web application written in Typescript (which is really easy to understand/write for everybody who knows even a little Javascript), maintained at https://github.com/gitgitgadget/gitgitgadget.
715
</body>
816
</html>

0 commit comments

Comments
 (0)