danix
's git repository
home
/
my projects
/
git_shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b6240
)
edited multimail path to be version agnostic
author
danix
<danix@danix.xyz>
Sun, 26 Apr 2020 19:08:04 +0000
(21:08 +0200)
committer
danix
<danix@danix.xyz>
Sun, 26 Apr 2020 19:08:04 +0000
(21:08 +0200)
create
patch
|
blob
|
blame
|
history
diff --git
a/create
b/create
index
927a575
..
e7185fd
100755
(executable)
--- a/
create
+++ b/
create
@@
-5,7
+5,7
@@
GITDIR="/var/git"
BASEDIR=".gitbase"
-MULTIMAIL="/usr/doc/git-
2.14.5
/contrib/hooks/multimail/git_multimail.py"
+MULTIMAIL="/usr/doc/git-
*
/contrib/hooks/multimail/git_multimail.py"
GITUSER="git"
GITGRP="git"
VENVSDIR="/usr/local/venvs"