git-import-dsc doc updates for new options
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 22 Jan 2011 22:26:20 +0000 (16:26 -0600)
committerGuido Günther <agx@sigxcpu.org>
Sun, 23 Jan 2011 12:22:05 +0000 (13:22 +0100)
--author-is-committer and --author-date-is-committer-date

docs/manpages/git-import-dsc.sgml

index 3291b31..74f1fa8 100644 (file)
         <term><option>--author-is-committer</option>
         </term>
         <listitem>
-         <para>When importing the Debian patch make use the author as comitter.</para>
+          <para>When importing the Debian patch, use the author identity as
+          comitter identity.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term><option>--author-date-is-committer-date</option>
         </term>
         <listitem>
-         <para>When importing the Debian patch make use the author date as comitter date.</para>
+          <para>When importing the Debian patch, use the author date as
+          comitter date. <warning><para>Git will subtly misbehave if the
+          committer date of a commit is not later than or equal to all
+          its parents.</para></warning></para>
         </listitem>
       </varlistentry>
      </variablelist>