Commit 873a9d04 authored by mmoss@chromium.org's avatar mmoss@chromium.org

Fix typo in git-footers docs.

R=luqui@chromium.org

Review URL: https://codereview.chromium.org/558783003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291893 0039d316-1c4b-4281-b951-d872f2087c98
parent 6f9c7cfb
...@@ -788,6 +788,14 @@ another. ...@@ -788,6 +788,14 @@ another.
</p> </p>
</dd> </dd>
<dt class="hdlist1"> <dt class="hdlist1">
<a href="git-footers.html">git-footers(1)</a>
</dt>
<dd>
<p>
Extract meta-information expressed as footers in a commit message.
</p>
</dd>
<dt class="hdlist1">
<a href="git-freeze.html">git-freeze(1)</a> <a href="git-freeze.html">git-freeze(1)</a>
</dt> </dt>
<dd> <dd>
...@@ -911,7 +919,7 @@ Print a diff of the current branch, compared to its upstream. ...@@ -911,7 +919,7 @@ Print a diff of the current branch, compared to its upstream.
<div id="footnotes"><hr /></div> <div id="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2014-08-25 16:31:24 PDT Last updated 2014-09-09 14:15:07 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.9" /> <meta name="generator" content="AsciiDoc 8.6.9" />
<title>git-freeze(1)</title> <title>git-footers(1)</title>
<style type="text/css"> <style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */ /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
...@@ -741,7 +741,7 @@ asciidoc.install(); ...@@ -741,7 +741,7 @@ asciidoc.install();
<body class="manpage"> <body class="manpage">
<div id="header"> <div id="header">
<h1> <h1>
git-freeze(1) Manual Page git-footers(1) Manual Page
</h1> </h1>
<h2>NAME</h2> <h2>NAME</h2>
<div class="sectionbody"> <div class="sectionbody">
...@@ -871,7 +871,7 @@ from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> ...@@ -871,7 +871,7 @@ from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
<div id="footnotes"><hr /></div> <div id="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2014-09-02 16:59:41 PDT Last updated 2014-09-09 14:13:46 PDT
</div> </div>
</div> </div>
</body> </body>
......
'\" t '\" t
.\" Title: git-freeze .\" Title: git-footers
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 09/02/2014 .\" Date: 09/09/2014
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools c9f28eb .\" Source: depot_tools 27c5488
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-FREEZE" "1" "09/02/2014" "depot_tools c9f28eb" "Chromium depot_tools Manual" .TH "GIT\-FOOTERS" "1" "09/09/2014" "depot_tools 27c5488" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: depot_tools .\" Title: depot_tools
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 08/25/2014 .\" Date: 09/09/2014
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools 19f1c45 .\" Source: depot_tools 40ce153
.\" Language: English .\" Language: English
.\" .\"
.TH "DEPOT_TOOLS" "7" "08/25/2014" "depot_tools 19f1c45" "Chromium depot_tools Manual" .TH "DEPOT_TOOLS" "7" "09/09/2014" "depot_tools 40ce153" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -52,6 +52,11 @@ Upload the diff between a revision and its parent to rietveld\&. ...@@ -52,6 +52,11 @@ Upload the diff between a revision and its parent to rietveld\&.
Apply a commit from the trunk to a release branch, or from one release branch to another\&. Apply a commit from the trunk to a release branch, or from one release branch to another\&.
.RE .RE
.PP .PP
\fBgit-footers\fR(1)
.RS 4
Extract meta\-information expressed as footers in a commit message\&.
.RE
.PP
\fBgit-freeze\fR(1) \fBgit-freeze\fR(1)
.RS 4 .RS 4
Freeze all changes on a branch (indexed and unindexed)\&. Freeze all changes on a branch (indexed and unindexed)\&.
......
git-freeze(1) git-footers(1)
============= ==============
NAME NAME
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment