Skip to content

Commit b1d84f7

Browse files
Merge pull request #2 from dscho/master
Un-Markdown-ify the page
2 parents 01c88c0 + 9ca21ef commit b1d84f7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,19 @@
55
<body>
66
<h1>GitGitGadget - send GitHub PRs to the Git mailing list</h1>
77

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)).
8+
<p>
9+
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. <a href="https://github.com/git-for-windows/git/blob/master/CONTRIBUTING.md">Git for Windows' detailed instructions how to contribute patches to the Git project</a>).
10+
</p>
911

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.
12+
<p>
13+
GitGitGadget's idea is for users to open a Pull Request at <a href="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a> with a good description of their patch series. Then, the command <tt>/submit</tt>, issued via a comment on said PR will tell GitGitGadget to send the patches as mail thread to <a href="mailto:mailto:[email protected]">the Git mailing list</a>, with the Pull Request's description as cover letter.
1114

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`.
15+
<p>
16+
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 <tt>/submit</tt>.
17+
</p>
1318

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.
19+
<p>
20+
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 <a href="https://github.com/gitgitgadget/gitgitgadget">https://github.com/gitgitgadget/gitgitgadget</a>.
21+
</p>
1522
</body>
1623
</html>

0 commit comments

Comments
 (0)