From f284cd4c2f97e3143e70e64cad4e6f490a6b49f1 Mon Sep 17 00:00:00 2001 From: Mike Riley Date: Fri, 17 May 2019 12:18:10 -0400 Subject: Support the 'rebase' config key for branches Signed-off-by: Mike Riley --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index 2c3b8b9..ea614e9 100644 --- a/config/config.go +++ b/config/config.go @@ -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. -- cgit