OLD | NEW |
(Empty) | |
| 1 '\" t |
| 2 .\" Title: git-thaw |
| 3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
| 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> |
| 5 .\" Date: 03/13/2014 |
| 6 .\" Manual: Chromium depot_tools Manual |
| 7 .\" Source: depot_tools f48b2c2 |
| 8 .\" Language: English |
| 9 .\" |
| 10 .TH "GIT\-THAW" "1" "03/13/2014" "depot_tools f48b2c2" "Chromium depot_tools Man
ual" |
| 11 .\" ----------------------------------------------------------------- |
| 12 .\" * Define some portability stuff |
| 13 .\" ----------------------------------------------------------------- |
| 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 15 .\" http://bugs.debian.org/507673 |
| 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html |
| 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 18 .ie \n(.g .ds Aq \(aq |
| 19 .el .ds Aq ' |
| 20 .\" ----------------------------------------------------------------- |
| 21 .\" * set default formatting |
| 22 .\" ----------------------------------------------------------------- |
| 23 .\" disable hyphenation |
| 24 .nh |
| 25 .\" disable justification (adjust text to left margin only) |
| 26 .ad l |
| 27 .\" ----------------------------------------------------------------- |
| 28 .\" * MAIN CONTENT STARTS HERE * |
| 29 .\" ----------------------------------------------------------------- |
| 30 .SH "NAME" |
| 31 git-thaw \- Un\-freeze all changes on a frozen branch\&. |
| 32 .SH "SYNOPSIS" |
| 33 .sp |
| 34 .nf |
| 35 \fIgit thaw\fR |
| 36 .fi |
| 37 .sp |
| 38 .SH "DESCRIPTION" |
| 39 .sp |
| 40 git thaw takes a frozen branch (as made by \fBgit-freeze\fR(1)), and returns it
to the status that it was in before it was frozen\&. |
| 41 .sp |
| 42 If you freeze a branch multiple times (i\&.e\&. change files, freeze, change fil
es, freeze), git thaw will thaw all of the freezes\&. |
| 43 .SH "SEE ALSO" |
| 44 .sp |
| 45 \fBgit-freeze\fR(1) |
| 46 .SH "CHROMIUM DEPOT_TOOLS" |
| 47 .sp |
| 48 Part of the chromium depot_tools suite\&. These tools are meant to assist with t
he development of chromium and related projects\&. Download the tools from \m[bl
ue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&. |
| 49 .SH "NOTES" |
| 50 .IP " 1." 4 |
| 51 here |
| 52 .RS 4 |
| 53 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
| 54 .RE |
OLD | NEW |