You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@
93
93
GitGitGadget tries a different approach: allow contributing patches to the Git project itself by opening a Pull Request either at <ahref="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a> or directly at <ahref="https://github.com/git/git">https://github.com/git/git</a> and let GitGitGadget prepare and send the corresponding mails.
94
94
</p>
95
95
</div>
96
-
96
+
97
97
<h2>How can you use GitGitGadget?</h2>
98
98
<divclass="block">
99
99
<p>
@@ -111,7 +111,7 @@ <h2>How can you use GitGitGadget?</h2>
111
111
The first time you use GitGitGadget, you need to be added to the list of users with permission to use GitGitGadget (this is a <i>very</i> simple anti-spam measure).
112
112
Any user who is already on that list can do that, by adding a comment to that Pull Request that says <code>/allow <username></name></code> (with your GitHub login name).
113
113
</p><p>
114
-
The Pull Request will trigger a few Checks, most importantly one that will build Git and run the test suite on the main platforms, to make sure that everything works as advertised.
114
+
The Pull Request will trigger a few Checks, most importantly one that will build Git and run the test suite on the main platforms, to make sure that everything works as advertised.
115
115
</p><p>
116
116
Once everything is ready to go, add a comment to that Pull Request saying <code>/submit</code>.
117
117
This will trigger GitGitGadget (you can see the progress via the Check called "GitGitGadget PR Handler"): it will wrap your Pull Request into a nice bundle of mails in the format expected on the Git mailing list.
0 commit comments