denio7 / egit

Automatically exported from code.google.com/p/egit
0 stars 0 forks source link

Update Index (refresh) doesn't do anything obvious #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Open a project that has a pre-existing git repository (project and contents
outside of workspace). Modify a file in the project, foo.c, then the file
decoration looks right, as expected, '> foo.c (not updated)'.

Open a context menu on the file 'Team > Update Index (Refresh)', then
nothing happens.  I would have expected this command to be the equivalent
of 'git add foo.c', which when done from the shell changes the decoration
to '> foo.c', dropping the '(not updated)'.  

What is 'Team > Update Index (refresh)' supposed to do?  Is there the
equivalent of the CVS Console view planned?

Using 0.4.0 plugin with 1.6 java, eclipse 3.4.1 on redhat enterprise 5.3.

Original issue reported on code.google.com by david.le...@windriver.com on 16 Jun 2009 at 8:37

GoogleCodeExporter commented 8 years ago

Original comment by robin.ro...@gmail.com on 22 Jun 2009 at 9:24

GoogleCodeExporter commented 8 years ago
How do I get hold of the posted patch?

Original comment by david.le...@windriver.com on 23 Jun 2009 at 6:09

GoogleCodeExporter commented 8 years ago
The patch was posted to the Git Mailing list. It is now included as
19cf171c318d4043caff3017f648e7346e9feb29 in version 0.5.0

Original comment by robin.ro...@gmail.com on 24 Jul 2009 at 6:46