Repository: kylin Updated Branches: refs/heads/master 5dc5ac85f -> 973ecc749
minor but important, add .gitconfig Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/973ecc74 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/973ecc74 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/973ecc74 Branch: refs/heads/master Commit: 973ecc74943613e32e5a9145bff3cad4fe48e01f Parents: 5dc5ac8 Author: Li Yang <liy...@apache.org> Authored: Tue Sep 13 17:22:24 2016 +0800 Committer: Li Yang <liy...@apache.org> Committed: Tue Sep 13 17:22:24 2016 +0800 ---------------------------------------------------------------------- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/973ecc74/.gitconfig ---------------------------------------------------------------------- diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..88bd52b --- /dev/null +++ b/.gitconfig @@ -0,0 +1,3 @@ +[core] + ignorecase = false + autocrlf = false