Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2589)

Unified Diff: docs/man1/depot_tools.1

Issue 200903002: Add documentation for git-map-branches, git-map, git-nav-downstream, (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@documentation
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/html/git-thaw.html ('k') | docs/man1/git-freeze.1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/man1/depot_tools.1
diff --git a/docs/man1/depot_tools.1 b/docs/man1/depot_tools.1
new file mode 100644
index 0000000000000000000000000000000000000000..9834be0183611126d6d6e7dd78f5bffca1d73265
--- /dev/null
+++ b/docs/man1/depot_tools.1
@@ -0,0 +1,77 @@
+'\" t
+.\" Title: depot_tools
+.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\" Date: 03/14/2014
+.\" Manual: Chromium depot_tools Manual
+.\" Source: depot_tools a57ed8f
+.\" Language: English
+.\"
+.TH "DEPOT_TOOLS" "1" "03/14/2014" "depot_tools a57ed8f" "Chromium depot_tools Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+depot_tools \- A collection of tools for dealing with Chromium development\&.
+.SH "DESCRIPTION"
+.sp
+The Chromium depot_tools suite contains many tools to assist/augment the Chromium development environment\&. The tools may be downloaded from \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&.
+.sp
+There are two primary categories of tools\&. Some of these tools are \fIessential\fR to the development flow, in the sense that you cannot successfully develop Chromium without them\&.
+.sp
+Other tools are merely \fIhelper\fR tools\&. Not required, but they can substantially ease the develpment workflow\&.
+.sp
+A listing of both categories of tools follows\&.
+.SH "HELPER TOOLS"
+.PP
+\fBgit-freeze\fR(1)
+.RS 4
+Freeze all changes on a branch (indexed and unindexed)\&.
+.RE
+.PP
+\fBgit-map-branches\fR(1)
+.RS 4
+Helper script to display all local git branches with \(oqupstream\(cq hierarchy in colorized terminal format\&.
+.RE
+.PP
+\fBgit-map\fR(1)
+.RS 4
+Display history of all branches in a colorized terminal format\&.
+.RE
+.PP
+\fBgit-nav-downstream\fR(1)
+.RS 4
+Checkout a downstream branch of the currently checked out branch\&.
+.RE
+.PP
+\fBgit-nav-upstream\fR(1)
+.RS 4
+Checkout the upstream branch of the currently checked out branch\&.
+.RE
+.PP
+\fBgit-thaw\fR(1)
+.RS 4
+Un\-freeze all changes on a frozen branch\&.
+.RE
+.SH "NOTES"
+.IP " 1." 4
+here
+.RS 4
+\%https://chromium.googlesource.com/chromium/tools/depot_tools.git
+.RE
« no previous file with comments | « docs/html/git-thaw.html ('k') | docs/man1/git-freeze.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698