tag 497883 patch thanks Please find simple patch to address this issue.
Thanks. -- Cheers, Kartik Mistry | 0xD1028C8D | IRC: kart_ Homepage: people.debian.org/~kartik Blog.en: ftbfs.wordpress.com Blog.gu: kartikm.wordpress.com
--- git-branch.1.orig 2008-09-05 11:50:05.000000000 +0530 +++ git-branch.1 2008-09-05 11:53:33.000000000 +0530 @@ -166,13 +166,13 @@ .nf $ git clone git://git\&.kernel\&.org/pub/scm/\&.\&.\&./linux\-2\&.6 my2\&.6 $ cd my2\&.6 -$ git branch my2\&.6\&.14 v2\&.6\&.14 âfB(1)âfR +$ git branch my2\&.6\&.14 v2\&.6\&.14 \fB(1)\fR $ git checkout my2\&.6\&.14 .fi .RE -âsp -âfB1. âfRThis step and the next one could be combined into a single step with "checkout \-b my2\&.6\&.14 v2\&.6\&.14"\&. -âbr +.sp +\fB1. \fRThis step and the next one could be combined into a single step with "checkout \-b my2\&.6\&.14 v2\&.6\&.14"\&. +.br .RE .PP Delete unneeded branch @@ -182,20 +182,20 @@ .nf $ git clone git://git\&.kernel\&.org/\&.\&.\&./git\&.git my\&.git $ cd my\&.git -$ git branch \-d \-r origin/todo origin/html origin/man âfB(1)âfR -$ git branch \-D test âfB(2)âfR +$ git branch \-d \-r origin/todo origin/html origin/man \fB(1)\fR +$ git branch \-D test \fB(2)\fR .fi .RE -âsp -âfB1. âfRDelete remote\-tracking branches "todo", "html", "man"\&. Next +.sp +\fB1. \fRDelete remote\-tracking branches "todo", "html", "man"\&. Next \fIfetch\fR or \fIpull\fR will create them again unless you configure them not to\&. See \fBgit-fetch\fR(1)\&. -âbr -âfB2. âfRDelete "test" branch even if the "master" branch (or whichever branch is currently checked out) does not have all commits from test branch\&. -âbr +.br +\fB2. \fRDelete "test" branch even if the "master" branch (or whichever branch is currently checked out) does not have all commits from test branch\&. +.br .RE .SH "NOTES" If you are creating a branch that you want to immediately checkout, it\'s easier to use the git checkout command with its \-b option to create a branch and check it out with a single command\&.