aboutsummaryrefslogtreecommitdiff
blob: 8eb686cc982de11b7ae6784d92dc9d07e5a3f5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# GIT_REPO_USER_NAME
#
#  Defaults to "roverlay".
#
#GIT_REPO_USER_NAME=""

# GIT_REPO_USER_EMAIL
#
#  Defaults to "roverlay@undef.org".
#
#GIT_REPO_USER_EMAIL=""

# GIT_COMMIT_MESSAGE
#
#  Defaults to "roverlay updates".
#
#GIT_COMMIT_MESSAGE='roverlay updates'

# GIT_COMMIT_MAX_LINE_WIDTH
#
#  Defaults to 79.
#
#GIT_COMMIT_MAX_LINE_WIDTH=79

# GIT_DEFAULT_REMOTE
#
#  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_REMOTES
#  zero or more "<remote> [<refspec>...]" lines specifying what to push
#  to which remote.
#
#  Defaults to "${GIT_DEFAULT_REMOTE:-origin} master" if commented out.
#
#GIT_REMOTES="
#git://example1.org/repo.git :
#git://example2.org/repo.git master:master"
#
#GIT_REMOTES=""

# GIT_PUSH_ARGS
#  additional args for "git push".
#
#  Defaults to <not set>.
#
#GIT_PUSH_ARGS="--quiet --all"
GIT_PUSH_ARGS="--quiet"