Merge branch 'maint-1.6.0' into maint-1.6.1
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 May 2009 04:05:59 +0000 (21:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 May 2009 04:05:59 +0000 (21:05 -0700)
* maint-1.6.0:
ls-tree manpage: output of ls-tree is compatible with update-index
ls-tree manpage: use "unless" instead of "when ... is not"

1  2 
Documentation/git-ls-tree.txt
index db6ebccd6dc51d9f1463710f29a8f821f13fd412,3f87d7266b53928dff45b0a8f8ef8a5a805a840a..237073103eb552e3ec061491d9ec7fac082fb664
@@@ -10,7 -10,7 +10,7 @@@ SYNOPSI
  --------
  [verse]
  'git ls-tree' [-d] [-r] [-t] [-l] [-z]
 -          [--name-only] [--name-status] [--full-name] [--abbrev=[<n>]]
 +          [--name-only] [--name-status] [--full-name] [--full-tree] [--abbrev=[<n>]]
            <tree-ish> [paths...]
  
  DESCRIPTION
@@@ -30,8 -30,6 +30,8 @@@ in the current working directory.  Not
     'sub/dir' in 'HEAD').  You don't want to give a tree that is not at the
     root level (e.g. 'git ls-tree -r HEAD:sub dir') in this case, as that
     would result in asking for 'sub/sub/dir' in the 'HEAD' commit.
 +   However, the current working directory can be ignored by passing
 +   --full-tree option.
  
  OPTIONS
  -------
        Instead of showing the path names relative to the current working
        directory, show the full path names.
  
 +--full-tree::
 +      Do not limit the listing to the current working directory.
 +      Implies --full-name.
 +
  paths::
        When paths are given, show them (note that this isn't really raw
        pathnames, but rather a list of patterns to match).  Otherwise
@@@ -82,8 -76,10 +82,10 @@@ Output Forma
  -------------
          <mode> SP <type> SP <object> TAB <file>
  
When the `-z` option is not used, TAB, LF, and backslash characters
Unless the `-z` option is used, TAB, LF, and backslash characters
  in pathnames are represented as `\t`, `\n`, and `\\`, respectively.
+ This output format is compatible with what '--index-info --stdin' of
+ 'git update-index' expects.
  
  When the `-l` option is used, format changes to