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

Unified Diff: git_docs/git-thaw.txt

Issue 196133007: Add git_docs folder to depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: more doc stuff, depot_tools can now go on manpath 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
Index: git_docs/git-thaw.txt
diff --git a/git_docs/git-thaw.txt b/git_docs/git-thaw.txt
new file mode 100644
index 0000000000000000000000000000000000000000..feb447d1775c9bb11892239519625e58d8eb4a96
--- /dev/null
+++ b/git_docs/git-thaw.txt
@@ -0,0 +1,26 @@
+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[]

Powered by Google App Engine
This is Rietveld 408576698