You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(49) |
Aug
(19) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Gurdeep S. D. <gs...@ny...> - 2008-07-21 16:26:03
|
Hi Michelle, This is already fixed. I fixed it and did the release yesterday night. I had also logged it as a bug initially in sourceforge yesterday when you sent the mail. I'll be closing it once you confirm that it's working. thanks Gurdeep ----- Original Message ----- From: Michael Schidlowsky <mic...@cs...> Date: Monday, July 21, 2008 11:28 am Subject: Re: [Javagit-users] [Gitclipse-devel] Problem with GitStatus To: Michelle S Osborne <ms...@ny...> Cc: git...@li..., jav...@li... > 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 > > > > > > ------------------------------------------------------------------------- > 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=/ > _______________________________________________ > Javagit-users mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javagit-users |
From: Michael S. <mic...@cs...> - 2008-07-21 15:21:54
|
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 > > |
From: Gurdeep D. <gs...@ny...> - 2008-07-20 18:47:06
|
Hi Michelle, I am aware of this problem where git-status is not showing files correctly in the checked in version. If the files are modified under a subdirectory the pattern does not match and I have already corrected this but haven't pushed the changes as I am going to do a complete new git-status update tonight or if possible before that. Thanks Gurdeep From: Michelle S Osborne <ms...@ny...> Date: July 20, 2008 2:28:55 PM EDT To: jav...@li... Cc: git...@li... Subject: Problem with GitStatus 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 |
From: Michelle S O. <ms...@ny...> - 2008-07-20 18:29:08
|
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 |
From: James L. <jam...@gm...> - 2008-07-19 16:06:43
|
Hi Patrick, For now you'll need to build from source. Checkout the JavaGit trunk. Sections I. and II. in the JavaGit README.txt file describes how to build the jar file and suggests a few ways to manage developing using the jar file. If something is not clear, let us know. Cheers, James On Sat, Jul 19, 2008 at 1:27 AM, Patrick Winters <pat...@ny...> wrote: > ... repeated for mailing list archives ... > > Javagit Team, > Do you guys have a jar release? Is there anything downloadable? Or do I > need to build from source? > -- > Patrick |
From: Patrick W. <pat...@ny...> - 2008-07-19 05:27:41
|
... repeated for mailing list archives ... Javagit Team, Do you guys have a jar release? Is there anything downloadable? Or do I need to build from source? -- Patrick |