Autogenerated manpages for v1.5.3-rc2-4-g726f9
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 17 Jul 2007 10:40:28 +0000 (10:40 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 17 Jul 2007 10:40:28 +0000 (10:40 +0000)
man1/git-branch.1

index bf8388f1d31a5f28e921ddad4bd86328379a1ed1..b87cdddaa1f4aa60f9c933e1efe1a6828e0e3a29 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-BRANCH" "1" "07/03/2007" "Git 1.5.3.rc0" "Git Manual"
+.TH "GIT\-BRANCH" "1" "07/17/2007" "Git 1.5.3.rc2.4.g726f9" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -99,8 +99,8 @@ Delete unneeded branch
 .nf
 $ git clone git://git.kernel.org/.../git.git my.git
 $ cd my.git
-$ git branch \-d \-r todo html 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
 .sp
 \fB1. \fRdelete remote\-tracking branches "todo", "html", "man"