Hello Thomas, On Sat, Feb 27, 2010 at 11:39:49PM +0100, Thomas Schwinge wrote: > ... as proposed by me and acknowledged by David Bremner and Uwe Kleine-König on > 2010-01-27 in #topgit (freenode). > --- > README | 17 ++++++++++++++++- > 1 files changed, 16 insertions(+), 1 deletions(-) > > diff --git a/README b/README > index 495c70b..eab6fcd 100644 > --- a/README > +++ b/README > @@ -486,7 +486,22 @@ tg push > repository. By default the remote gets all dependencies > (both tgish and non-tgish) and bases pushed to. > > -TODO: tg rename > +tg rename > +~~~~~~~~~ > + There is no such command yet, but here's a receipe what ``tg rename OLD > + NEW'' would do: > + > + - Have a clean state before beginning. - assert NEW doesn't already exist? > + - git banch -r OLD NEW s/banch/branch/ > + - git update-ref refs/top-bases/NEW refs/top-bases/OLD '' > + - for BRANCH in (all branches that depend on OLD, > + i.e. reference OLD in .topdeps); do > + git checkout BRANCH > + sed -i 's%^OLD$%NEW$' .topdeps > + git commit -m 'OLD -> NEW' .topdeps > + done > + - tg summary > + - tg update as appropriate > > > IMPLEMENTATION Otherwise looks OK Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html