From: Michelle S O. <ms...@ny...> - 2008-07-20 18:28:52
|
Hey javagit folks, When running the statusAll method on GitStatus I'm not getting back the expected result - a modified file is not being detected. Here's the output I get from actually running git status on the directory: # On branch master # Changed but not updated: # (use "git add <file>..." to update what will be committed) # # modified: src/hello.plugin # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # .classpath # .project # bin/ The result that I get is that I have 3 untracked files (correct) but no modified files at all. I stepped through in debug and it looks like the method matchModifiedFilePattern in CliGitStatus is returning false when called with the line containing '# modified: src/hello.plugin'. Let me know if I can provide any additional info to help. Thanks, Michelle |