annotate cgit/post-receive.agefile @ 5:19a4c3672796 default tip

RE:重新新增Cgit配置文件
author Franklin Schmit <meokcin@gmail.com>
date Wed, 04 Sep 2024 08:15:23 +0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
1 #!/bin/sh
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
2 #
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
3 # An example hook to update the "agefile" for CGit's idle time calculation.
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
4 #
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
5 # This hook assumes that you are using the default agefile location of
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
6 # "info/web/last-modified". If you change the value in your cgitrc then you
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
7 # must also change it here.
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
8 #
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
9 # To install the hook, copy (or link) it to the file "hooks/post-receive" in
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
10 # each of your repositories.
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
11 #
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
12
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
13 agefile="$(git rev-parse --git-dir)"/info/web/last-modified
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
14
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
15 mkdir -p "$(dirname "$agefile")" &&
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
16 git for-each-ref \
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
17 --sort=-authordate --count=1 \
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
18 --format='%(authordate:iso8601)' \
19a4c3672796 RE:重新新增Cgit配置文件
Franklin Schmit <meokcin@gmail.com>
parents:
diff changeset
19 >"$agefile"
备案号:苏ICP备2024087954号-2 | 渝公网安备50010402001513