blob: b406ab5e685d5d9156551b7c8c2109acedd5d634 [file] [log] [blame]
Kenneth Russell11122552016-03-25 17:22:21 -07001REM Add [include] of repo's .gitconfig in clone's .git/config.
2REM This only needs to be run once.
3
4REM
5REM Copyright (c) 2016 The Khronos Group Inc.
6REM
7REM Permission is hereby granted, free of charge, to any person obtaining a
8REM copy of this software and/or associated documentation files (the
9REM "Materials"), to deal in the Materials without restriction, including
10REM without limitation the rights to use, copy, modify, merge, publish,
11REM distribute, sublicense, and/or sell copies of the Materials, and to
12REM permit persons to whom the Materials are furnished to do so, subject to
13REM the following conditions:
14REM
15REM The above copyright notice and this permission notice shall be included
16REM in all copies or substantial portions of the Materials.
17REM
18REM THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19REM EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20REM MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21REM IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22REM CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23REM TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24REM MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
25REM Set colors
26
27git config --local include.path ..\.gitconfig
28echo Git config was successfully set.