Skip to content

Commit a8f4970

Browse files
authored
Merge pull request #185 from jserv/repo-sanity-check
Adjust the range for pre-push git hook
2 parents 0c2680a + 1fc33ab commit a8f4970

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/pre-push.hook

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ YELLOW='\033[1;33m'
88
NC='\033[0m' # No Color
99

1010
# Validate repository
11-
# commit 3ed17237af5b1ead6c394df5099bc2bc1f8392df (HEAD -> bump-copyright-year)
12-
# Author: Jim Huang <jserv@ccns.ncku.edu.tw>
13-
# Date: Tue Feb 20 03:59:49 2024 +0800
14-
# Bump copyright year
15-
commit=$(git rev-list --skip 1 --grep '^Bump copyright' 1aca5b98471765db50c91e03298e49bf7c08cdbc...HEAD)
16-
if [ x"$commit" != x"3ed17237af5b1ead6c394df5099bc2bc1f8392df" ] ; then
11+
# commit 50c5ac53d31adf6baac4f8d3db6b3ce2215fee40
12+
# Author: Jim Huang <jserv[email protected]>
13+
# Date: Thu Feb 20 05:20:55 2025 +0800
14+
# Bump copyright year
15+
commit=$(git rev-list --skip 1 --grep '^Bump copyright' 0c2680aedb95dba0b7faa0b3acf784b55826652f...HEAD)
16+
if [ x"$commit" != x"50c5ac53d31adf6baac4f8d3db6b3ce2215fee40" ] ; then
1717
echo -e "${RED}ERROR${NC}: This repository is insane."
1818
echo -e "Make sure you did fork from https://github.com/sysprog21/lab0-c recently."
1919
echo ""

0 commit comments

Comments
 (0)