On Tue, Jun 03, 2008 at 03:09:10PM +0200, Marius Storm-Olsen wrote:
+-u[<mode>]|--untracked-files[=<mode>]::
+ Show all untracked files.
+ The mode parameter is optional, and is used to specify
+ the handling of untracked files. The possible options are:
+ none - Show no untracked files
+ normal - Shows untracked files and directories
+ all - Also shows individual files in untracked directories.
+ If the mode parameter is not specified, the defaults is
+ 'all'.
Hmm. Doesn't this change bundling semantics of "git commit -us"? Do we
care?
-Peff