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

Unified Diff: docs/src/depot_tools.txt

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/src/asciidoc-override.css ('k') | docs/src/git-freeze.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/src/depot_tools.txt
diff --git a/docs/src/depot_tools.txt b/docs/src/depot_tools.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7ae4dd28ed33d81c3cd8c4fa0d805dd130c8bab4
--- /dev/null
+++ b/docs/src/depot_tools.txt
@@ -0,0 +1,28 @@
+depot_tools(1)
+==============
+
+NAME
+----
+depot_tools - A collection of tools for dealing with Chromium development.
+
+DESCRIPTION
+-----------
+
+The Chromium depot_tools suite contains many tools to assist/augment the
+Chromium development environment. The tools may be downloaded from
+link:{sys3:git config remote.origin.url}[here].
+
+There are two primary categories of tools. Some of these tools are 'essential'
+to the development flow, in the sense that you cannot successfully develop
+Chromium without them.
+
+Other tools are merely 'helper' tools. Not required, but they can substantially
+ease the develpment workflow.
+
+A listing of both categories of tools follows.
+
+include::__essential.txt[maxdepth=1]
+
+include::__helper.txt[maxdepth=1]
+
+// vim: ft=asciidoc noexpandtab:
« no previous file with comments | « docs/src/asciidoc-override.css ('k') | docs/src/git-freeze.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698