Code

add configuration variable for --autosquash option of interactive rebase
[git.git] / Documentation / config.txt
index 79d54e546a7823eb7b9da2a1fc99961a26123f63..9e3c48bd8c59723bdd7bf43ce9a9c8d6cf63bbe0 100644 (file)
@@ -1533,6 +1533,9 @@ rebase.stat::
        Whether to show a diffstat of what changed upstream since the last
        rebase. False by default.
 
+rebase.autosquash::
+       If set to true enable '--autosquash' option by default.
+
 receive.autogc::
        By default, git-receive-pack will run "git-gc --auto" after
        receiving data from git-push and updating refs.  You can stop