forked from gistya/expandr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
25 lines (25 loc) · 1.43 KB
/
config
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
[filter "main_config_live"]
clean = ~/.gitfilters/expandr.sh --action clean --db-domain main
smudge = ~/.gitfilters/expandr.sh --action smudge --accounts live --db live --branch live
[filter "tests_config_live"]
clean = ~/.gitfilters/expandr.sh --action clean --db-domain tests
smudge = ~/.gitfilters/expandr.sh --action smudge --accounts sandbox --db test --branch live
[filter "main_config_staging"]
clean = ~/.gitfilters/expandr.sh --action clean --db-domain main
smudge = ~/.gitfilters/expandr.sh --action smudge --accounts sandbox --db staging --branch staging
[filter "tests_config_staging"]
clean = ~/.gitfilters/expandr.sh --action clean --db-domain tests
smudge = ~/.gitfilters/expandr.sh --action smudge --accounts sandbox --db staging --branch staging
[filter "main_config_test"]
clean = ~/.gitfilters/expandr.sh --action clean --db-domain main
smudge = ~/.gitfilters/expandr.sh --action smudge --accounts sandbox --db test --branch test
[filter "tests_config_test"]
clean = ~/.gitfilters/expandr.sh --action clean --db-domain tests
smudge = ~/.gitfilters/expandr.sh --action smudge --accounts sandbox --db test --branch test
[filter "all_tests"]
clean = ~/.gitfilters/expandr.sh --action clean --db-domain tests
smudge = ~/.gitfilters/expandr.sh --action smudge --accounts both --db test --branch staging
[merge "ours"]
driver = true
[merge]
renormalize = true