diff --git a/Documentation/config.txt b/Documentation/config.txt index c55c22ab7b..cc84d6a6af 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -776,6 +776,7 @@ branch..rebase:: instead of merging the default branch from the default remote when "git pull" is run. See "pull.rebase" for doing this in a non branch-specific manner. + When the value is `interactive`, the rebase is run in interactive mode. + When preserve, also pass `--preserve-merges` along to 'git rebase' so that locally committed merge commits will not be flattened