From: Junio C Hamano Date: Tue, 17 Jul 2007 10:40:28 +0000 (+0000) Subject: Autogenerated manpages for v1.5.3-rc2-4-g726f9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03a20597f69eb62e717be0073cc7136b842d81ce;p=git.git Autogenerated manpages for v1.5.3-rc2-4-g726f9 --- diff --git a/man1/git-branch.1 b/man1/git-branch.1 index bf8388f1d..b87cdddaa 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" "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"