aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2013-09-23 16:13:30 +0200
committerAndré Erdmann <dywi@mailerd.de>2013-09-23 16:13:30 +0200
commit96b745e406b1030b4f3e7c84deaec4a938235e88 (patch)
treee5c80e650737f0431240b3607b1f28bfe550e8ec /config
parentdoc/html: roverlay-status script (diff)
downloadR_overlay-96b745e406b1030b4f3e7c84deaec4a938235e88.tar.gz
R_overlay-96b745e406b1030b4f3e7c84deaec4a938235e88.tar.bz2
R_overlay-96b745e406b1030b4f3e7c84deaec4a938235e88.zip
config/hookrc: more detailed comment
... about GIT_DEFAULT_REMOTE
Diffstat (limited to 'config')
-rw-r--r--config/hookrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/hookrc b/config/hookrc
index 59e3c75..a68eeca 100644
--- a/config/hookrc
+++ b/config/hookrc
@@ -2,13 +2,13 @@
#
# Defaults to "roverlay".
#
-#GIT_REPO_USER_NAME=""
+GIT_REPO_USER_NAME="Andre Erdmann"
# GIT_REPO_USER_EMAIL
#
# Defaults to "roverlay@undef.org".
#
-#GIT_REPO_USER_EMAIL=""
+GIT_REPO_USER_EMAIL="dywi@mailerd.de"
# GIT_COMMIT_MESSAGE
#
@@ -24,12 +24,13 @@
# GIT_DEFAULT_REMOTE
#
-# URL to the remote that is used as "origin" when initializing
-# a new git repo.
+# URL to the remote that is used as "origin" when (re-)initializing
+# a git repo that has no remote configured.
#
# Defaults to <not set>.
#
#GIT_DEFAULT_REMOTE=""
+GIT_DEFAULT_REMOTE="git://server.exists/repo.too"
# GIT_REMOTES
# zero or more "<remote> [<refspec>...]" lines specifying what to push