Skip to content

Git Branches

Matthieu Baerts edited this page Jul 14, 2019 · 7 revisions

Different branches on mptcp_net-next repo

  • master → like multipath-tcp/mptcp's mptcp_trunk branch but with less features
  • net-next → sync of Dave's net-next
  • t/upstream → top of the tree containing our changes on top of net-next
  • t/* → other topic: correspond to one commit we want to send upstream (see the TopGit files with .topdeps: parent topic(s) ; .topmsg: commit message)
  • export → an export of the tree on top of net-next: what we should send upstream
  • for-review → same as t/upstream but without TopGit files: can be use as a base and target for your reviews
Clone this wiki locally