On Wed, Jan 04, 2012 at 05:33:40PM +0100, Clemens Buchacher wrote: > Hi Victor, > > On Wed, Jan 04, 2012 at 10:15:47AM +0100, Victor Engmark wrote: > > > > Is there some way to make `git-gui` rescan automatically when anything > > in the repository changes? > > How about doing it each time git gui gets focus? Or if that's to > much do it only if it gets focus _and_ the index has changed? Ideally (like in jEdit) this should be configurable. In Options -> General of jEdit, there are the following settings: "If open files are changed on disk", with options: * do nothing * prompt * automatically reload and notify user * autoreload without notification "Check for file change upon", with options: * application focus * application focus, visiting the buffer or saving any buffer * visiting the buffer or saving any buffer * visiting or saving the buffer * saving the buffer Based on this, I guess we could use the following settings: "When repository changes", with options: * do nothing [This could optionally disable the next setting] * prompt * rescan and notify user * rescan without notification "Check for repository changes", with options: * always [Could be implemented with something like `inotifywait -rm`] * upon application focus * upon staging, unstaging, committing or pushing I think I can see use cases for all these options, although it might be a bit much to chew for a first iteration. -- Victor Engmark terreActive AG Kasinostrasse 30 CH-5001 Aarau Tel: +41 62 834 00 55 Fax: +41 62 823 93 56 www.terreactive.ch Wir sichern Ihren Erfolg - seit 15 Jahren -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html