todo item

This commit is contained in:
Joey Hess 2014-11-03 13:06:26 -04:00
parent 4f80dcc02a
commit 46180eab4d
2 changed files with 0 additions and 0 deletions

View file

@ -1,23 +0,0 @@
### Please describe the problem.
`git annex status` does not report the fact that some files have been added but not yet committed.
### What steps will reproduce the problem?
$ # alwayscommit = false
$ echo "new" > new-file
$ git annex status
? new-file
$ git annex add
add new-file
$ git annex status
$
Using the `git status` command directly will show the added files
$ git -c core.bare=false status --porcelain | grep -v '^ T'
AT new-file
### What version of git-annex are you using? On what operating system?
git-annex version: 5.20141024-g613f396

View file

@ -1,11 +0,0 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2014-11-03T17:03:34Z"
content="""
It's documentation says it shows files that have been deleted/modified/are
not checked into git. Not staged files.
So, this is not a bug report, it's a request to make git annex status list
more files.
"""]]