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

Side by Side Diff: docs/src/git-thaw.txt

Issue 259863004: Move docs folder to man. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 7 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 unified diff | Download patch
« no previous file with comments | « docs/src/git-squash-branch.demo.1.sh ('k') | docs/src/git-upstream-diff.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 git-thaw(1)
2 =============
3
4 NAME
5 ----
6 git-thaw -
7 include::_git-thaw_desc.helper.txt[]
8
9 SYNOPSIS
10 --------
11 [verse]
12 'git thaw'
13
14 DESCRIPTION
15 -----------
16
17 `git thaw` takes a frozen branch (as made by linkgit:git-freeze[1]), and returns
18 it to the status that it was in before it was frozen.
19
20 If you freeze a branch multiple times (i.e. change files, freeze, change files,
21 freeze), `git thaw` will thaw all of the freezes.
22
23 SEE ALSO
24 --------
25 linkgit:git-freeze[1]
26
27 include::_footer.txt[]
28
29 // vim: ft=asciidoc:
OLDNEW
« no previous file with comments | « docs/src/git-squash-branch.demo.1.sh ('k') | docs/src/git-upstream-diff.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698