Skip to content

tools/batch-rebase: Allow adding tags between topics:

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr478 into master

topics:

name: foo
remote: bar
base: foo-base
tip: foo

Add a tag between topics, to mark a boundary

  • action: tag name: mytag

    Empty string to avoid the suffix given with --tags-suffix

    suffix: ""

  • name: foo2 remote: bar base: foo-base2 tip: foo2

Merge request reports