denio7 / egit

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

Modify .git/config externally does not cause Eclipse to reload it #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Modify ~/.git/config, such as to change the URL for a remote.  Try to use
the push wizard (project right click->Team->Push To...) and the wizard sees
the old configured URL.  The only way to get it to pick up the new URL
seems to be to restart Eclipse.

We probably should be using a last modified time check on the config file,
just like we do for the packed-refs data.

Original issue reported on code.google.com by shawn.pe...@gmail.com on 25 Aug 2008 at 3:55

GoogleCodeExporter commented 8 years ago

Original comment by shawn.pe...@gmail.com on 25 Aug 2008 at 5:00

GoogleCodeExporter commented 8 years ago

Original comment by shawn.pe...@gmail.com on 5 Sep 2008 at 4:57

GoogleCodeExporter commented 8 years ago
A general fix for this is proposed in issue 40.

Original comment by jonas.fonseca on 20 Sep 2008 at 10:24

GoogleCodeExporter commented 8 years ago
Fixed in cc905e7d4be2334cdea984cf478901e904770292

Original comment by robin.ro...@gmail.com on 13 Jul 2010 at 8:36