blob: fb35e7a35f18518f82d5b585dedf1d0bb3562528 [file] [log] [blame]
Junio C Hamano944ce252018-05-30 22:25:261<?xml version="1.0" encoding="UTF-8"?>
Junio C Hamano1a4e8412005-12-27 08:17:232<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5<head>
Junio C Hamano9d971152012-12-19 00:43:116<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
Junio C Hamano944ce252018-05-30 22:25:267<meta name="generator" content="AsciiDoc 8.6.10" />
Junio C Hamano68cf15a2010-11-06 01:01:598<title>git-reset(1)</title>
Junio C Hamano1a4e8412005-12-27 08:17:239<style type="text/css">
Junio C Hamano9d971152012-12-19 00:43:1110/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
11
12/* Default font. */
13body {
14 font-family: Georgia,serif;
15}
16
17/* Title font. */
18h1, h2, h3, h4, h5, h6,
19div.title, caption.title,
20thead, p.table.header,
21#toctitle,
22#author, #revnumber, #revdate, #revremark,
23#footer {
24 font-family: Arial,Helvetica,sans-serif;
Junio C Hamano1a4e8412005-12-27 08:17:2325}
26
27body {
28 margin: 1em 5% 1em 5%;
29}
30
Junio C Hamanoba4b9282008-07-06 05:20:3131a {
32 color: blue;
33 text-decoration: underline;
34}
35a:visited {
36 color: fuchsia;
37}
Junio C Hamano1a4e8412005-12-27 08:17:2338
39em {
40 font-style: italic;
Junio C Hamano68cf15a2010-11-06 01:01:5941 color: navy;
Junio C Hamano1a4e8412005-12-27 08:17:2342}
43
44strong {
45 font-weight: bold;
Junio C Hamano68cf15a2010-11-06 01:01:5946 color: #083194;
Junio C Hamano1a4e8412005-12-27 08:17:2347}
48
Junio C Hamano1a4e8412005-12-27 08:17:2349h1, h2, h3, h4, h5, h6 {
50 color: #527bbd;
Junio C Hamano1a4e8412005-12-27 08:17:2351 margin-top: 1.2em;
52 margin-bottom: 0.5em;
53 line-height: 1.3;
54}
55
Junio C Hamanoba4b9282008-07-06 05:20:3156h1, h2, h3 {
Junio C Hamano1a4e8412005-12-27 08:17:2357 border-bottom: 2px solid silver;
58}
59h2 {
Junio C Hamano1a4e8412005-12-27 08:17:2360 padding-top: 0.5em;
61}
Junio C Hamanoba4b9282008-07-06 05:20:3162h3 {
63 float: left;
64}
65h3 + * {
66 clear: left;
67}
Junio C Hamano9d971152012-12-19 00:43:1168h5 {
69 font-size: 1.0em;
70}
Junio C Hamano1a4e8412005-12-27 08:17:2371
72div.sectionbody {
Junio C Hamano1a4e8412005-12-27 08:17:2373 margin-left: 0;
74}
75
76hr {
77 border: 1px solid silver;
78}
79
80p {
81 margin-top: 0.5em;
82 margin-bottom: 0.5em;
83}
84
Junio C Hamano68cf15a2010-11-06 01:01:5985ul, ol, li > p {
86 margin-top: 0;
87}
Junio C Hamano9d971152012-12-19 00:43:1188ul > li { color: #aaa; }
89ul > li > * { color: black; }
Junio C Hamano68cf15a2010-11-06 01:01:5990
Junio C Hamanoc14e6ad2014-10-31 20:25:5391.monospaced, code, pre {
92 font-family: "Courier New", Courier, monospace;
93 font-size: inherit;
94 color: navy;
Junio C Hamano1a4e8412005-12-27 08:17:2395 padding: 0;
96 margin: 0;
97}
Junio C Hamanoc14e6ad2014-10-31 20:25:5398pre {
99 white-space: pre-wrap;
100}
Junio C Hamano1a4e8412005-12-27 08:17:23101
Junio C Hamano9d971152012-12-19 00:43:11102#author {
Junio C Hamano1a4e8412005-12-27 08:17:23103 color: #527bbd;
Junio C Hamano1a4e8412005-12-27 08:17:23104 font-weight: bold;
Junio C Hamanoba4b9282008-07-06 05:20:31105 font-size: 1.1em;
Junio C Hamano1a4e8412005-12-27 08:17:23106}
Junio C Hamano9d971152012-12-19 00:43:11107#email {
Junio C Hamano1a4e8412005-12-27 08:17:23108}
Junio C Hamano9d971152012-12-19 00:43:11109#revnumber, #revdate, #revremark {
Junio C Hamano1a4e8412005-12-27 08:17:23110}
111
Junio C Hamano9d971152012-12-19 00:43:11112#footer {
Junio C Hamano1a4e8412005-12-27 08:17:23113 font-size: small;
114 border-top: 2px solid silver;
115 padding-top: 0.5em;
116 margin-top: 4.0em;
117}
Junio C Hamano9d971152012-12-19 00:43:11118#footer-text {
Junio C Hamano1a4e8412005-12-27 08:17:23119 float: left;
120 padding-bottom: 0.5em;
121}
Junio C Hamano9d971152012-12-19 00:43:11122#footer-badges {
Junio C Hamano1a4e8412005-12-27 08:17:23123 float: right;
124 padding-bottom: 0.5em;
125}
126
Junio C Hamano9d971152012-12-19 00:43:11127#preamble {
Junio C Hamano68cf15a2010-11-06 01:01:59128 margin-top: 1.5em;
129 margin-bottom: 1.5em;
130}
Junio C Hamano9d971152012-12-19 00:43:11131div.imageblock, div.exampleblock, div.verseblock,
Junio C Hamano1a4e8412005-12-27 08:17:23132div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
133div.admonitionblock {
Junio C Hamano7bd050f2011-09-22 06:32:22134 margin-top: 1.0em;
Junio C Hamano1a4e8412005-12-27 08:17:23135 margin-bottom: 1.5em;
136}
137div.admonitionblock {
Junio C Hamano7bd050f2011-09-22 06:32:22138 margin-top: 2.0em;
139 margin-bottom: 2.0em;
140 margin-right: 10%;
141 color: #606060;
Junio C Hamano1a4e8412005-12-27 08:17:23142}
143
144div.content { /* Block element content. */
145 padding: 0;
146}
147
148/* Block element titles. */
149div.title, caption.title {
Junio C Hamano68cf15a2010-11-06 01:01:59150 color: #527bbd;
Junio C Hamano1a4e8412005-12-27 08:17:23151 font-weight: bold;
152 text-align: left;
153 margin-top: 1.0em;
154 margin-bottom: 0.5em;
155}
156div.title + * {
157 margin-top: 0;
158}
159
160td div.title:first-child {
161 margin-top: 0.0em;
162}
163div.content div.title:first-child {
164 margin-top: 0.0em;
165}
166div.content + div.title {
167 margin-top: 0.0em;
168}
169
170div.sidebarblock > div.content {
171 background: #ffffee;
Junio C Hamano9d971152012-12-19 00:43:11172 border: 1px solid #dddddd;
173 border-left: 4px solid #f0f0f0;
Junio C Hamano1a4e8412005-12-27 08:17:23174 padding: 0.5em;
175}
176
177div.listingblock > div.content {
Junio C Hamano9d971152012-12-19 00:43:11178 border: 1px solid #dddddd;
179 border-left: 5px solid #f0f0f0;
180 background: #f8f8f8;
Junio C Hamano1a4e8412005-12-27 08:17:23181 padding: 0.5em;
182}
183
Junio C Hamano7bd050f2011-09-22 06:32:22184div.quoteblock, div.verseblock {
185 padding-left: 1.0em;
186 margin-left: 1.0em;
Junio C Hamano68cf15a2010-11-06 01:01:59187 margin-right: 10%;
Junio C Hamano9d971152012-12-19 00:43:11188 border-left: 5px solid #f0f0f0;
189 color: #888;
Junio C Hamano1a4e8412005-12-27 08:17:23190}
Junio C Hamano7bd050f2011-09-22 06:32:22191
Junio C Hamano68cf15a2010-11-06 01:01:59192div.quoteblock > div.attribution {
193 padding-top: 0.5em;
Junio C Hamano1a4e8412005-12-27 08:17:23194 text-align: right;
195}
Junio C Hamano68cf15a2010-11-06 01:01:59196
Junio C Hamano9d971152012-12-19 00:43:11197div.verseblock > pre.content {
198 font-family: inherit;
199 font-size: inherit;
Junio C Hamano68cf15a2010-11-06 01:01:59200}
201div.verseblock > div.attribution {
202 padding-top: 0.75em;
203 text-align: left;
204}
205/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
Junio C Hamanoba4b9282008-07-06 05:20:31206div.verseblock + div.attribution {
207 text-align: left;
208}
Junio C Hamano1a4e8412005-12-27 08:17:23209
210div.admonitionblock .icon {
211 vertical-align: top;
212 font-size: 1.1em;
213 font-weight: bold;
214 text-decoration: underline;
215 color: #527bbd;
216 padding-right: 0.5em;
217}
218div.admonitionblock td.content {
219 padding-left: 0.5em;
Junio C Hamano7bd050f2011-09-22 06:32:22220 border-left: 3px solid #dddddd;
Junio C Hamano1a4e8412005-12-27 08:17:23221}
222
223div.exampleblock > div.content {
Junio C Hamano7bd050f2011-09-22 06:32:22224 border-left: 3px solid #dddddd;
225 padding-left: 0.5em;
Junio C Hamano1a4e8412005-12-27 08:17:23226}
227
Junio C Hamano1a4e8412005-12-27 08:17:23228div.imageblock div.content { padding-left: 0; }
Junio C Hamanoc14e6ad2014-10-31 20:25:53229span.image img { border-style: none; vertical-align: text-bottom; }
Junio C Hamano68cf15a2010-11-06 01:01:59230a.image:visited { color: white; }
Junio C Hamano1a4e8412005-12-27 08:17:23231
232dl {
233 margin-top: 0.8em;
234 margin-bottom: 0.8em;
235}
236dt {
237 margin-top: 0.5em;
238 margin-bottom: 0;
Junio C Hamano68cf15a2010-11-06 01:01:59239 font-style: normal;
240 color: navy;
Junio C Hamano1a4e8412005-12-27 08:17:23241}
242dd > *:first-child {
Junio C Hamano68cf15a2010-11-06 01:01:59243 margin-top: 0.1em;
Junio C Hamano1a4e8412005-12-27 08:17:23244}
245
246ul, ol {
247 list-style-position: outside;
248}
Junio C Hamano68cf15a2010-11-06 01:01:59249ol.arabic {
250 list-style-type: decimal;
251}
252ol.loweralpha {
Junio C Hamano1a4e8412005-12-27 08:17:23253 list-style-type: lower-alpha;
254}
Junio C Hamano68cf15a2010-11-06 01:01:59255ol.upperalpha {
256 list-style-type: upper-alpha;
257}
258ol.lowerroman {
259 list-style-type: lower-roman;
260}
261ol.upperroman {
262 list-style-type: upper-roman;
263}
264
265div.compact ul, div.compact ol,
266div.compact p, div.compact p,
267div.compact div, div.compact div {
268 margin-top: 0.1em;
269 margin-bottom: 0.1em;
270}
Junio C Hamano1a4e8412005-12-27 08:17:23271
Junio C Hamano1a4e8412005-12-27 08:17:23272tfoot {
273 font-weight: bold;
274}
Junio C Hamano68cf15a2010-11-06 01:01:59275td > div.verse {
276 white-space: pre;
277}
Junio C Hamano68cf15a2010-11-06 01:01:59278
279div.hdlist {
Junio C Hamano1a4e8412005-12-27 08:17:23280 margin-top: 0.8em;
281 margin-bottom: 0.8em;
282}
Junio C Hamano68cf15a2010-11-06 01:01:59283div.hdlist tr {
284 padding-bottom: 15px;
Junio C Hamanoba4b9282008-07-06 05:20:31285}
Junio C Hamano68cf15a2010-11-06 01:01:59286dt.hdlist1.strong, td.hdlist1.strong {
287 font-weight: bold;
288}
289td.hdlist1 {
Junio C Hamano1a4e8412005-12-27 08:17:23290 vertical-align: top;
Junio C Hamano68cf15a2010-11-06 01:01:59291 font-style: normal;
Junio C Hamano1a4e8412005-12-27 08:17:23292 padding-right: 0.8em;
Junio C Hamano68cf15a2010-11-06 01:01:59293 color: navy;
Junio C Hamano1a4e8412005-12-27 08:17:23294}
Junio C Hamano68cf15a2010-11-06 01:01:59295td.hdlist2 {
Junio C Hamano1a4e8412005-12-27 08:17:23296 vertical-align: top;
297}
Junio C Hamano68cf15a2010-11-06 01:01:59298div.hdlist.compact tr {
299 margin: 0;
300 padding-bottom: 0;
301}
302
303.comment {
304 background: yellow;
305}
Junio C Hamano1a4e8412005-12-27 08:17:23306
Junio C Hamano7bd050f2011-09-22 06:32:22307.footnote, .footnoteref {
308 font-size: 0.8em;
309}
310
311span.footnote, span.footnoteref {
312 vertical-align: super;
313}
314
315#footnotes {
316 margin: 20px 0 20px 0;
317 padding: 7px 0 0 0;
318}
319
320#footnotes div.footnote {
321 margin: 0 0 5px 0;
322}
323
324#footnotes hr {
325 border: none;
326 border-top: 1px solid silver;
327 height: 1px;
328 text-align: left;
329 margin-left: 0;
330 width: 20%;
331 min-width: 100px;
332}
333
Junio C Hamano9d971152012-12-19 00:43:11334div.colist td {
335 padding-right: 0.5em;
336 padding-bottom: 0.3em;
337 vertical-align: top;
338}
339div.colist td img {
340 margin-top: 0.3em;
Junio C Hamano1a4e8412005-12-27 08:17:23341}
Junio C Hamanoba4b9282008-07-06 05:20:31342
Junio C Hamano9d971152012-12-19 00:43:11343@media print {
344 #footer-badges { display: none; }
345}
346
347#toc {
Junio C Hamano7bd050f2011-09-22 06:32:22348 margin-bottom: 2.5em;
349}
350
Junio C Hamano9d971152012-12-19 00:43:11351#toctitle {
Junio C Hamanoba4b9282008-07-06 05:20:31352 color: #527bbd;
Junio C Hamanoba4b9282008-07-06 05:20:31353 font-size: 1.1em;
354 font-weight: bold;
355 margin-top: 1.0em;
356 margin-bottom: 0.1em;
357}
358
Junio C Hamanoc14e6ad2014-10-31 20:25:53359div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
Junio C Hamanoba4b9282008-07-06 05:20:31360 margin-top: 0;
361 margin-bottom: 0;
362}
363div.toclevel2 {
364 margin-left: 2em;
365 font-size: 0.9em;
366}
367div.toclevel3 {
368 margin-left: 4em;
369 font-size: 0.9em;
370}
371div.toclevel4 {
372 margin-left: 6em;
373 font-size: 0.9em;
374}
Junio C Hamano9d971152012-12-19 00:43:11375
376span.aqua { color: aqua; }
377span.black { color: black; }
378span.blue { color: blue; }
379span.fuchsia { color: fuchsia; }
380span.gray { color: gray; }
381span.green { color: green; }
382span.lime { color: lime; }
383span.maroon { color: maroon; }
384span.navy { color: navy; }
385span.olive { color: olive; }
386span.purple { color: purple; }
387span.red { color: red; }
388span.silver { color: silver; }
389span.teal { color: teal; }
390span.white { color: white; }
391span.yellow { color: yellow; }
392
393span.aqua-background { background: aqua; }
394span.black-background { background: black; }
395span.blue-background { background: blue; }
396span.fuchsia-background { background: fuchsia; }
397span.gray-background { background: gray; }
398span.green-background { background: green; }
399span.lime-background { background: lime; }
400span.maroon-background { background: maroon; }
401span.navy-background { background: navy; }
402span.olive-background { background: olive; }
403span.purple-background { background: purple; }
404span.red-background { background: red; }
405span.silver-background { background: silver; }
406span.teal-background { background: teal; }
407span.white-background { background: white; }
408span.yellow-background { background: yellow; }
409
410span.big { font-size: 2em; }
411span.small { font-size: 0.6em; }
412
413span.underline { text-decoration: underline; }
414span.overline { text-decoration: overline; }
415span.line-through { text-decoration: line-through; }
416
Junio C Hamanoc14e6ad2014-10-31 20:25:53417div.unbreakable { page-break-inside: avoid; }
418
Junio C Hamano9d971152012-12-19 00:43:11419
420/*
421 * xhtml11 specific
422 *
423 * */
424
425div.tableblock {
426 margin-top: 1.0em;
427 margin-bottom: 1.5em;
428}
429div.tableblock > table {
430 border: 3px solid #527bbd;
431}
432thead, p.table.header {
433 font-weight: bold;
434 color: #527bbd;
435}
436p.table {
437 margin-top: 0;
438}
439/* Because the table frame attribute is overriden by CSS in most browsers. */
440div.tableblock > table[frame="void"] {
441 border-style: none;
442}
443div.tableblock > table[frame="hsides"] {
444 border-left-style: none;
445 border-right-style: none;
446}
447div.tableblock > table[frame="vsides"] {
448 border-top-style: none;
449 border-bottom-style: none;
450}
451
452
453/*
454 * html5 specific
455 *
456 * */
457
458table.tableblock {
459 margin-top: 1.0em;
460 margin-bottom: 1.5em;
461}
462thead, p.tableblock.header {
463 font-weight: bold;
464 color: #527bbd;
465}
466p.tableblock {
467 margin-top: 0;
468}
469table.tableblock {
470 border-width: 3px;
471 border-spacing: 0px;
472 border-style: solid;
473 border-color: #527bbd;
474 border-collapse: collapse;
475}
476th.tableblock, td.tableblock {
477 border-width: 1px;
478 padding: 4px;
479 border-style: solid;
480 border-color: #527bbd;
481}
482
483table.tableblock.frame-topbot {
484 border-left-style: hidden;
485 border-right-style: hidden;
486}
487table.tableblock.frame-sides {
488 border-top-style: hidden;
489 border-bottom-style: hidden;
490}
491table.tableblock.frame-none {
492 border-style: hidden;
493}
494
495th.tableblock.halign-left, td.tableblock.halign-left {
496 text-align: left;
497}
498th.tableblock.halign-center, td.tableblock.halign-center {
499 text-align: center;
500}
501th.tableblock.halign-right, td.tableblock.halign-right {
502 text-align: right;
503}
504
505th.tableblock.valign-top, td.tableblock.valign-top {
506 vertical-align: top;
507}
508th.tableblock.valign-middle, td.tableblock.valign-middle {
509 vertical-align: middle;
510}
511th.tableblock.valign-bottom, td.tableblock.valign-bottom {
512 vertical-align: bottom;
513}
514
515
516/*
517 * manpage specific
518 *
519 * */
520
521body.manpage h1 {
Junio C Hamano68cf15a2010-11-06 01:01:59522 padding-top: 0.5em;
523 padding-bottom: 0.5em;
524 border-top: 2px solid silver;
525 border-bottom: 2px solid silver;
526}
Junio C Hamano9d971152012-12-19 00:43:11527body.manpage h2 {
Junio C Hamano68cf15a2010-11-06 01:01:59528 border-style: none;
529}
Junio C Hamano9d971152012-12-19 00:43:11530body.manpage div.sectionbody {
531 margin-left: 3em;
Junio C Hamano68cf15a2010-11-06 01:01:59532}
533
534@media print {
Junio C Hamano9d971152012-12-19 00:43:11535 body.manpage div#toc { display: none; }
Junio C Hamano68cf15a2010-11-06 01:01:59536}
Junio C Hamanoc14e6ad2014-10-31 20:25:53537
538
Junio C Hamano1a4e8412005-12-27 08:17:23539</style>
Junio C Hamano7bd050f2011-09-22 06:32:22540<script type="text/javascript">
541/*<![CDATA[*/
Junio C Hamano7bd050f2011-09-22 06:32:22542var asciidoc = { // Namespace.
543
544/////////////////////////////////////////////////////////////////////
545// Table Of Contents generator
546/////////////////////////////////////////////////////////////////////
547
548/* Author: Mihai Bazon, September 2002
549 * http://students.infoiasi.ro/~mishoo
550 *
551 * Table Of Content generator
552 * Version: 0.4
553 *
554 * Feel free to use this script under the terms of the GNU General Public
555 * License, as long as you do not remove or alter this notice.
556 */
557
558 /* modified by Troy D. Hanson, September 2006. License: GPL */
559 /* modified by Stuart Rackham, 2006, 2009. License: GPL */
560
561// toclevels = 1..4.
562toc: function (toclevels) {
563
564 function getText(el) {
565 var text = "";
566 for (var i = el.firstChild; i != null; i = i.nextSibling) {
567 if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
568 text += i.data;
569 else if (i.firstChild != null)
570 text += getText(i);
571 }
572 return text;
573 }
574
575 function TocEntry(el, text, toclevel) {
576 this.element = el;
577 this.text = text;
578 this.toclevel = toclevel;
579 }
580
581 function tocEntries(el, toclevels) {
582 var result = new Array;
Junio C Hamanoc14e6ad2014-10-31 20:25:53583 var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');
Junio C Hamano7bd050f2011-09-22 06:32:22584 // Function that scans the DOM tree for header elements (the DOM2
585 // nodeIterator API would be a better technique but not supported by all
586 // browsers).
587 var iterate = function (el) {
588 for (var i = el.firstChild; i != null; i = i.nextSibling) {
589 if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
590 var mo = re.exec(i.tagName);
591 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
592 result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
593 }
594 iterate(i);
595 }
596 }
597 }
598 iterate(el);
599 return result;
600 }
601
602 var toc = document.getElementById("toc");
Junio C Hamano9d971152012-12-19 00:43:11603 if (!toc) {
604 return;
605 }
606
607 // Delete existing TOC entries in case we're reloading the TOC.
608 var tocEntriesToRemove = [];
609 var i;
610 for (i = 0; i < toc.childNodes.length; i++) {
611 var entry = toc.childNodes[i];
Junio C Hamanoc14e6ad2014-10-31 20:25:53612 if (entry.nodeName.toLowerCase() == 'div'
Junio C Hamano9d971152012-12-19 00:43:11613 && entry.getAttribute("class")
614 && entry.getAttribute("class").match(/^toclevel/))
615 tocEntriesToRemove.push(entry);
616 }
617 for (i = 0; i < tocEntriesToRemove.length; i++) {
618 toc.removeChild(tocEntriesToRemove[i]);
619 }
620
621 // Rebuild TOC entries.
Junio C Hamano7bd050f2011-09-22 06:32:22622 var entries = tocEntries(document.getElementById("content"), toclevels);
623 for (var i = 0; i < entries.length; ++i) {
624 var entry = entries[i];
625 if (entry.element.id == "")
626 entry.element.id = "_toc_" + i;
627 var a = document.createElement("a");
628 a.href = "#" + entry.element.id;
629 a.appendChild(document.createTextNode(entry.text));
630 var div = document.createElement("div");
631 div.appendChild(a);
632 div.className = "toclevel" + entry.toclevel;
633 toc.appendChild(div);
634 }
635 if (entries.length == 0)
636 toc.parentNode.removeChild(toc);
637},
638
639
640/////////////////////////////////////////////////////////////////////
641// Footnotes generator
642/////////////////////////////////////////////////////////////////////
643
644/* Based on footnote generation code from:
645 * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
646 */
647
648footnotes: function () {
Junio C Hamano9d971152012-12-19 00:43:11649 // Delete existing footnote entries in case we're reloading the footnodes.
650 var i;
Junio C Hamano7bd050f2011-09-22 06:32:22651 var noteholder = document.getElementById("footnotes");
Junio C Hamano9d971152012-12-19 00:43:11652 if (!noteholder) {
653 return;
654 }
655 var entriesToRemove = [];
656 for (i = 0; i < noteholder.childNodes.length; i++) {
657 var entry = noteholder.childNodes[i];
Junio C Hamanoc14e6ad2014-10-31 20:25:53658 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
Junio C Hamano9d971152012-12-19 00:43:11659 entriesToRemove.push(entry);
660 }
661 for (i = 0; i < entriesToRemove.length; i++) {
662 noteholder.removeChild(entriesToRemove[i]);
663 }
664
665 // Rebuild footnote entries.
666 var cont = document.getElementById("content");
Junio C Hamano7bd050f2011-09-22 06:32:22667 var spans = cont.getElementsByTagName("span");
668 var refs = {};
669 var n = 0;
670 for (i=0; i<spans.length; i++) {
671 if (spans[i].className == "footnote") {
672 n++;
Junio C Hamano9d971152012-12-19 00:43:11673 var note = spans[i].getAttribute("data-note");
674 if (!note) {
675 // Use [\s\S] in place of . so multi-line matches work.
676 // Because JavaScript has no s (dotall) regex flag.
677 note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
678 spans[i].innerHTML =
679 "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
680 "' title='View footnote' class='footnote'>" + n + "</a>]";
681 spans[i].setAttribute("data-note", note);
682 }
Junio C Hamano7bd050f2011-09-22 06:32:22683 noteholder.innerHTML +=
684 "<div class='footnote' id='_footnote_" + n + "'>" +
685 "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
686 n + "</a>. " + note + "</div>";
Junio C Hamano7bd050f2011-09-22 06:32:22687 var id =spans[i].getAttribute("id");
688 if (id != null) refs["#"+id] = n;
689 }
690 }
691 if (n == 0)
692 noteholder.parentNode.removeChild(noteholder);
693 else {
694 // Process footnoterefs.
695 for (i=0; i<spans.length; i++) {
696 if (spans[i].className == "footnoteref") {
697 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
698 href = href.match(/#.*/)[0]; // Because IE return full URL.
699 n = refs[href];
700 spans[i].innerHTML =
701 "[<a href='#_footnote_" + n +
702 "' title='View footnote' class='footnote'>" + n + "</a>]";
703 }
704 }
705 }
Junio C Hamano9d971152012-12-19 00:43:11706},
707
708install: function(toclevels) {
709 var timerId;
710
711 function reinstall() {
712 asciidoc.footnotes();
713 if (toclevels) {
714 asciidoc.toc(toclevels);
715 }
716 }
717
718 function reinstallAndRemoveTimer() {
719 clearInterval(timerId);
720 reinstall();
721 }
722
723 timerId = setInterval(reinstall, 500);
724 if (document.addEventListener)
725 document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);
726 else
727 window.onload = reinstallAndRemoveTimer;
Junio C Hamano7bd050f2011-09-22 06:32:22728}
729
730}
Junio C Hamano9d971152012-12-19 00:43:11731asciidoc.install();
Junio C Hamano7bd050f2011-09-22 06:32:22732/*]]>*/
733</script>
Junio C Hamano1a4e8412005-12-27 08:17:23734</head>
Junio C Hamano9d971152012-12-19 00:43:11735<body class="manpage">
Junio C Hamano1a4e8412005-12-27 08:17:23736<div id="header">
737<h1>
738git-reset(1) Manual Page
739</h1>
740<h2>NAME</h2>
741<div class="sectionbody">
742<p>git-reset -
Junio C Hamano01078922006-03-10 00:31:47743 Reset current HEAD to the specified state
Junio C Hamano1a4e8412005-12-27 08:17:23744</p>
745</div>
746</div>
Junio C Hamano7bd050f2011-09-22 06:32:22747<div id="content">
Junio C Hamano9d971152012-12-19 00:43:11748<div class="sect1">
Junio C Hamano68cf15a2010-11-06 01:01:59749<h2 id="_synopsis">SYNOPSIS</h2>
Junio C Hamano1a4e8412005-12-27 08:17:23750<div class="sectionbody">
Junio C Hamanod793de52006-12-26 09:11:43751<div class="verseblock">
Junio C Hamanoe77c5d02013-01-22 19:19:59752<pre class="content"><em>git reset</em> [-q] [&lt;tree-ish&gt;] [--] &lt;paths&gt;&#8230;
Junio C Hamano4e1d0cb2013-07-19 20:43:00753<em>git reset</em> (--patch | -p) [&lt;tree-ish&gt;] [--] [&lt;paths&gt;&#8230;]
Junio C Hamano5b3533d2014-02-27 23:07:15754<em>git reset</em> [--soft | --mixed [-N] | --hard | --merge | --keep] [-q] [&lt;commit&gt;]</pre>
Junio C Hamano9d971152012-12-19 00:43:11755<div class="attribution">
Junio C Hamano68cf15a2010-11-06 01:01:59756</div></div>
Junio C Hamano1a4e8412005-12-27 08:17:23757</div>
Junio C Hamano9d971152012-12-19 00:43:11758</div>
759<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:31760<h2 id="_description">DESCRIPTION</h2>
Junio C Hamano1a4e8412005-12-27 08:17:23761<div class="sectionbody">
Junio C Hamanof2b280b2018-12-01 14:45:01762<div class="paragraph"><p>In the first and second form, copy entries from <code>&lt;tree-ish&gt;</code> to the index.
763In the third form, set the current branch head (<code>HEAD</code>) to <code>&lt;commit&gt;</code>,
764optionally modifying index and working tree to match.
765The <code>&lt;tree-ish&gt;</code>/<code>&lt;commit&gt;</code> defaults to <code>HEAD</code> in all forms.</p></div>
Junio C Hamano68cf15a2010-11-06 01:01:59766<div class="dlist"><dl>
767<dt class="hdlist1">
Junio C Hamanoe77c5d02013-01-22 19:19:59768<em>git reset</em> [-q] [&lt;tree-ish&gt;] [--] &lt;paths&gt;&#8230;
Junio C Hamano1a4e8412005-12-27 08:17:23769</dt>
770<dd>
771<p>
Junio C Hamanof2b280b2018-12-01 14:45:01772 This form resets the index entries for all <code>&lt;paths&gt;</code> to their
773 state at <code>&lt;tree-ish&gt;</code>. (It does not affect the working tree or
Junio C Hamanob5a296f2010-08-13 02:46:36774 the current branch.)
Junio C Hamano1a4e8412005-12-27 08:17:23775</p>
Junio C Hamanoc14e6ad2014-10-31 20:25:53776<div class="paragraph"><p>This means that <code>git reset &lt;paths&gt;</code> is the opposite of <code>git add
777&lt;paths&gt;</code>.</p></div>
778<div class="paragraph"><p>After running <code>git reset &lt;paths&gt;</code> to update the index entry, you can
Junio C Hamanoa28a9202012-06-21 07:08:23779use <a href="git-checkout.html">git-checkout(1)</a> to check the contents out of the index to
Junio C Hamano657fd8a2010-10-07 00:01:24780the working tree.
Junio C Hamanoa28a9202012-06-21 07:08:23781Alternatively, using <a href="git-checkout.html">git-checkout(1)</a> and specifying a commit, you
Junio C Hamano657fd8a2010-10-07 00:01:24782can copy the contents of a path out of a commit to the index and to the
783working tree in one go.</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:23784</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59785<dt class="hdlist1">
Junio C Hamanoe77c5d02013-01-22 19:19:59786<em>git reset</em> (--patch | -p) [&lt;tree-ish&gt;] [--] [&lt;paths&gt;&#8230;]
Junio C Hamanob5a296f2010-08-13 02:46:36787</dt>
788<dd>
789<p>
790 Interactively select hunks in the difference between the index
Junio C Hamanof2b280b2018-12-01 14:45:01791 and <code>&lt;tree-ish&gt;</code> (defaults to <code>HEAD</code>). The chosen hunks are applied
Junio C Hamanob5a296f2010-08-13 02:46:36792 in reverse to the index.
793</p>
Junio C Hamanoc14e6ad2014-10-31 20:25:53794<div class="paragraph"><p>This means that <code>git reset -p</code> is the opposite of <code>git add -p</code>, i.e.
Junio C Hamano9d971152012-12-19 00:43:11795you can use it to selectively reset hunks. See the &#8220;Interactive Mode&#8221;
Junio C Hamanoc14e6ad2014-10-31 20:25:53796section of <a href="git-add.html">git-add(1)</a> to learn how to operate the <code>--patch</code> mode.</p></div>
Junio C Hamanob5a296f2010-08-13 02:46:36797</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59798<dt class="hdlist1">
Junio C Hamanoa1295452012-11-13 22:32:04799<em>git reset</em> [&lt;mode&gt;] [&lt;commit&gt;]
Junio C Hamanob5a296f2010-08-13 02:46:36800</dt>
801<dd>
802<p>
Junio C Hamanof2b280b2018-12-01 14:45:01803 This form resets the current branch head to <code>&lt;commit&gt;</code> and
804 possibly updates the index (resetting it to the tree of <code>&lt;commit&gt;</code>) and
805 the working tree depending on <code>&lt;mode&gt;</code>. If <code>&lt;mode&gt;</code> is omitted,
806 defaults to <code>--mixed</code>. The <code>&lt;mode&gt;</code> must be one of the following:
Junio C Hamanob5a296f2010-08-13 02:46:36807</p>
Junio C Hamano9d971152012-12-19 00:43:11808<div class="openblock">
809<div class="content">
Junio C Hamano68cf15a2010-11-06 01:01:59810<div class="dlist"><dl>
811<dt class="hdlist1">
Junio C Hamano1a4e8412005-12-27 08:17:23812--soft
813</dt>
814<dd>
815<p>
Junio C Hamanod75148a2014-04-08 19:48:38816 Does not touch the index file or the working tree at all (but
Junio C Hamanof2b280b2018-12-01 14:45:01817 resets the head to <code>&lt;commit&gt;</code>, just like all modes do). This leaves
818 all your changed files "Changes to be committed", as <code>git status</code>
Junio C Hamano657fd8a2010-10-07 00:01:24819 would put it.
Junio C Hamano1a4e8412005-12-27 08:17:23820</p>
821</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59822<dt class="hdlist1">
Junio C Hamanob5a296f2010-08-13 02:46:36823--mixed
824</dt>
825<dd>
826<p>
827 Resets the index but not the working tree (i.e., the changed files
828 are preserved but not marked for commit) and reports what has not
829 been updated. This is the default action.
830</p>
Junio C Hamanoc14e6ad2014-10-31 20:25:53831<div class="paragraph"><p>If <code>-N</code> is specified, removed paths are marked as intent-to-add (see
Junio C Hamano5b3533d2014-02-27 23:07:15832<a href="git-add.html">git-add(1)</a>).</p></div>
Junio C Hamanob5a296f2010-08-13 02:46:36833</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59834<dt class="hdlist1">
Junio C Hamano1a4e8412005-12-27 08:17:23835--hard
836</dt>
837<dd>
838<p>
Junio C Hamano657fd8a2010-10-07 00:01:24839 Resets the index and working tree. Any changes to tracked files in the
Junio C Hamanof2b280b2018-12-01 14:45:01840 working tree since <code>&lt;commit&gt;</code> are discarded.
Junio C Hamano1a4e8412005-12-27 08:17:23841</p>
842</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59843<dt class="hdlist1">
Junio C Hamanobbbb8652008-12-29 10:34:22844--merge
845</dt>
846<dd>
847<p>
Junio C Hamano657fd8a2010-10-07 00:01:24848 Resets the index and updates the files in the working tree that are
Junio C Hamanof2b280b2018-12-01 14:45:01849 different between <code>&lt;commit&gt;</code> and <code>HEAD</code>, but keeps those which are
Junio C Hamano657fd8a2010-10-07 00:01:24850 different between the index and working tree (i.e. which have changes
851 which have not been added).
Junio C Hamanof2b280b2018-12-01 14:45:01852 If a file that is different between <code>&lt;commit&gt;</code> and the index has
853 unstaged changes, reset is aborted.
Junio C Hamanobbbb8652008-12-29 10:34:22854</p>
Junio C Hamanof2b280b2018-12-01 14:45:01855<div class="paragraph"><p>In other words, <code>--merge</code> does something like a <code>git read-tree -u -m &lt;commit&gt;</code>,
Junio C Hamano68cf15a2010-11-06 01:01:59856but carries forward unmerged index entries.</p></div>
Junio C Hamanobbbb8652008-12-29 10:34:22857</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59858<dt class="hdlist1">
Junio C Hamano0299d922010-03-20 20:59:31859--keep
860</dt>
861<dd>
862<p>
Junio C Hamano20338b42011-01-22 00:51:59863 Resets index entries and updates files in the working tree that are
Junio C Hamanof2b280b2018-12-01 14:45:01864 different between <code>&lt;commit&gt;</code> and <code>HEAD</code>.
865 If a file that is different between <code>&lt;commit&gt;</code> and <code>HEAD</code> has local
866 changes, reset is aborted.
Junio C Hamano0299d922010-03-20 20:59:31867</p>
868</dd>
Junio C Hamanob5a296f2010-08-13 02:46:36869</dl></div>
Junio C Hamano9d971152012-12-19 00:43:11870</div></div>
Junio C Hamanoc28068f2009-09-08 00:55:23871</dd>
Junio C Hamanob5a296f2010-08-13 02:46:36872</dl></div>
Junio C Hamano68cf15a2010-11-06 01:01:59873<div class="paragraph"><p>If you want to undo a commit other than the latest on a branch,
Junio C Hamanoa28a9202012-06-21 07:08:23874<a href="git-revert.html">git-revert(1)</a> is your friend.</p></div>
Junio C Hamanob5a296f2010-08-13 02:46:36875</div>
Junio C Hamano9d971152012-12-19 00:43:11876</div>
877<div class="sect1">
Junio C Hamanob5a296f2010-08-13 02:46:36878<h2 id="_options">OPTIONS</h2>
879<div class="sectionbody">
Junio C Hamano68cf15a2010-11-06 01:01:59880<div class="dlist"><dl>
881<dt class="hdlist1">
Junio C Hamano422cfec2007-11-08 08:07:45882-q
883</dt>
Junio C Hamano68cf15a2010-11-06 01:01:59884<dt class="hdlist1">
Junio C Hamanob141a922010-01-10 19:55:14885--quiet
886</dt>
Junio C Hamano06ce83b2018-11-13 14:06:12887<dt class="hdlist1">
888--no-quiet
889</dt>
Junio C Hamano422cfec2007-11-08 08:07:45890<dd>
891<p>
Junio C Hamano06ce83b2018-11-13 14:06:12892 Be quiet, only report errors. The default behavior is set by the
893 <code>reset.quiet</code> config option. <code>--quiet</code> and <code>--no-quiet</code> will
894 override the default behavior.
Junio C Hamano422cfec2007-11-08 08:07:45895</p>
896</dd>
Junio C Hamanoba4b9282008-07-06 05:20:31897</dl></div>
Junio C Hamano1bb569e2006-05-05 23:14:25898</div>
Junio C Hamano9d971152012-12-19 00:43:11899</div>
900<div class="sect1">
Junio C Hamanob5a296f2010-08-13 02:46:36901<h2 id="_examples">EXAMPLES</h2>
Junio C Hamano1bb569e2006-05-05 23:14:25902<div class="sectionbody">
Junio C Hamano68cf15a2010-11-06 01:01:59903<div class="dlist"><dl>
904<dt class="hdlist1">
Junio C Hamano89d4e0f2007-02-18 00:34:59905Undo add
Junio C Hamano1a4e8412005-12-27 08:17:23906</dt>
907<dd>
908<div class="listingblock">
909<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:53910<pre><code>$ edit <b>&lt;1&gt;</b>
Junio C Hamano89d4e0f2007-02-18 00:34:59911$ git add frotz.c filfre.c
Junio C Hamano68cf15a2010-11-06 01:01:59912$ mailx <b>&lt;2&gt;</b>
913$ git reset <b>&lt;3&gt;</b>
Junio C Hamanoc14e6ad2014-10-31 20:25:53914$ git pull git://info.example.com/ nitfol <b>&lt;4&gt;</b></code></pre>
Junio C Hamanoc8d88c22006-04-29 07:02:01915</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:59916<div class="colist arabic"><ol>
Junio C Hamanoc8d88c22006-04-29 07:02:01917<li>
918<p>
Junio C Hamano092f5f02007-08-02 07:23:38919You are happily working on something, and find the changes
Junio C Hamano1a4e8412005-12-27 08:17:23920in these files are in good order. You do not want to see them
Junio C Hamanof2b280b2018-12-01 14:45:01921when you run <code>git diff</code>, because you plan to work on other files
Junio C Hamano1a4e8412005-12-27 08:17:23922and changes with these files are distracting.
Junio C Hamanoc8d88c22006-04-29 07:02:01923</p>
924</li>
925<li>
926<p>
Junio C Hamano535c65c2017-06-24 22:51:58927Somebody asks you to pull, and the changes sound worthy of merging.
Junio C Hamanoc8d88c22006-04-29 07:02:01928</p>
929</li>
930<li>
931<p>
Junio C Hamano092f5f02007-08-02 07:23:38932However, you already dirtied the index (i.e. your index does
Junio C Hamanof2b280b2018-12-01 14:45:01933not match the <code>HEAD</code> commit). But you know the pull you are going
934to make does not affect <code>frotz.c</code> or <code>filfre.c</code>, so you revert the
Junio C Hamano1a4e8412005-12-27 08:17:23935index changes for these two files. Your changes in working tree
936remain there.
Junio C Hamanoc8d88c22006-04-29 07:02:01937</p>
938</li>
939<li>
940<p>
Junio C Hamanof2b280b2018-12-01 14:45:01941Then you can pull and merge, leaving <code>frotz.c</code> and <code>filfre.c</code>
Junio C Hamanoc8d88c22006-04-29 07:02:01942changes still in the working tree.
943</p>
944</li>
Junio C Hamanoba4b9282008-07-06 05:20:31945</ol></div>
Junio C Hamano1a4e8412005-12-27 08:17:23946</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59947<dt class="hdlist1">
Junio C Hamanob5a296f2010-08-13 02:46:36948Undo a commit and redo
949</dt>
950<dd>
951<div class="listingblock">
952<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:53953<pre><code>$ git commit ...
Junio C Hamano68cf15a2010-11-06 01:01:59954$ git reset --soft HEAD^ <b>&lt;1&gt;</b>
955$ edit <b>&lt;2&gt;</b>
Junio C Hamanoc14e6ad2014-10-31 20:25:53956$ git commit -a -c ORIG_HEAD <b>&lt;3&gt;</b></code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:36957</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:59958<div class="colist arabic"><ol>
Junio C Hamanob5a296f2010-08-13 02:46:36959<li>
960<p>
961This is most often done when you remembered what you
962just committed is incomplete, or you misspelled your commit
963message, or both. Leaves working tree as it was before "reset".
964</p>
965</li>
966<li>
967<p>
968Make corrections to working tree files.
969</p>
970</li>
971<li>
972<p>
Junio C Hamanof2b280b2018-12-01 14:45:01973"reset" copies the old head to <code>.git/ORIG_HEAD</code>; redo the
Junio C Hamanob5a296f2010-08-13 02:46:36974commit by starting with its log message. If you do not need to
Junio C Hamanof2b280b2018-12-01 14:45:01975edit the message further, you can give <code>-C</code> option instead.
Junio C Hamanob5a296f2010-08-13 02:46:36976</p>
Junio C Hamanof2b280b2018-12-01 14:45:01977<div class="paragraph"><p>See also the <code>--amend</code> option to <a href="git-commit.html">git-commit(1)</a>.</p></div>
Junio C Hamanob5a296f2010-08-13 02:46:36978</li>
979</ol></div>
980</dd>
Junio C Hamano68cf15a2010-11-06 01:01:59981<dt class="hdlist1">
Junio C Hamanob5a296f2010-08-13 02:46:36982Undo a commit, making it a topic branch
983</dt>
984<dd>
985<div class="listingblock">
986<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:53987<pre><code>$ git branch topic/wip <b>&lt;1&gt;</b>
Junio C Hamano68cf15a2010-11-06 01:01:59988$ git reset --hard HEAD~3 <b>&lt;2&gt;</b>
Junio C Hamanoc14e6ad2014-10-31 20:25:53989$ git checkout topic/wip <b>&lt;3&gt;</b></code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:36990</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:59991<div class="colist arabic"><ol>
Junio C Hamanob5a296f2010-08-13 02:46:36992<li>
993<p>
994You have made some commits, but realize they were premature
Junio C Hamanof2b280b2018-12-01 14:45:01995to be in the <code>master</code> branch. You want to continue polishing
996them in a topic branch, so create <code>topic/wip</code> branch off of the
997current <code>HEAD</code>.
Junio C Hamanob5a296f2010-08-13 02:46:36998</p>
999</li>
1000<li>
1001<p>
1002Rewind the master branch to get rid of those three commits.
1003</p>
1004</li>
1005<li>
1006<p>
Junio C Hamanof2b280b2018-12-01 14:45:011007Switch to <code>topic/wip</code> branch and keep working.
Junio C Hamanob5a296f2010-08-13 02:46:361008</p>
1009</li>
1010</ol></div>
1011</dd>
Junio C Hamano68cf15a2010-11-06 01:01:591012<dt class="hdlist1">
Junio C Hamanob5a296f2010-08-13 02:46:361013Undo commits permanently
1014</dt>
1015<dd>
1016<div class="listingblock">
1017<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531018<pre><code>$ git commit ...
1019$ git reset --hard HEAD~3 <b>&lt;1&gt;</b></code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361020</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:591021<div class="colist arabic"><ol>
Junio C Hamanob5a296f2010-08-13 02:46:361022<li>
1023<p>
Junio C Hamanof2b280b2018-12-01 14:45:011024The last three commits (<code>HEAD</code>, <code>HEAD^</code>, and <code>HEAD~2</code>) were bad
Junio C Hamanob5a296f2010-08-13 02:46:361025and you do not want to ever see them again. Do <strong>not</strong> do this if
1026you have already given these commits to somebody else. (See the
Junio C Hamanoa28a9202012-06-21 07:08:231027"RECOVERING FROM UPSTREAM REBASE" section in <a href="git-rebase.html">git-rebase(1)</a> for
Junio C Hamanob5a296f2010-08-13 02:46:361028the implications of doing so.)
1029</p>
1030</li>
1031</ol></div>
1032</dd>
Junio C Hamano68cf15a2010-11-06 01:01:591033<dt class="hdlist1">
Junio C Hamano1a4e8412005-12-27 08:17:231034Undo a merge or pull
1035</dt>
1036<dd>
1037<div class="listingblock">
1038<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531039<pre><code>$ git pull <b>&lt;1&gt;</b>
Junio C Hamano1a4e8412005-12-27 08:17:231040Auto-merging nitfol
1041CONFLICT (content): Merge conflict in nitfol
Junio C Hamano6a3c8272008-12-19 21:38:181042Automatic merge failed; fix conflicts and then commit the result.
Junio C Hamano68cf15a2010-11-06 01:01:591043$ git reset --hard <b>&lt;2&gt;</b>
1044$ git pull . topic/branch <b>&lt;3&gt;</b>
Junio C Hamano1a4e8412005-12-27 08:17:231045Updating from 41223... to 13134...
Junio C Hamano3f680f32009-11-16 02:10:541046Fast-forward
Junio C Hamanoc14e6ad2014-10-31 20:25:531047$ git reset --hard ORIG_HEAD <b>&lt;4&gt;</b></code></pre>
Junio C Hamanoc8d88c22006-04-29 07:02:011048</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:591049<div class="colist arabic"><ol>
Junio C Hamanoc8d88c22006-04-29 07:02:011050<li>
1051<p>
Junio C Hamano092f5f02007-08-02 07:23:381052Try to update from the upstream resulted in a lot of
Junio C Hamanoc8d88c22006-04-29 07:02:011053conflicts; you were not ready to spend a lot of time merging
1054right now, so you decide to do that later.
1055</p>
1056</li>
1057<li>
1058<p>
Junio C Hamanof2b280b2018-12-01 14:45:011059"pull" has not made merge commit, so <code>git reset --hard</code>
1060which is a synonym for <code>git reset --hard HEAD</code> clears the mess
Junio C Hamanoc8d88c22006-04-29 07:02:011061from the index file and the working tree.
1062</p>
1063</li>
1064<li>
1065<p>
Junio C Hamano092f5f02007-08-02 07:23:381066Merge a topic branch into the current branch, which resulted
Junio C Hamano3f680f32009-11-16 02:10:541067in a fast-forward.
Junio C Hamanoc8d88c22006-04-29 07:02:011068</p>
1069</li>
1070<li>
1071<p>
Junio C Hamano092f5f02007-08-02 07:23:381072But you decided that the topic branch is not ready for public
Junio C Hamano1a4e8412005-12-27 08:17:231073consumption yet. "pull" or "merge" always leaves the original
Junio C Hamanof2b280b2018-12-01 14:45:011074tip of the current branch in <code>ORIG_HEAD</code>, so resetting hard to it
Junio C Hamano1a4e8412005-12-27 08:17:231075brings your index file and the working tree back to that state,
Junio C Hamanoc8d88c22006-04-29 07:02:011076and resets the tip of the branch to that commit.
1077</p>
1078</li>
Junio C Hamanoba4b9282008-07-06 05:20:311079</ol></div>
Junio C Hamano1a4e8412005-12-27 08:17:231080</dd>
Junio C Hamano68cf15a2010-11-06 01:01:591081<dt class="hdlist1">
Junio C Hamano657fd8a2010-10-07 00:01:241082Undo a merge or pull inside a dirty working tree
Junio C Hamanobbbb8652008-12-29 10:34:221083</dt>
1084<dd>
1085<div class="listingblock">
1086<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531087<pre><code>$ git pull <b>&lt;1&gt;</b>
Junio C Hamanobbbb8652008-12-29 10:34:221088Auto-merging nitfol
1089Merge made by recursive.
1090 nitfol | 20 +++++----
1091 ...
Junio C Hamanoc14e6ad2014-10-31 20:25:531092$ git reset --merge ORIG_HEAD <b>&lt;2&gt;</b></code></pre>
Junio C Hamanobbbb8652008-12-29 10:34:221093</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:591094<div class="colist arabic"><ol>
Junio C Hamanobbbb8652008-12-29 10:34:221095<li>
1096<p>
1097Even if you may have local modifications in your
Junio C Hamanof2b280b2018-12-01 14:45:011098working tree, you can safely say <code>git pull</code> when you know
Junio C Hamanobbbb8652008-12-29 10:34:221099that the change in the other branch does not overlap with
1100them.
1101</p>
1102</li>
1103<li>
1104<p>
1105After inspecting the result of the merge, you may find
1106that the change in the other branch is unsatisfactory. Running
Junio C Hamanof2b280b2018-12-01 14:45:011107<code>git reset --hard ORIG_HEAD</code> will let you go back to where you
Junio C Hamanobbbb8652008-12-29 10:34:221108were, but it will discard your local changes, which you do not
Junio C Hamanof2b280b2018-12-01 14:45:011109want. <code>git reset --merge</code> keeps your local changes.
Junio C Hamanobbbb8652008-12-29 10:34:221110</p>
1111</li>
1112</ol></div>
1113</dd>
Junio C Hamano68cf15a2010-11-06 01:01:591114<dt class="hdlist1">
Junio C Hamano74e8a2d2006-01-14 03:58:411115Interrupted workflow
1116</dt>
1117<dd>
Junio C Hamano68cf15a2010-11-06 01:01:591118<div class="paragraph"><p>Suppose you are interrupted by an urgent fix request while you
Junio C Hamanoa6331a82006-01-22 07:50:331119are in the middle of a large change. The files in your
Junio C Hamano74e8a2d2006-01-14 03:58:411120working tree are not in any shape to be committed yet, but you
Junio C Hamanoba4b9282008-07-06 05:20:311121need to get to the other branch for a quick bugfix.</p></div>
Junio C Hamano74e8a2d2006-01-14 03:58:411122<div class="listingblock">
1123<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531124<pre><code>$ git checkout feature ;# you were working in "feature" branch and
Junio C Hamano74e8a2d2006-01-14 03:58:411125$ work work work ;# got interrupted
Junio C Hamano68cf15a2010-11-06 01:01:591126$ git commit -a -m "snapshot WIP" <b>&lt;1&gt;</b>
Junio C Hamano74e8a2d2006-01-14 03:58:411127$ git checkout master
1128$ fix fix fix
1129$ git commit ;# commit with real log
1130$ git checkout feature
Junio C Hamano68cf15a2010-11-06 01:01:591131$ git reset --soft HEAD^ ;# go back to WIP state <b>&lt;2&gt;</b>
Junio C Hamanoc14e6ad2014-10-31 20:25:531132$ git reset <b>&lt;3&gt;</b></code></pre>
Junio C Hamano74e8a2d2006-01-14 03:58:411133</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:591134<div class="colist arabic"><ol>
Junio C Hamanoc8d88c22006-04-29 07:02:011135<li>
1136<p>
1137This commit will get blown away so a throw-away log message is OK.
1138</p>
1139</li>
1140<li>
1141<p>
1142This removes the <em>WIP</em> commit from the commit history, and sets
1143 your working tree to the state just before you made that snapshot.
1144</p>
1145</li>
1146<li>
1147<p>
1148At this point the index file still has all the WIP changes you
1149 committed as <em>snapshot WIP</em>. This updates the index to show your
1150 WIP files as uncommitted.
1151</p>
Junio C Hamanoa28a9202012-06-21 07:08:231152<div class="paragraph"><p>See also <a href="git-stash.html">git-stash(1)</a>.</p></div>
Junio C Hamanoc8d88c22006-04-29 07:02:011153</li>
Junio C Hamanoba4b9282008-07-06 05:20:311154</ol></div>
Junio C Hamano74e8a2d2006-01-14 03:58:411155</dd>
Junio C Hamano68cf15a2010-11-06 01:01:591156<dt class="hdlist1">
Junio C Hamano26e590a2008-02-17 03:53:511157Reset a single file in the index
1158</dt>
1159<dd>
Junio C Hamano68cf15a2010-11-06 01:01:591160<div class="paragraph"><p>Suppose you have added a file to your index, but later decide you do not
Junio C Hamano26e590a2008-02-17 03:53:511161want to add it to your commit. You can remove the file from the index
Junio C Hamanoba4b9282008-07-06 05:20:311162while keeping your changes with git reset.</p></div>
Junio C Hamano26e590a2008-02-17 03:53:511163<div class="listingblock">
1164<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531165<pre><code>$ git reset -- frotz.c <b>&lt;1&gt;</b>
Junio C Hamano68cf15a2010-11-06 01:01:591166$ git commit -m "Commit files in index" <b>&lt;2&gt;</b>
Junio C Hamanoc14e6ad2014-10-31 20:25:531167$ git add frotz.c <b>&lt;3&gt;</b></code></pre>
Junio C Hamano26e590a2008-02-17 03:53:511168</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:591169<div class="colist arabic"><ol>
Junio C Hamano26e590a2008-02-17 03:53:511170<li>
1171<p>
1172This removes the file from the index while keeping it in the working
1173 directory.
1174</p>
1175</li>
1176<li>
1177<p>
1178This commits all other changes in the index.
1179</p>
1180</li>
1181<li>
1182<p>
1183Adds the file to the index again.
1184</p>
1185</li>
Junio C Hamanoba4b9282008-07-06 05:20:311186</ol></div>
Junio C Hamano26e590a2008-02-17 03:53:511187</dd>
Junio C Hamano68cf15a2010-11-06 01:01:591188<dt class="hdlist1">
Junio C Hamano0299d922010-03-20 20:59:311189Keep changes in working tree while discarding some previous commits
1190</dt>
1191<dd>
Junio C Hamano68cf15a2010-11-06 01:01:591192<div class="paragraph"><p>Suppose you are working on something and you commit it, and then you
Junio C Hamano0299d922010-03-20 20:59:311193continue working a bit more, but now you think that what you have in
1194your working tree should be in another branch that has nothing to do
Junio C Hamano619596a2010-08-18 22:15:351195with what you committed previously. You can start a new branch and
Junio C Hamano657fd8a2010-10-07 00:01:241196reset it while keeping the changes in your working tree.</p></div>
Junio C Hamano0299d922010-03-20 20:59:311197<div class="listingblock">
1198<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531199<pre><code>$ git tag start
Junio C Hamano0299d922010-03-20 20:59:311200$ git checkout -b branch1
1201$ edit
Junio C Hamano68cf15a2010-11-06 01:01:591202$ git commit ... <b>&lt;1&gt;</b>
Junio C Hamano0299d922010-03-20 20:59:311203$ edit
Junio C Hamano68cf15a2010-11-06 01:01:591204$ git checkout -b branch2 <b>&lt;2&gt;</b>
Junio C Hamanoc14e6ad2014-10-31 20:25:531205$ git reset --keep start <b>&lt;3&gt;</b></code></pre>
Junio C Hamano0299d922010-03-20 20:59:311206</div></div>
Junio C Hamano68cf15a2010-11-06 01:01:591207<div class="colist arabic"><ol>
Junio C Hamano0299d922010-03-20 20:59:311208<li>
1209<p>
Junio C Hamanof2b280b2018-12-01 14:45:011210This commits your first edits in <code>branch1</code>.
Junio C Hamano0299d922010-03-20 20:59:311211</p>
1212</li>
1213<li>
1214<p>
1215In the ideal world, you could have realized that the earlier
1216 commit did not belong to the new topic when you created and switched
Junio C Hamanof2b280b2018-12-01 14:45:011217 to <code>branch2</code> (i.e. <code>git checkout -b branch2 start</code>), but nobody is
Junio C Hamano0299d922010-03-20 20:59:311218 perfect.
1219</p>
1220</li>
1221<li>
1222<p>
Junio C Hamanof2b280b2018-12-01 14:45:011223But you can use <code>reset --keep</code> to remove the unwanted commit after
1224 you switched to <code>branch2</code>.
Junio C Hamano0299d922010-03-20 20:59:311225</p>
1226</li>
1227</ol></div>
1228</dd>
Junio C Hamanoe89102f2017-02-15 23:18:151229<dt class="hdlist1">
Junio C Hamanoce01de82017-02-16 22:59:121230Split a commit apart into a sequence of commits
Junio C Hamanoe89102f2017-02-15 23:18:151231</dt>
1232<dd>
Junio C Hamano967cda72017-06-30 21:49:531233<div class="paragraph"><p>Suppose that you have created lots of logically separate changes and committed
Junio C Hamanoce01de82017-02-16 22:59:121234them together. Then, later you decide that it might be better to have each
1235logical chunk associated with its own commit. You can use git reset to rewind
1236history without changing the contents of your local files, and then successively
1237use <code>git add -p</code> to interactively select which hunks to include into each commit,
1238using <code>git commit -c</code> to pre-populate the commit message.</p></div>
Junio C Hamanoe89102f2017-02-15 23:18:151239<div class="listingblock">
1240<div class="content">
Junio C Hamanoce01de82017-02-16 22:59:121241<pre><code>$ git reset -N HEAD^ <b>&lt;1&gt;</b>
Junio C Hamanoe89102f2017-02-15 23:18:151242$ git add -p <b>&lt;2&gt;</b>
1243$ git diff --cached <b>&lt;3&gt;</b>
1244$ git commit -c HEAD@{1} <b>&lt;4&gt;</b>
Junio C Hamanoce01de82017-02-16 22:59:121245... <b>&lt;5&gt;</b>
1246$ git add ... <b>&lt;6&gt;</b>
1247$ git diff --cached <b>&lt;7&gt;</b>
1248$ git commit ... <b>&lt;8&gt;</b></code></pre>
Junio C Hamanoe89102f2017-02-15 23:18:151249</div></div>
1250<div class="colist arabic"><ol>
1251<li>
1252<p>
1253First, reset the history back one commit so that we remove the original
Junio C Hamanoce01de82017-02-16 22:59:121254 commit, but leave the working tree with all the changes. The -N ensures
Junio C Hamanof2b280b2018-12-01 14:45:011255 that any new files added with <code>HEAD</code> are still marked so that <code>git add -p</code>
Junio C Hamanoce01de82017-02-16 22:59:121256 will find them.
Junio C Hamanoe89102f2017-02-15 23:18:151257</p>
1258</li>
1259<li>
1260<p>
Junio C Hamanof2b280b2018-12-01 14:45:011261Next, we interactively select diff hunks to add using the <code>git add -p</code>
Junio C Hamanoce01de82017-02-16 22:59:121262 facility. This will ask you about each diff hunk in sequence and you can
1263 use simple commands such as "yes, include this", "No don&#8217;t include this"
1264 or even the very powerful "edit" facility.
Junio C Hamanoe89102f2017-02-15 23:18:151265</p>
1266</li>
1267<li>
1268<p>
Junio C Hamanoce01de82017-02-16 22:59:121269Once satisfied with the hunks you want to include, you should verify what
Junio C Hamanof2b280b2018-12-01 14:45:011270 has been prepared for the first commit by using <code>git diff --cached</code>. This
Junio C Hamanoce01de82017-02-16 22:59:121271 shows all the changes that have been moved into the index and are about
1272 to be committed.
Junio C Hamanoe89102f2017-02-15 23:18:151273</p>
1274</li>
1275<li>
1276<p>
Junio C Hamanof2b280b2018-12-01 14:45:011277Next, commit the changes stored in the index. The <code>-c</code> option specifies to
Junio C Hamanoce01de82017-02-16 22:59:121278 pre-populate the commit message from the original message that you started
Junio C Hamanof2b280b2018-12-01 14:45:011279 with in the first commit. This is helpful to avoid retyping it. The
1280 <code>HEAD@{1}</code> is a special notation for the commit that <code>HEAD</code> used to be at
1281 prior to the original reset commit (1 change ago).
1282 See <a href="git-reflog.html">git-reflog(1)</a> for more details. You may also use any other
1283 valid commit reference.
Junio C Hamanoe89102f2017-02-15 23:18:151284</p>
1285</li>
1286<li>
1287<p>
Junio C Hamanoce01de82017-02-16 22:59:121288You can repeat steps 2-4 multiple times to break the original code into
1289 any number of commits.
Junio C Hamanoe89102f2017-02-15 23:18:151290</p>
1291</li>
1292<li>
1293<p>
Junio C Hamanoce01de82017-02-16 22:59:121294Now you&#8217;ve split out many of the changes into their own commits, and might
Junio C Hamanof2b280b2018-12-01 14:45:011295 no longer use the patch mode of <code>git add</code>, in order to select all remaining
Junio C Hamanoce01de82017-02-16 22:59:121296 uncommitted changes.
Junio C Hamanoe89102f2017-02-15 23:18:151297</p>
1298</li>
1299<li>
1300<p>
Junio C Hamanoce01de82017-02-16 22:59:121301Once again, check to verify that you&#8217;ve included what you want to. You may
1302 also wish to verify that git diff doesn&#8217;t show any remaining changes to be
1303 committed later.
1304</p>
1305</li>
1306<li>
1307<p>
1308And finally create the final commit.
Junio C Hamanoe89102f2017-02-15 23:18:151309</p>
1310</li>
1311</ol></div>
1312</dd>
Junio C Hamanoba4b9282008-07-06 05:20:311313</dl></div>
Junio C Hamano1a4e8412005-12-27 08:17:231314</div>
Junio C Hamano9d971152012-12-19 00:43:111315</div>
1316<div class="sect1">
Junio C Hamanob5a296f2010-08-13 02:46:361317<h2 id="_discussion">DISCUSSION</h2>
1318<div class="sectionbody">
Junio C Hamano68cf15a2010-11-06 01:01:591319<div class="paragraph"><p>The tables below show what happens when running:</p></div>
Junio C Hamanob5a296f2010-08-13 02:46:361320<div class="listingblock">
1321<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531322<pre><code>git reset --option target</code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361323</div></div>
Junio C Hamanof2b280b2018-12-01 14:45:011324<div class="paragraph"><p>to reset the <code>HEAD</code> to another commit (<code>target</code>) with the different
Junio C Hamanob5a296f2010-08-13 02:46:361325reset options depending on the state of the files.</p></div>
Junio C Hamanof2b280b2018-12-01 14:45:011326<div class="paragraph"><p>In these tables, <code>A</code>, <code>B</code>, <code>C</code> and <code>D</code> are some different states of a
Junio C Hamanob5a296f2010-08-13 02:46:361327file. For example, the first line of the first table means that if a
Junio C Hamanof2b280b2018-12-01 14:45:011328file is in state <code>A</code> in the working tree, in state <code>B</code> in the index, in
1329state <code>C</code> in <code>HEAD</code> and in state <code>D</code> in the target, then <code>git reset --soft
1330target</code> will leave the file in the working tree in state <code>A</code> and in the
1331index in state <code>B</code>. It resets (i.e. moves) the <code>HEAD</code> (i.e. the tip of
1332the current branch, if you are on one) to <code>target</code> (which has the file
1333in state <code>D</code>).</p></div>
Junio C Hamanob5a296f2010-08-13 02:46:361334<div class="literalblock">
1335<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531336<pre><code>working index HEAD target working index HEAD
Junio C Hamanob5a296f2010-08-13 02:46:361337----------------------------------------------------
1338 A B C D --soft A B D
1339 --mixed A D D
1340 --hard D D D
1341 --merge (disallowed)
Junio C Hamanoc14e6ad2014-10-31 20:25:531342 --keep (disallowed)</code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361343</div></div>
1344<div class="literalblock">
1345<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531346<pre><code>working index HEAD target working index HEAD
Junio C Hamanob5a296f2010-08-13 02:46:361347----------------------------------------------------
1348 A B C C --soft A B C
1349 --mixed A C C
1350 --hard C C C
1351 --merge (disallowed)
Junio C Hamanoc14e6ad2014-10-31 20:25:531352 --keep A C C</code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361353</div></div>
1354<div class="literalblock">
1355<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531356<pre><code>working index HEAD target working index HEAD
Junio C Hamanob5a296f2010-08-13 02:46:361357----------------------------------------------------
1358 B B C D --soft B B D
1359 --mixed B D D
1360 --hard D D D
1361 --merge D D D
Junio C Hamanoc14e6ad2014-10-31 20:25:531362 --keep (disallowed)</code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361363</div></div>
1364<div class="literalblock">
1365<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531366<pre><code>working index HEAD target working index HEAD
Junio C Hamanob5a296f2010-08-13 02:46:361367----------------------------------------------------
1368 B B C C --soft B B C
1369 --mixed B C C
1370 --hard C C C
1371 --merge C C C
Junio C Hamanoc14e6ad2014-10-31 20:25:531372 --keep B C C</code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361373</div></div>
1374<div class="literalblock">
1375<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531376<pre><code>working index HEAD target working index HEAD
Junio C Hamanob5a296f2010-08-13 02:46:361377----------------------------------------------------
1378 B C C D --soft B C D
1379 --mixed B D D
1380 --hard D D D
1381 --merge (disallowed)
Junio C Hamanoc14e6ad2014-10-31 20:25:531382 --keep (disallowed)</code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361383</div></div>
1384<div class="literalblock">
1385<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531386<pre><code>working index HEAD target working index HEAD
Junio C Hamanob5a296f2010-08-13 02:46:361387----------------------------------------------------
1388 B C C C --soft B C C
1389 --mixed B C C
1390 --hard C C C
1391 --merge B C C
Junio C Hamanoc14e6ad2014-10-31 20:25:531392 --keep B C C</code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361393</div></div>
Junio C Hamanof2b280b2018-12-01 14:45:011394<div class="paragraph"><p><code>reset --merge</code> is meant to be used when resetting out of a conflicted
Junio C Hamano657fd8a2010-10-07 00:01:241395merge. Any mergy operation guarantees that the working tree file that is
Junio C Hamanob5a296f2010-08-13 02:46:361396involved in the merge does not have local change wrt the index before
Junio C Hamano657fd8a2010-10-07 00:01:241397it starts, and that it writes the result out to the working tree. So if
Junio C Hamanob5a296f2010-08-13 02:46:361398we see some difference between the index and the target and also
Junio C Hamano657fd8a2010-10-07 00:01:241399between the index and the working tree, then it means that we are not
Junio C Hamanob5a296f2010-08-13 02:46:361400resetting out from a state that a mergy operation left after failing
Junio C Hamanof2b280b2018-12-01 14:45:011401with a conflict. That is why we disallow <code>--merge</code> option in this case.</p></div>
1402<div class="paragraph"><p><code>reset --keep</code> is meant to be used when removing some of the last
Junio C Hamanob5a296f2010-08-13 02:46:361403commits in the current branch while keeping changes in the working
1404tree. If there could be conflicts between the changes in the commit we
1405want to remove and the changes in the working tree we want to keep,
Junio C Hamano68cf15a2010-11-06 01:01:591406the reset is disallowed. That&#8217;s why it is disallowed if there are both
Junio C Hamanof2b280b2018-12-01 14:45:011407changes between the working tree and <code>HEAD</code>, and between <code>HEAD</code> and the
Junio C Hamanob5a296f2010-08-13 02:46:361408target. To be safe, it is also disallowed when there are unmerged
1409entries.</p></div>
Junio C Hamano68cf15a2010-11-06 01:01:591410<div class="paragraph"><p>The following tables show what happens when there are unmerged
Junio C Hamanob5a296f2010-08-13 02:46:361411entries:</p></div>
1412<div class="literalblock">
1413<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531414<pre><code>working index HEAD target working index HEAD
Junio C Hamanob5a296f2010-08-13 02:46:361415----------------------------------------------------
1416 X U A B --soft (disallowed)
1417 --mixed X B B
1418 --hard B B B
1419 --merge B B B
Junio C Hamanoc14e6ad2014-10-31 20:25:531420 --keep (disallowed)</code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361421</div></div>
1422<div class="literalblock">
1423<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531424<pre><code>working index HEAD target working index HEAD
Junio C Hamanob5a296f2010-08-13 02:46:361425----------------------------------------------------
1426 X U A A --soft (disallowed)
1427 --mixed X A A
1428 --hard A A A
1429 --merge A A A
Junio C Hamanoc14e6ad2014-10-31 20:25:531430 --keep (disallowed)</code></pre>
Junio C Hamanob5a296f2010-08-13 02:46:361431</div></div>
Junio C Hamanof2b280b2018-12-01 14:45:011432<div class="paragraph"><p><code>X</code> means any state and <code>U</code> means an unmerged index.</p></div>
Junio C Hamanob5a296f2010-08-13 02:46:361433</div>
Junio C Hamano9d971152012-12-19 00:43:111434</div>
1435<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:311436<h2 id="_git">GIT</h2>
Junio C Hamano1a4e8412005-12-27 08:17:231437<div class="sectionbody">
Junio C Hamanoa28a9202012-06-21 07:08:231438<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
Junio C Hamano1a4e8412005-12-27 08:17:231439</div>
Junio C Hamano7bd050f2011-09-22 06:32:221440</div>
Junio C Hamano9d971152012-12-19 00:43:111441</div>
Junio C Hamano7bd050f2011-09-22 06:32:221442<div id="footnotes"><hr /></div>
Junio C Hamano1a4e8412005-12-27 08:17:231443<div id="footer">
1444<div id="footer-text">
Junio C Hamano2ef0ba32018-01-26 23:13:531445Last updated
Junio C Hamanof2b280b2018-12-01 14:45:011446 2018-12-01 23:35:58 JST
Junio C Hamano1a4e8412005-12-27 08:17:231447</div>
1448</div>
1449</body>
1450</html>