On 2/10/07, Marco Costalba <mcostalba@xxxxxxxxx> wrote:
> 'git runstatus' shows all the files also _before_ your patch has been applied (I have tested again now resetting HEAD so to remove your two patches).
This is the complete log under Windows (git with Cygwin distribution, but run _outside_ cygwin shell, directly in Windows cmd.exe shell). And _after_ under Linus, current git tree _without_ your last patches applied. *************** UNDER WINDOWS *********************** C:\varie\c\qgit4>git status # Untracked files: # (use "git add" to add to commit) # # AAA_convert.xls.lnk # Cygwin.lnk # Qt 4.2.2 Command Prompt.lnk # bld.bat # cmd.txt # explore2fs.exe.lnk # log.txt # qgit.lnk # src/object_script.qgit.Debug # src/object_script.qgit.Release # src/object_script.qgit_bin.Debug # src/object_script.qgit_bin.Release # start_qgit.bat nothing to commit C:\varie\c\qgit4>git runstatus # Untracked files: # (use "git add" to add to commit) # # AAA_convert.xls.lnk # Cygwin.lnk # Qt 4.2.2 Command Prompt.lnk # bld.bat # cmd.txt # explore2fs.exe.lnk # log.txt # qgit.lnk # src/object_script.qgit.Debug # src/object_script.qgit.Release # src/object_script.qgit_bin.Debug # src/object_script.qgit_bin.Release # start_qgit.bat nothing to commit *************** UNDER LINUX ************************** bash-3.1$ git status fatal: unable to create '.git/index.lock': Read-only file system bash-3.1$ git runstatus # On branch master # Changed but not updated: # (use "git add <file>..." to update what will be committed) # # modified: .gitignore # modified: README # modified: exception_manager.txt # modified: qgit.pro # modified: src/annotate.cpp # modified: src/annotate.h # modified: src/cache.cpp # modified: src/cache.h # modified: src/commit.ui # modified: src/commitimpl.cpp ------------- cut (all remaining files) ----------------------- # modified: src/resources/source_h.png # modified: src/resources/source_java.png # modified: src/resources/source_pl.png # modified: src/resources/source_py.png # modified: src/resources/tab_remove.png # modified: src/resources/tar.png # modified: src/resources/txt.png # modified: src/resources/view_choose.png # modified: src/resources/view_top_bottom.png # modified: src/resources/view_tree.png # modified: src/resources/wizard.png # modified: src/revdesc.cpp # modified: src/revdesc.h # modified: src/revsview.cpp # modified: src/revsview.h # modified: src/revsview.ui # modified: src/settings.ui # modified: src/settingsimpl.cpp # modified: src/settingsimpl.h # modified: src/src.pro # modified: src/todo.txt # modified: src/treeview.cpp # modified: src/treeview.h # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # AAA_convert.xls.lnk # Cygwin.lnk # Qt 4.2.2 Command Prompt.lnk # bld.bat # cmd.txt # explore2fs.exe.lnk # log.txt # qgit.lnk # src/object_script.qgit.Debug # src/object_script.qgit.Release # src/object_script.qgit_bin.Debug # src/object_script.qgit_bin.Release no changes added to commit (use "git add" and/or "git commit -a") bash-3.1$ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html