diff options
author | André Erdmann <dywi@mailerd.de> | 2013-09-23 16:13:30 +0200 |
---|---|---|
committer | André Erdmann <dywi@mailerd.de> | 2013-09-23 16:13:30 +0200 |
commit | 96b745e406b1030b4f3e7c84deaec4a938235e88 (patch) | |
tree | e5c80e650737f0431240b3607b1f28bfe550e8ec /config | |
parent | doc/html: roverlay-status script (diff) | |
download | R_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/hookrc | 9 |
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 |