Merge branch 'mz/doc-synopsis-verse' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Aug 2011 18:41:26 +0000 (11:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Aug 2011 18:41:26 +0000 (11:41 -0700)
* mz/doc-synopsis-verse:
Documentation: use [verse] for SYNOPSIS sections

1  2 
Documentation/git-fast-import.txt
index 3f5b9126b1581d955a31fe5647834e9a8f61c666,8b9f9bbfcb584df6d9cce85c74c64b63a6031de8..95e480ef7968af9d3bb055e8fd9750b08d620622
@@@ -8,6 -8,7 +8,7 @@@ git-fast-import - Backend for fast Git 
  
  SYNOPSIS
  --------
+ [verse]
  frontend | 'git fast-import' [options]
  
  DESCRIPTION
@@@ -648,14 -649,9 +649,14 @@@ paths for a commit are encouraged to d
  
  `notemodify`
  ^^^^^^^^^^^^
 -Included in a `commit` command to add a new note (annotating a given
 -commit) or change the content of an existing note.  This command has
 -two different means of specifying the content of the note.
 +Included in a `commit` `<notes_ref>` command to add a new note
 +annotating a `<committish>` or change this annotation contents.
 +Internally it is similar to filemodify 100644 on `<committish>`
 +path (maybe split into subdirectories). It's not advised to
 +use any other commands to write to the `<notes_ref>` tree except
 +`filedeleteall` to delete all existing notes in this tree.
 +This command has two different means of specifying the content
 +of the note.
  
  External data format::
        The data content for the note was already supplied by a prior