On Tue, Apr 3, 2012 at 09:56, Stefan Hajnoczi <stefa...@gmail.com> wrote: > >> tg: (a3b6181..) fix/make-clean (depends on: master) > > What's this? I'm curious. First I thought it was a signature joke that > I didn't get but I guess it's for some kind of commit tracking system?
No, it is not. To prepare a patch (or patch set), I use a tool called topgit. http://repo.or.cz/w/topgit.git It creates one git branch per patch, and you can add as many dependence branch as you want. When you want to "rebase" a patch, topgit will merge with the depends. -- Anthony PERARD