Merge branch 'master'
authorJunio C Hamano <junkio@cox.net>
Tue, 14 Feb 2006 07:44:41 +0000 (23:44 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 14 Feb 2006 07:44:41 +0000 (23:44 -0800)
* master:
  Merge some proposed fixes
  s/SHELL/SHELL_PATH/ in Makefile
  bisect: remove BISECT_NAMES after done.
  Documentation: git-ls-files asciidocco.
  Documentation: git-commit in 1.2.X series defaults to --include.
  Merge branch 'pb/bisect'

1  2 
Documentation/git-ls-files.txt

@@@ -8,8 -8,7 +8,8 @@@ git-ls-files - Information about files 
  
  SYNOPSIS
  --------
 -'git-ls-files' [-z] [-t]
 +[verse]
 +'git-ls-files' [-z] [-t] [-v]
                (--[cached|deleted|others|ignored|stage|unmerged|killed|modified])\*
                (-[c|d|o|i|s|u|k|m])\*
                [-x <pattern>|--exclude=<pattern>]
@@@ -81,12 -80,8 +81,12 @@@ OPTION
        R::     removed/deleted
        C::     modified/changed
        K::     to be killed
-       ?       other
+       ?::     other
  
 +-v::
 +      Similar to `-t`, but use lowercase letters for files
 +      that are marked as 'always matching index'.
 +
  --full-name::
        When run from a subdirectory, the command usually
        outputs paths relative to the current directory.  This