From: Junio C Hamano Date: Wed, 16 May 2007 22:46:33 +0000 (+0000) Subject: Autogenerated manpages for v1.5.2-rc3-50-gfdcb7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f11cf387d00ab3efe274c9ae9acb9fa91f85a1e;p=git.git Autogenerated manpages for v1.5.2-rc3-50-gfdcb7 --- diff --git a/man1/git-branch.1 b/man1/git-branch.1 index 3293f1cb3..3c4e5256c 100644 --- a/man1/git-branch.1 +++ b/man1/git-branch.1 @@ -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.