projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ab1e3
)
Adds merge parameters in configuration files.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 15 Oct 2010 14:36:42 +0000
(16:36 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 15 Oct 2010 14:36:42 +0000
(16:36 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
configs/platal.ini
patch
|
blob
|
blame
|
history
diff --git
a/configs/platal.ini
b/configs/platal.ini
index
a0cfbd1
..
a8cb4c2
100644
(file)
--- a/
configs/platal.ini
+++ b/
configs/platal.ini
@@
-381,3
+381,10
@@
auth_baseurl = ""
; Domain address where the aliases containing the list of (non-)subscribers
; of an event are created.
evts_domain = ""
+
+; The merge section contains parameters about the merge's state.
+[Merge]
+
+; $globals->merge->state
+; Pending before the merge, done afterwards.
+state = "pending"