aboutsummaryrefslogtreecommitdiffstats
path: root/SOURCE/head.sh
diff options
context:
space:
mode:
authordanix <danix@danix.xyz>2023-04-14 11:57:37 +0200
committerdanix <danix@danix.xyz>2023-04-14 11:57:37 +0200
commitbba0734fdb0ddeea845a8534b24daf13cbda9d1d (patch)
treed93f7396e2347c0627de84e03500b92f01025720 /SOURCE/head.sh
parentcf6d89bcf906ba72560847cb804646b9cd8d99b4 (diff)
downloadbash-notes-bba0734fdb0ddeea845a8534b24daf13cbda9d1d.tar.gz
bash-notes-bba0734fdb0ddeea845a8534b24daf13cbda9d1d.zip
adding notes now pushes changes to remote
Diffstat (limited to 'SOURCE/head.sh')
-rw-r--r--SOURCE/head.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/SOURCE/head.sh b/SOURCE/head.sh
index 890d711..271367f 100644
--- a/SOURCE/head.sh
+++ b/SOURCE/head.sh
@@ -53,6 +53,8 @@ USEGIT=true
GITREMOTE=${GITREMOTE:-""}
# How long should we wait (in seconds) between sync on the git remote. Default 3600 (1 hour)
GITSYNCDELAY=${GITSYNCDELAY:-3600}
+# The name of this client. Defaults to the output of hostname
+GITCLIENT=${GITCLIENT:-""}
} # end set_defaults, do not change this line.