Sebastian Harl <[EMAIL PROTECTED]> wrote Tue, Sep 09, 2008: > On Tue, Sep 09, 2008 at 03:07:06PM +0200, Gerfried Fuchs wrote: > > tig is really convenient and nice. Though, tig has this message > > "Refreshing is not yet supported for the main view" when pressing R in > > the main view - which would be really nice to have. Having to restart > > tig to get current repository informations is a bit inconvenient, even > > though it starts up impressively fast. :)
Yes, it has been saying that for some time now. > Are there any plans already to implement that? Are there any major > difficulties (besides lack of time ;-)) that prevented an implementation > so far? I agree that this would be a nice feature. I am happy to be able to provide a fix that might not be what I originally decided to do, but works for the time being. See the link below for the patch. It will be in tig-0.12 which I expect to release by the end of the week. http://repo.or.cz/w/tig.git?a=commitdiff;h=cae23453bf77ee4b9d037061b13d4f1c094700e1 My initial plan was to implement refreshing using the same aproach as gitk, which filters out reference specific options and path specific options. This allows gitk to show diffs limited to the paths given on the command line. I want to do something similar for tig in the long run. However, because the git command that was used when opening the main view is kept intact, tig can simply rerun that command and get the refreshing effect. -- Jonas Fonseca -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

