From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: HTTP trees trailing GIT trees
Date: Fri, 25 May 2007 13:15:49 +0200 [thread overview]
Message-ID: <f36g7l$2oe$1@sea.gmane.org> (raw)
In-Reply-To: Pine.LNX.4.64.0705241456080.4648@racer.site
Johannes Schindelin wrote:
> Hi,
>
> On Thu, 24 May 2007, Panagiotis Issaris wrote:
>
>> So, we're asking for /ffmpeg/info/refs, and the server is returning
>> c30fa8391812..., but, using GitWeb one can see that c30fa839812... is
>> not the last commit, this one is:
>> http://git.mplayerhq.hu/?p=ffmpeg;a=commit;
>> h=47d7dcb5a7d89f413064e7ef1b54d77e59fb8375
>
> So, info/refs is still old. This file should have been updated by
> git-update-server-info. I am not sure how this repo is updated, but I
> suspect that the wrong hook contains the call to update-server-info, or
> that the correct hook is not activated, or it does not have write
> permission.
If you push to repository (it is the usual setup for public
repositories), it would be enough to simply enable default
'post-update' hook (make it executable).
If you however for example commit to this public repository directly,
you would need to put call to git-update-server-info in the 'post-commit'
hook.
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2007-05-25 11:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-23 14:01 HTTP trees trailing GIT trees Panagiotis Issaris
2007-05-23 14:05 ` Petr Baudis
2007-05-23 14:11 ` Panagiotis Issaris
2007-05-23 14:15 ` Panagiotis Issaris
2007-05-24 12:44 ` Panagiotis Issaris
2007-05-24 13:57 ` Johannes Schindelin
2007-05-24 14:19 ` Panagiotis Issaris
2007-05-25 11:15 ` Jakub Narebski [this message]
2007-05-25 12:36 ` Johannes Schindelin
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='f36g7l$2oe$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.