[git-users] git commit not doing anything

2010-08-30 Thread David Doria
I have some staged files: [dor...@localhost VTK-GraphColors]$ git status # On branch VTK-GraphColors # Changes to be committed: # (use git reset HEAD file... to unstage) # # modified: Infovis/vtkApplyColors.cxx # modified: Infovis/vtkApplyColors.h # modified:

Re: [git-users] git commit not doing anything

2010-08-30 Thread iñigo medina
Hi David, did you try with git commit -a? iñ I have some staged files: [dor...@localhost VTK-GraphColors]$ git status # On branch VTK-GraphColors # Changes to be committed: # (use git reset HEAD file... to unstage) # # modified: Infovis/vtkApplyColors.cxx # modified: