Package: git
Version: 1:2.0.0-1
Tags: upstream

  $ git init foo
  Initialized empty Git repository in /tmp/t/foo/.git/
  $ cd foo
  $ echo hi >README
  $ git add -N README
  $ git status
  On branch master

  Initial commit

  Changes to be committed:
    (use "git rm --cached <file>..." to unstage)

          new file:   README

  Changes not staged for commit:
    (use "git add <file>..." to update what will be committed)
    (use "git checkout -- <file>..." to discard changes in working directory)

          modified:   README
  
If I then run "git commit", it does not actually commit the addition
of the README file.  It would be clearer to have a separate section,
like so:

  Tracked files not to be committed:
    (use "git rm --cached <file>..." to stop tracking)

           new file:   README


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to