From: Michael S. <mic...@cs...> - 2008-07-21 15:21:42
|
Michelle, Can you log this as a defect on sourceforge? ... Someone from the javagit team, please assign this defect to yourself and fix it. :) Thanks, Michael On Sun, Jul 20, 2008 at 2:28 PM, Michelle S Osborne <ms...@ny...> wrote: > 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 > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gitclipse-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel > > |