3-way git merge driver for PO files and development bootstrapping script (the start of it anyways)
This commit is contained in:
parent
d1971b6d2b
commit
2ac3633f69
2 changed files with 53 additions and 0 deletions
9
dev_tools/bootstrap_development_environment.sh
Executable file
9
dev_tools/bootstrap_development_environment.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Set up 3 way PO file merging, which we need for non-mainline branches
|
||||
cp scripts/git-merge-po /usr/local/bin
|
||||
chmod +x /usr/local/bin/git-merge-po
|
||||
cat git-config-git-merge-po >> ../.git/config
|
||||
cat git-attributes-git-merge-po >> ../.gitattributes
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue