I made the initial commit. git-gui doesn't return anything either.
Something tells me it isn't getting the cwd. Add git status * it will
work correctly , but git-gui doesn't give anything.
somewhere@something:~/git_test$ git status
# On branch master
nothing to commit (working directory clean)
somewhere@something:~/git_test$ git status *
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: test/test2.txt
#
Thanks,
Ben
On Mon, Jun 23, 2008 at 8:47 AM, Jakub Narebski <jnareb@gmail.com> wrote: