On Sat, Jul 16, 2016 at 1:00 AM, Richard Maw <richard....@gmail.com> wrote:
> -agefile="$(git rev-parse --git-dir)"/info/web/last-modified
> +agefile="$(git rev-parse --git-dir)"/info/web
> +if [ -z "$GIT_NAMESPACE" ]; then
> +       agefile="$agefile/last-modified"
> +else
> +       agefile="$agefile/namespaced/$GIT_NAMESPACE/last-modified"
> +fi

namespaced --> namespaces?
_______________________________________________
CGit mailing list
CGit@lists.zx2c4.com
http://lists.zx2c4.com/mailman/listinfo/cgit

Reply via email to