@@ -1399,6 +1399,12 @@ done)]]></screen></para>
13991399 </refmeta >
14001400 <refnamediv >
14011401 <refname >patchview</refname >
1402+ <refname >gitdiff</refname >
1403+ <refname >gitdiffview</refname >
1404+ <refname >gitshow</refname >
1405+ <refname >gitshowview</refname >
1406+ <refname >svndiff</refname >
1407+ <refname >svndiffview</refname >
14021408 <refpurpose >Without options, show numbered files modified by the patch. With options, behave as filterdiff.</refpurpose >
14031409 </refnamediv >
14041410 <refsynopsisdiv >
@@ -1485,7 +1491,7 @@ is equivalent to: lsdiff --number
14851491is equivalent to: filterdiff -F2- (or whatever arguments are supplied)
14861492 </para >
14871493 <para >
1488- There are two scripts for working with git (gitdiff and gitdiffview ) and two for svn (svndiff and svndiffview).
1494+ There are 4 scripts for working with git repos (gitdiff, gitdiffview, gitshow and gitshowview ) and 2 for svn (svndiff and svndiffview).
14891495
14901496 <screen >svndiff</screen >
14911497 <screen >gitdiff</screen >
@@ -1506,6 +1512,10 @@ pipe all patches through filterdiff to vim - -R (in read-only mode, easy to quit
15061512
15071513will pipe patch of file #2 to vim - -R
15081514 </para >
1515+ <para ><screen >gitshow</screen ><screen >gitshowview</screen >
1516+
1517+ This is the same as gitdiff but uses git show instead of git diff.
1518+ </para >
15091519 </refsect1 >
15101520 <refsect1 >
15111521 <title >Options</title >
@@ -1686,7 +1696,7 @@ will pipe patch of file #2 to vim - -R
16861696 <varlistentry >
16871697 <term ><option >-v</option >, <option >--verbose</option ></term >
16881698 <listitem >
1689- <para >Verbose output.</para >
1699+ <para >Verbose output. For the git and svn wrapper scripts (gitdiff, gitdiffview, gitshow, gitshowview, svndiff, svndiffview), this option shows the full command that is being executed. </para >
16901700 </listitem >
16911701 </varlistentry >
16921702 <varlistentry >
0 commit comments