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

Unified Diff: git_docs/git-thaw.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 | « git_docs/git-freeze.txt ('k') | git_docs/htmlout/git-freeze.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_docs/git-thaw.txt
diff --git a/git_docs/git-thaw.txt b/git_docs/git-thaw.txt
deleted file mode 100644
index feb447d1775c9bb11892239519625e58d8eb4a96..0000000000000000000000000000000000000000
--- a/git_docs/git-thaw.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-git-thaw(1)
-=============
-
-NAME
-----
-git-thaw - Un-freeze all changes on a frozen branch.
-
-SYNOPSIS
---------
-[verse]
-'git thaw'
-
-DESCRIPTION
------------
-
-`git thaw` takes a frozen branch (as made by linkgit:git-freeze[1]), and returns
-it to the status that it was in before it was frozen.
-
-If you freeze a branch multiple times (i.e. change files, freeze, change files,
-freeze), `git thaw` will thaw all of the freezes.
-
-SEE ALSO
---------
-linkgit:git-freeze[1]
-
-include::_footer.txt[]
« no previous file with comments | « git_docs/git-freeze.txt ('k') | git_docs/htmlout/git-freeze.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698