On Tue, Aug 18, 2009 at 12:04 AM, Tom Preston-Werner<tom@xxxxxxxxxxx> wrote: > A post-upload-pack hook is desirable for Git hosts that need to > collect statistics on how many clones and/or fetches are made > on each repository. > > The hook is called with either "clone" or "fetch" as the only > argument, depending on whether a full pack file was sent to the > client or not. I was hoping to get some feedback on this patch, either positive or negative. Since we'll be applying this patch for our use of the Git Daemon on GitHub, it would be great to see it in core, so we don't have to maintain custom debian builds forever. I'd imagine that other Git hosting sites would find this hook useful as well. Thanks! Tom -- Tom Preston-Werner GitHub Cofounder http://tom.preston-werner.com github.com/mojombo -- 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