Search code examples
gitgit-configgit-interactive-rebase

What's the default value for Git `rebase.instructionFormat` config variable?


Git 2.6 added the rebase.instructionFormat config variable for configuring the format of the interactive rebase instruction lines. As per the documentation, the different formatting options one can choose come from git log. But the documentation does not state, that if one were to start customizing this config, what is the default value for that variable?


Solution

  • It's currently %s (=commit subject). Hard to say why it's not documented.