commit - 5cff070dcada57ccc858dcf6f82c6e8763c8ba99
commit + 15535bb2fc4f77dc54bd534ee247b51d85a6f90b
blob - b5cf57db2234d40e5031619be9d37a4e6c164b3b
blob + ecb5a09ab725c804c208fc0342e3f7764fb17a50
--- comparison.html
+++ comparison.html
<td><code>svn patch</code>
<td><code>git apply</code>
<tr>
-<td><code><a href="got.1.html#add">got add</a> <var><unversioned path></var></code>
+<td><code><a href="got.1.html#add">got add</a></code>
<td><code>cvs add</code>
<td><code>svn add</code>
-<td><code>git add <untracked-file></code>
+<td><code>git add <var><untracked file></var></code>
<tr>
<td><code><a href="got.1.html#stage">got stage</a> [-p]</code> <i>(staging optional)</i>
<td>—