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

Issue 200903002: Add documentation for git-map-branches, git-map, git-nav-downstream, (Closed)

Created:
6 years, 9 months ago by iannucci
Modified:
6 years, 9 months ago
Reviewers:
agable, szager1
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@documentation
Visibility:
Public.

Description

Add documentation for git-map-branches, git-map, git-nav-downstream, git-nav-upstream, as well as introduce a generic 'depot_tools' manpage with a listing of the other tools. This change also fully colorizes the EXAMPLE sections for the git-* commands to reflect their actual appearance on the console (html only, manpage has bolding hints). R=agable@chromium.org, szager@chromium.org BUG=261738 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=259338

Patch Set 1 #

Patch Set 2 : fix lineendings #

Total comments: 8

Patch Set 3 : Rename to docs #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1501 lines, -1989 lines) Patch
A + docs/html/depot_tools.html View 1 2 3 chunks +77 lines, -34 lines 0 comments Download
A + docs/html/git-freeze.html View 1 2 4 chunks +60 lines, -5 lines 0 comments Download
A + docs/html/git-map.html View 1 2 5 chunks +106 lines, -14 lines 0 comments Download
A + docs/html/git-map-branches.html View 1 2 5 chunks +85 lines, -14 lines 0 comments Download
A + docs/html/git-nav-downstream.html View 1 2 5 chunks +52 lines, -14 lines 0 comments Download
A + docs/html/git-nav-upstream.html View 1 2 5 chunks +44 lines, -20 lines 0 comments Download
A + docs/html/git-thaw.html View 1 2 2 chunks +11 lines, -4 lines 0 comments Download
A docs/man1/depot_tools.1 View 1 2 1 chunk +77 lines, -0 lines 0 comments Download
A + docs/man1/git-freeze.1 View 1 2 3 chunks +56 lines, -5 lines 0 comments Download
A docs/man1/git-map.1 View 1 2 1 chunk +162 lines, -0 lines 0 comments Download
A docs/man1/git-map-branches.1 View 1 2 1 chunk +162 lines, -0 lines 0 comments Download
A docs/man1/git-nav-downstream.1 View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
A + docs/man1/git-nav-upstream.1 View 1 2 2 chunks +36 lines, -10 lines 0 comments Download
A + docs/man1/git-thaw.1 View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A docs/src/.gitignore View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A docs/src/_footer.txt View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A docs/src/_git-freeze_desc.helper.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A docs/src/_git-map-branches_desc.helper.txt View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A docs/src/_git-map_desc.helper.txt View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A docs/src/_git-nav-downstream_desc.helper.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A docs/src/_git-nav-upstream_desc.helper.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A docs/src/_git-thaw_desc.helper.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A docs/src/asciidoc-override.css View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A docs/src/depot_tools.txt View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A docs/src/git-freeze.txt View 1 2 1 chunk +82 lines, -0 lines 0 comments Download
A docs/src/git-map.txt View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A docs/src/git-map-branches.txt View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
A docs/src/git-nav-downstream.txt View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A docs/src/git-nav-upstream.txt View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A + docs/src/git-thaw.txt View 1 2 2 chunks +4 lines, -1 line 0 comments Download
A + docs/src/make_docs.sh View 1 2 3 chunks +90 lines, -11 lines 0 comments Download
M git_docs/.gitignore View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M git_docs/_footer.txt View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M git_docs/git-freeze.txt View 1 2 1 chunk +0 lines, -32 lines 0 comments Download
M git_docs/git-thaw.txt View 1 2 1 chunk +0 lines, -26 lines 0 comments Download
M git_docs/htmlout/git-freeze.html View 1 2 1 chunk +0 lines, -793 lines 0 comments Download
M git_docs/htmlout/git-thaw.html View 1 2 1 chunk +0 lines, -787 lines 0 comments Download
M git_docs/make_docs.sh View 1 2 1 chunk +0 lines, -101 lines 0 comments Download
M man1/git-freeze.1 View 1 2 1 chunk +0 lines, -54 lines 0 comments Download
M man1/git-thaw.1 View 1 2 1 chunk +0 lines, -54 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
iannucci
PTAL
6 years, 9 months ago (2014-03-14 21:56:42 UTC) #1
agable
Why are html docs inside /git_docs/htmlout (despite also including depot_tools), while the man pages are ...
6 years, 9 months ago (2014-03-18 02:00:27 UTC) #2
iannucci
On 2014/03/18 02:00:27, agable wrote: > Why are html docs inside /git_docs/htmlout (despite also including ...
6 years, 9 months ago (2014-03-18 07:31:30 UTC) #3
agable
I think "add depot_tools to path and depot_tools/documentation to manpath" is completely reasonable, and we ...
6 years, 9 months ago (2014-03-18 15:28:38 UTC) #4
iannucci
Renamed. New hierarchy is * docs/src -- source of docs + tools * docs/manX -- ...
6 years, 9 months ago (2014-03-22 20:02:51 UTC) #5
iannucci
Also: can i haz lgtm pls? :D
6 years, 9 months ago (2014-03-22 20:03:09 UTC) #6
agable
On 2014/03/22 20:03:09, iannucci wrote: > Also: can i haz lgtm pls? :D Rietveld is ...
6 years, 9 months ago (2014-03-25 17:38:12 UTC) #7
iannucci
The CQ bit was checked by iannucci@chromium.org
6 years, 9 months ago (2014-03-25 21:27:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/200903002/70001
6 years, 9 months ago (2014-03-25 21:27:21 UTC) #9
iannucci
On 2014/03/25 17:38:12, agable wrote: > On 2014/03/22 20:03:09, iannucci wrote: > > Also: can ...
6 years, 9 months ago (2014-03-25 21:28:12 UTC) #10
commit-bot: I haz the power
6 years, 9 months ago (2014-03-25 21:30:38 UTC) #11
Message was sent while issue was closed.
Change committed as 259338

Powered by Google App Engine
This is Rietveld 408576698