changed git config determination to go-git (#41) [continue #45] (#62)

This commit is contained in:
6543
2019-10-28 21:10:20 +00:00
committed by techknowlogick
parent e456abcc8c
commit 3d128cfc69
674 changed files with 311827 additions and 75 deletions

View File

@@ -120,6 +120,7 @@ const (
commentCharKey = "commentChar"
windowKey = "window"
mergeKey = "merge"
rebaseKey = "rebase"
// DefaultPackWindow holds the number of previous objects used to
// generate deltas. The value 10 is the same used by git command.