commit - 0d4c8031c19102e70ec9d0b84995553ce87f831c
commit + 29531e41957b073754c7dce9826dbfe150fd6e60
blob - 039714ebdd3e47c54ed9b97088264e8a4539d3e4
blob + 5b801a8bddad1a10cbdc4f99af071006e1d3ea25
--- comparison.html
+++ comparison.html
<td><code>svn add</code>
<td><code>git add</code>
<tr>
-<td><code><a href="got.1.html#stage">got stage</a> [-p]</code> <i>(optional)</i>
+<td><code><a href="got.1.html#stage">got stage</a> [-p]</code> <i>(staging optional)</i>
<td>—
<td>—
-<td><code>git add [-p]</code> <i>(required before git commit)</i>
+<td><code>git add [-p]</code> / <code>git commit -p</code> <i>(staging required)</i>
<tr>
<td><code><a href="got.1.html#unstage">got unstage</a> [-p]</code>
<td>—