Skip to content

Commit 32cb86c

Browse files
committed
Add a section comparing using GGG on GGG's Git fork and github.com/git/git
1 parent ec43d51 commit 32cb86c

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

index.html

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,51 @@
2727
tiny {
2828
font-size: 70%;
2929
}
30+
.tg {
31+
border-collapse: collapse;
32+
border-spacing: 0;
33+
margin: 0px auto;
34+
}
35+
.tg td {
36+
padding: 10px 5px;
37+
border-style: solid;
38+
border-width: 1px;
39+
overflow: hidden;
40+
word-break: normal;
41+
border-color: black;
42+
}
43+
.tg th {
44+
font-weight: bold;
45+
padding: 10px 5px;
46+
border-style: solid;
47+
border-width: 1px;
48+
overflow: hidden;
49+
word-break: normal;
50+
border-color: black;
51+
}
52+
.tg .tg-baqh {
53+
width: 15%;
54+
text-align: center;
55+
vertical-align: center;
56+
}
57+
.tg .tg-0lax {
58+
width: 70%;
59+
text-align: left;
60+
vertical-align: center;
61+
}
62+
@media screen and (max-width: 767px) {
63+
.tg {
64+
width: auto !important;
65+
}
66+
.tg col {
67+
width: auto !important;
68+
}
69+
.tg-wrap {
70+
overflow-x: auto;
71+
-webkit-overflow-scrolling: touch;
72+
margin: auto 0px;
73+
}
74+
}
3075
</style>
3176
</head>
3277
<body>
@@ -83,6 +128,66 @@ <h2>What happens after GitGitGadget sent the mails?</h2>
83128
</p>
84129
</div>
85130

131+
<h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirror?</h2>
132+
<div class="block">
133+
<p>
134+
GitGitGadget works on both GitGitGadget's Git fork (<a href="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a>) and Git's GitHub mirror (<a href="https://github.com/gitgitgadget/git">https://github.com/git/git</a>).
135+
However, some functionality is only available when opening a PR on GitGitGadget's Git fork.
136+
</p>
137+
<div class="tg-wrap"><table class="tg">
138+
<tr>
139+
<th class="tg-0lax">Features</th>
140+
<th class="tg-baqh"><a href="https://github.com/gitgitgadget/git">gitgitgadget/git</a></th>
141+
<th class="tg-baqh"><a href="https://github.com/git/git">git/git</a></th>
142+
</tr>
143+
<tr>
144+
<td class="tg-0lax">Mirror emails answers as PR comments</td>
145+
<td class="tg-baqh"></td>
146+
<td class="tg-baqh"></td>
147+
</tr>
148+
<tr>
149+
<td class="tg-0lax">Mirror PR comments as emails to the list</td>
150+
<td class="tg-baqh"></td>
151+
<td class="tg-baqh"></td>
152+
</tr>
153+
<tr>
154+
<td class="tg-0lax">Build Git and run the test suite on Linux, macOS, Windows and FreeBSD</td>
155+
<td class="tg-baqh"></td>
156+
<td class="tg-baqh"></td>
157+
</tr>
158+
<tr>
159+
<td class="tg-0lax">Comment on the PR when a topic branch is created in the <a href="https://github.com/gitster/git/branches">maintainer's fork</a></td>
160+
<td class="tg-baqh"></td>
161+
<td class="tg-baqh"></td>
162+
</tr>
163+
<tr>
164+
<td class="tg-0lax">Comment on the PR when the series is integrated into <tt>pu</tt>, <tt>next</tt>, <tt>master</tt> and <tt>maint</tt></td>
165+
<td class="tg-baqh"></td>
166+
<td class="tg-baqh"></td>
167+
</tr>
168+
<tr>
169+
<td class="tg-0lax">Add a label to the PR when the series is integrated into <tt>pu</tt>, <tt>next</tt>, <tt>master</tt> and <tt>maint</tt></td>
170+
<td class="tg-baqh"></td>
171+
<td class="tg-baqh"></td>
172+
</tr>
173+
<tr>
174+
<td class="tg-0lax">Target <tt>pu</tt>, <tt>next</tt>, <tt>master</tt> and <tt>maint</tt></td>
175+
<td class="tg-baqh"></td>
176+
<td class="tg-baqh"></td>
177+
</tr>
178+
<tr>
179+
<td class="tg-0lax">Target any topic branch in the maintainer's fork, as well as <tt>git-gui/master</tt></td>
180+
<td class="tg-baqh"></td>
181+
<td class="tg-baqh"></td>
182+
</tr>
183+
<tr>
184+
<td class="tg-0lax">Get a direct link between the last commit of the series and the corresponding commit in the "most upstream" integration branch as a GitHub check</td>
185+
<td class="tg-baqh"></td>
186+
<td class="tg-baqh"></td>
187+
</tr>
188+
</table></div>
189+
</div>
190+
86191
<h2>But... what <i>is</i> GitGitGadget?</h2>
87192
<div class="block">
88193
<p>

0 commit comments

Comments
 (0)