[PATCH 15/16] Update contrib script to update agefiles per namespace

Jason A. Donenfeld Jason at zx2c4.com
Fri Jul 29 16:51:55 CEST 2016


On Sat, Jul 16, 2016 at 1:00 AM, Richard Maw <richard.maw at 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?


More information about the CGit mailing list