From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Tue, 14 Jan 2014 12:08:30 +0000 Subject: Idle time in project overview In-Reply-To: <52D5166F.9050103@sevenbyte.org> References: <52D5166F.9050103@sevenbyte.org> Message-ID: <20140114120830.GA7608@serenity.lan> On Tue, Jan 14, 2014 at 11:50:23AM +0100, Stefan Tatschner wrote: > I don't know if it is a bug or a feature but I think on this nice > mailing list I could ask without being shot or mutilated. :) > > If I have a git repository with multiple branches and I push to another > branch as 'master' the idle time on the project overview is not updated. > I think this behaviour is not correct. When I push to another branch as > master the project is absolutely not in an idle state. I think the idle > time should be updated when I push to any branch. This question comes up periodically. The answer is to use a hook to update an "agefile" on push. The best reference is this message: http://article.gmane.org/gmane.comp.version-control.cgit/1059 It would be nice to have that example hook in the repository somewhere (contrib/hooks/ ?) if someone feels like working up a patch...