Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Sun, 28 Apr 2013 21:47:24 +0000 (14:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Apr 2013 21:47:24 +0000 (14:47 -0700)
* maint:
documentation: trivial whitespace cleanups
t/Makefile: remove smoke test targets

1  2 
Documentation/config.txt
index c67038b56dd4165e12d74fe81c3dcbddd943b1f8,e97faccb7d752eeba4db0f311ca01a1608716098..6e53fc507489fb2add3184998b8ec2a43e84b249
@@@ -1104,17 -1090,12 +1104,17 @@@ format.thread:
        value disables threading.
  
  format.signoff::
-     A boolean value which lets you enable the `-s/--signoff` option of
-     format-patch by default. *Note:* Adding the Signed-off-by: line to a
-     patch should be a conscious act and means that you certify you have
-     the rights to submit this work under the same open source license.
-     Please see the 'SubmittingPatches' document for further discussion.
+       A boolean value which lets you enable the `-s/--signoff` option of
+       format-patch by default. *Note:* Adding the Signed-off-by: line to a
+       patch should be a conscious act and means that you certify you have
+       the rights to submit this work under the same open source license.
+       Please see the 'SubmittingPatches' document for further discussion.
  
 +format.coverLetter::
 +      A boolean that controls whether to generate a cover-letter when
 +      format-patch is invoked, but in addition can be set to "auto", to
 +      generate a cover-letter only when there's more than one patch.
 +
  filter.<driver>.clean::
        The command which is used to convert the content of a worktree
        file to a blob upon checkin.  See linkgit:gitattributes[5] for