From 4e648886512d4b5d13ada1bf0c2b99630b962d76 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Fri, 7 Jul 2023 22:10:39 +0800 Subject: [PATCH] feat: add cyan Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- scripts/githooks/pre-push | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/githooks/pre-push b/scripts/githooks/pre-push index ad17b3c48..8752023c6 100644 --- a/scripts/githooks/pre-push +++ b/scripts/githooks/pre-push @@ -73,13 +73,14 @@ time=$(date +"%Y-%m-%d %H:%M:%S") print_separator # Print time of submission -print_color "Time of submission: ${time}" "${BOLD_PREFIX}${CYAN_PREFIX}" - -author=$(git config user.name) -repository=$(basename -s .git $(git config --get remote.origin.url)) +print_color "PTIME: ${time}" "${BOLD_PREFIX}${CYAN_PREFIX}" +echo "" +Author=$(git config user.name) +Repository=$(basename -s .git $(git config --get remote.origin.url)) # Print additional information if needed print_color "Repository: ${repository}" "${BLUE_PREFIX}" +echo "" print_color "Author: ${author}" "${PURPLE_PREFIX}" # Print section separator