Adds -uall flag to git status call to get untracked files in untracked folders
commit158aee3e7325db88130b593936bc3ce5f70e80ff
authorRobert L Toscano <robert.l.toscano@gmail.com>
Wed, 16 Mar 2011 04:08:30 +0000 (15 21:08 -0700)
committerRobert L Toscano <robert.l.toscano@gmail.com>
Wed, 16 Mar 2011 04:08:30 +0000 (15 21:08 -0700)
tree9906cfa74fba36644558518088e37a8a2f0dd2cd
parente449d09426fb90095d4a4eb6878fec7be11d3f67
Adds -uall flag to git status call to get untracked files in untracked folders

# To cancel this commit, close this file without making a change. To commit,
# write your message, then save and close the file.
#
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
# modified:   giterdone/vcs/git.py
#
# 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:   giterdone/__init__.py
# modified:   giterdone/repositorymonitor.py
#
giterdone/__init__.py
giterdone/repositorymonitor.py
giterdone/vcs/git.py