Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

If you'd like to instead view the old legacy mode commit you can find instructions on that here.

If you would prefer to use our commit graph overĀ Bitbucket 6.1's commit graph. You can do so by disabling the default commit graph in Bitbucket's settings.

...

To disable Bitbucket's default commit graph, add the following to your bitbucket.properties config file in your share folder. You can find instructions on how to do that here.

Code Block
languagejava
linenumberstrue
feature.commit.graph=false

...