Autogenerated manpages for v1.5.2-rc3-50-gfdcb7
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 16 May 2007 22:46:33 +0000 (22:46 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 16 May 2007 22:46:33 +0000 (22:46 +0000)
man1/git-branch.1

index 3293f1cb33644a7c532de5afb36b1c7da7557a49..3c4e5256c03bd434ef8ba7ad3266a1689def0761 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" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual"
+.TH "GIT\-BRANCH" "1" "05/16/2007" "Git 1.5.2.rc3.50.gfdcb7" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -105,7 +105,7 @@ $ git branch \-D test               \fB(2)\fR
 .sp
 \fB1. \fRdelete remote\-tracking branches "todo", "html", "man"
 .br
-\fB2. \fRdelete "test" branch even if the "master" branch does not have all commits from todo branch.
+\fB2. \fRdelete "test" branch even if the "master" branch does not have all commits from test branch.
 .br
 .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.