List for cgit developers and users
 help / color / mirror / Atom feed
From: thomas.moschny at gmx.de (Thomas Moschny)
Subject: git gc and idle times
Date: Wed, 1 Jun 2011 16:34:11 +0200	[thread overview]
Message-ID: <20110601163411.1aa713cf@andromeda.ipd.uni-karlsruhe.de> (raw)
In-Reply-To: <4DE4A557.7040604@hupie.com>


Ferry Huberts <mailings at hupie.com>:
> On 05/11/2011 04:06 PM, Thomas Moschny wrote:
> > One question however: After running git-gc on some of the
> > repositories, the overview page of cgit misses idle times for
> > those. The idle time is back after pushing a commit. Is there
> > something that needs to be adjusted/fixed manually after running
> > git-gc? Or is it a bug of cgit?
> 
> patch is in master: 21e0e0bfac660072a4518f91f59d5c4bf6e764b5

Thanks!

Meanwhile, I added this code to each post-update hook

git for-each-ref --format='%(committerdate)' \
  --sort=-committerdate --count=1 \
  > $GIT_DIR/info/web/last-modified

Works fine.

-- 
Thomas Moschny  <thomas.moschny at gmx.de>




      reply	other threads:[~2011-06-01 14:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-11 14:06 thomas.moschny
2011-05-11 14:47 ` cgit
2011-05-13 17:01   ` mailings
2011-05-31  8:22 ` mailings
2011-06-01 14:34   ` thomas.moschny [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110601163411.1aa713cf@andromeda.ipd.uni-karlsruhe.de \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).