11

I know review board is open source and I could modify the code myself, but I'm wondering if there is an easier way.

By "review board", I mean the web-based diff review tool that lives here: http://www.review-board.org/

Machavity
  • 30,841
  • 27
  • 92
  • 100
Josh Gibson
  • 21,808
  • 28
  • 67
  • 63

2 Answers2

6

I've not used the Review Board tool at all but the post-review docs do give some information about posting git commits to the tool. I would think this would be fairly simple to setup as post-commit hook in your git repository.

Brian Phillips
  • 12,693
  • 3
  • 29
  • 26
2

You can probably also use post-review in a pre/post push hook if you have a central git repository you are using.

Evgeny
  • 6,533
  • 5
  • 58
  • 64