We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23e25a commit 993fc09Copy full SHA for 993fc09
scripts/pre-push.hook
@@ -12,7 +12,7 @@ NC='\033[0m' # No Color
12
# Author: Jim Huang <[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)
+commit=$(git rev-list --skip 1 --grep '^Bump copyright' 0b8be2c15160c216e8b6ec82c99a000e81c0e429...HEAD)
16
if [ x"$commit" != x"50c5ac53d31adf6baac4f8d3db6b3ce2215fee40" ] ; then
17
echo -e "${RED}ERROR${NC}: This repository is insane."
18
echo -e "Make sure you did fork from https://github.com/sysprog21/lab0-c recently."
0 commit comments