Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
| 2 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| 4 | <head> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 5 | <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> |
| 6 | <meta name="generator" content="AsciiDoc 8.6.8" /> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 7 | <title>git(1)</title> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 8 | <style type="text/css"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 9 | /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ |
| 10 | |
| 11 | /* Default font. */ |
| 12 | body { |
| 13 | font-family: Georgia,serif; |
| 14 | } |
| 15 | |
| 16 | /* Title font. */ |
| 17 | h1, h2, h3, h4, h5, h6, |
| 18 | div.title, caption.title, |
| 19 | thead, p.table.header, |
| 20 | #toctitle, |
| 21 | #author, #revnumber, #revdate, #revremark, |
| 22 | #footer { |
| 23 | font-family: Arial,Helvetica,sans-serif; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 24 | } |
| 25 | |
| 26 | body { |
| 27 | margin: 1em 5% 1em 5%; |
| 28 | } |
| 29 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 30 | a { |
| 31 | color: blue; |
| 32 | text-decoration: underline; |
| 33 | } |
| 34 | a:visited { |
| 35 | color: fuchsia; |
| 36 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 37 | |
| 38 | em { |
| 39 | font-style: italic; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 40 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 41 | } |
| 42 | |
| 43 | strong { |
| 44 | font-weight: bold; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 45 | color: #083194; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 46 | } |
| 47 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 48 | h1, h2, h3, h4, h5, h6 { |
| 49 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 50 | margin-top: 1.2em; |
| 51 | margin-bottom: 0.5em; |
| 52 | line-height: 1.3; |
| 53 | } |
| 54 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 55 | h1, h2, h3 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 56 | border-bottom: 2px solid silver; |
| 57 | } |
| 58 | h2 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 59 | padding-top: 0.5em; |
| 60 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 61 | h3 { |
| 62 | float: left; |
| 63 | } |
| 64 | h3 + * { |
| 65 | clear: left; |
| 66 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 67 | h5 { |
| 68 | font-size: 1.0em; |
| 69 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 70 | |
| 71 | div.sectionbody { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 72 | margin-left: 0; |
| 73 | } |
| 74 | |
| 75 | hr { |
| 76 | border: 1px solid silver; |
| 77 | } |
| 78 | |
| 79 | p { |
| 80 | margin-top: 0.5em; |
| 81 | margin-bottom: 0.5em; |
| 82 | } |
| 83 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 84 | ul, ol, li > p { |
| 85 | margin-top: 0; |
| 86 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 87 | ul > li { color: #aaa; } |
| 88 | ul > li > * { color: black; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 89 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 90 | .monospaced, code, pre { |
| 91 | font-family: "Courier New", Courier, monospace; |
| 92 | font-size: inherit; |
| 93 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 94 | padding: 0; |
| 95 | margin: 0; |
| 96 | } |
| 97 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 98 | |
| 99 | #author { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 100 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 101 | font-weight: bold; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 102 | font-size: 1.1em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 103 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 104 | #email { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 105 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 106 | #revnumber, #revdate, #revremark { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 107 | } |
| 108 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 109 | #footer { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 110 | font-size: small; |
| 111 | border-top: 2px solid silver; |
| 112 | padding-top: 0.5em; |
| 113 | margin-top: 4.0em; |
| 114 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 115 | #footer-text { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 116 | float: left; |
| 117 | padding-bottom: 0.5em; |
| 118 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 119 | #footer-badges { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 120 | float: right; |
| 121 | padding-bottom: 0.5em; |
| 122 | } |
| 123 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 124 | #preamble { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 125 | margin-top: 1.5em; |
| 126 | margin-bottom: 1.5em; |
| 127 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 128 | div.imageblock, div.exampleblock, div.verseblock, |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 129 | div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, |
| 130 | div.admonitionblock { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 131 | margin-top: 1.0em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 132 | margin-bottom: 1.5em; |
| 133 | } |
| 134 | div.admonitionblock { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 135 | margin-top: 2.0em; |
| 136 | margin-bottom: 2.0em; |
| 137 | margin-right: 10%; |
| 138 | color: #606060; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 139 | } |
| 140 | |
| 141 | div.content { /* Block element content. */ |
| 142 | padding: 0; |
| 143 | } |
| 144 | |
| 145 | /* Block element titles. */ |
| 146 | div.title, caption.title { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 147 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 148 | font-weight: bold; |
| 149 | text-align: left; |
| 150 | margin-top: 1.0em; |
| 151 | margin-bottom: 0.5em; |
| 152 | } |
| 153 | div.title + * { |
| 154 | margin-top: 0; |
| 155 | } |
| 156 | |
| 157 | td div.title:first-child { |
| 158 | margin-top: 0.0em; |
| 159 | } |
| 160 | div.content div.title:first-child { |
| 161 | margin-top: 0.0em; |
| 162 | } |
| 163 | div.content + div.title { |
| 164 | margin-top: 0.0em; |
| 165 | } |
| 166 | |
| 167 | div.sidebarblock > div.content { |
| 168 | background: #ffffee; |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 169 | border: 1px solid #dddddd; |
| 170 | border-left: 4px solid #f0f0f0; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 171 | padding: 0.5em; |
| 172 | } |
| 173 | |
| 174 | div.listingblock > div.content { |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 175 | border: 1px solid #dddddd; |
| 176 | border-left: 5px solid #f0f0f0; |
| 177 | background: #f8f8f8; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 178 | padding: 0.5em; |
| 179 | } |
| 180 | |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 181 | div.quoteblock, div.verseblock { |
| 182 | padding-left: 1.0em; |
| 183 | margin-left: 1.0em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 184 | margin-right: 10%; |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 185 | border-left: 5px solid #f0f0f0; |
| 186 | color: #888; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 187 | } |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 188 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 189 | div.quoteblock > div.attribution { |
| 190 | padding-top: 0.5em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 191 | text-align: right; |
| 192 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 193 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 194 | div.verseblock > pre.content { |
| 195 | font-family: inherit; |
| 196 | font-size: inherit; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 197 | } |
| 198 | div.verseblock > div.attribution { |
| 199 | padding-top: 0.75em; |
| 200 | text-align: left; |
| 201 | } |
| 202 | /* DEPRECATED: Pre version 8.2.7 verse style literal block. */ |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 203 | div.verseblock + div.attribution { |
| 204 | text-align: left; |
| 205 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 206 | |
| 207 | div.admonitionblock .icon { |
| 208 | vertical-align: top; |
| 209 | font-size: 1.1em; |
| 210 | font-weight: bold; |
| 211 | text-decoration: underline; |
| 212 | color: #527bbd; |
| 213 | padding-right: 0.5em; |
| 214 | } |
| 215 | div.admonitionblock td.content { |
| 216 | padding-left: 0.5em; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 217 | border-left: 3px solid #dddddd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 218 | } |
| 219 | |
| 220 | div.exampleblock > div.content { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 221 | border-left: 3px solid #dddddd; |
| 222 | padding-left: 0.5em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 223 | } |
| 224 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 225 | div.imageblock div.content { padding-left: 0; } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 226 | span.image img { border-style: none; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 227 | a.image:visited { color: white; } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 228 | |
| 229 | dl { |
| 230 | margin-top: 0.8em; |
| 231 | margin-bottom: 0.8em; |
| 232 | } |
| 233 | dt { |
| 234 | margin-top: 0.5em; |
| 235 | margin-bottom: 0; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 236 | font-style: normal; |
| 237 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 238 | } |
| 239 | dd > *:first-child { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 240 | margin-top: 0.1em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 241 | } |
| 242 | |
| 243 | ul, ol { |
| 244 | list-style-position: outside; |
| 245 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 246 | ol.arabic { |
| 247 | list-style-type: decimal; |
| 248 | } |
| 249 | ol.loweralpha { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 250 | list-style-type: lower-alpha; |
| 251 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 252 | ol.upperalpha { |
| 253 | list-style-type: upper-alpha; |
| 254 | } |
| 255 | ol.lowerroman { |
| 256 | list-style-type: lower-roman; |
| 257 | } |
| 258 | ol.upperroman { |
| 259 | list-style-type: upper-roman; |
| 260 | } |
| 261 | |
| 262 | div.compact ul, div.compact ol, |
| 263 | div.compact p, div.compact p, |
| 264 | div.compact div, div.compact div { |
| 265 | margin-top: 0.1em; |
| 266 | margin-bottom: 0.1em; |
| 267 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 268 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 269 | tfoot { |
| 270 | font-weight: bold; |
| 271 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 272 | td > div.verse { |
| 273 | white-space: pre; |
| 274 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 275 | |
| 276 | div.hdlist { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 277 | margin-top: 0.8em; |
| 278 | margin-bottom: 0.8em; |
| 279 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 280 | div.hdlist tr { |
| 281 | padding-bottom: 15px; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 282 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 283 | dt.hdlist1.strong, td.hdlist1.strong { |
| 284 | font-weight: bold; |
| 285 | } |
| 286 | td.hdlist1 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 287 | vertical-align: top; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 288 | font-style: normal; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 289 | padding-right: 0.8em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 290 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 291 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 292 | td.hdlist2 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 293 | vertical-align: top; |
| 294 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 295 | div.hdlist.compact tr { |
| 296 | margin: 0; |
| 297 | padding-bottom: 0; |
| 298 | } |
| 299 | |
| 300 | .comment { |
| 301 | background: yellow; |
| 302 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 303 | |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 304 | .footnote, .footnoteref { |
| 305 | font-size: 0.8em; |
| 306 | } |
| 307 | |
| 308 | span.footnote, span.footnoteref { |
| 309 | vertical-align: super; |
| 310 | } |
| 311 | |
| 312 | #footnotes { |
| 313 | margin: 20px 0 20px 0; |
| 314 | padding: 7px 0 0 0; |
| 315 | } |
| 316 | |
| 317 | #footnotes div.footnote { |
| 318 | margin: 0 0 5px 0; |
| 319 | } |
| 320 | |
| 321 | #footnotes hr { |
| 322 | border: none; |
| 323 | border-top: 1px solid silver; |
| 324 | height: 1px; |
| 325 | text-align: left; |
| 326 | margin-left: 0; |
| 327 | width: 20%; |
| 328 | min-width: 100px; |
| 329 | } |
| 330 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 331 | div.colist td { |
| 332 | padding-right: 0.5em; |
| 333 | padding-bottom: 0.3em; |
| 334 | vertical-align: top; |
| 335 | } |
| 336 | div.colist td img { |
| 337 | margin-top: 0.3em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 338 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 339 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 340 | @media print { |
| 341 | #footer-badges { display: none; } |
| 342 | } |
| 343 | |
| 344 | #toc { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 345 | margin-bottom: 2.5em; |
| 346 | } |
| 347 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 348 | #toctitle { |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 349 | color: #527bbd; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 350 | font-size: 1.1em; |
| 351 | font-weight: bold; |
| 352 | margin-top: 1.0em; |
| 353 | margin-bottom: 0.1em; |
| 354 | } |
| 355 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 356 | div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 357 | margin-top: 0; |
| 358 | margin-bottom: 0; |
| 359 | } |
| 360 | div.toclevel2 { |
| 361 | margin-left: 2em; |
| 362 | font-size: 0.9em; |
| 363 | } |
| 364 | div.toclevel3 { |
| 365 | margin-left: 4em; |
| 366 | font-size: 0.9em; |
| 367 | } |
| 368 | div.toclevel4 { |
| 369 | margin-left: 6em; |
| 370 | font-size: 0.9em; |
| 371 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 372 | |
| 373 | span.aqua { color: aqua; } |
| 374 | span.black { color: black; } |
| 375 | span.blue { color: blue; } |
| 376 | span.fuchsia { color: fuchsia; } |
| 377 | span.gray { color: gray; } |
| 378 | span.green { color: green; } |
| 379 | span.lime { color: lime; } |
| 380 | span.maroon { color: maroon; } |
| 381 | span.navy { color: navy; } |
| 382 | span.olive { color: olive; } |
| 383 | span.purple { color: purple; } |
| 384 | span.red { color: red; } |
| 385 | span.silver { color: silver; } |
| 386 | span.teal { color: teal; } |
| 387 | span.white { color: white; } |
| 388 | span.yellow { color: yellow; } |
| 389 | |
| 390 | span.aqua-background { background: aqua; } |
| 391 | span.black-background { background: black; } |
| 392 | span.blue-background { background: blue; } |
| 393 | span.fuchsia-background { background: fuchsia; } |
| 394 | span.gray-background { background: gray; } |
| 395 | span.green-background { background: green; } |
| 396 | span.lime-background { background: lime; } |
| 397 | span.maroon-background { background: maroon; } |
| 398 | span.navy-background { background: navy; } |
| 399 | span.olive-background { background: olive; } |
| 400 | span.purple-background { background: purple; } |
| 401 | span.red-background { background: red; } |
| 402 | span.silver-background { background: silver; } |
| 403 | span.teal-background { background: teal; } |
| 404 | span.white-background { background: white; } |
| 405 | span.yellow-background { background: yellow; } |
| 406 | |
| 407 | span.big { font-size: 2em; } |
| 408 | span.small { font-size: 0.6em; } |
| 409 | |
| 410 | span.underline { text-decoration: underline; } |
| 411 | span.overline { text-decoration: overline; } |
| 412 | span.line-through { text-decoration: line-through; } |
| 413 | |
| 414 | div.unbreakable { page-break-inside: avoid; } |
| 415 | |
| 416 | |
| 417 | /* |
| 418 | * xhtml11 specific |
| 419 | * |
| 420 | * */ |
| 421 | |
| 422 | div.tableblock { |
| 423 | margin-top: 1.0em; |
| 424 | margin-bottom: 1.5em; |
| 425 | } |
| 426 | div.tableblock > table { |
| 427 | border: 3px solid #527bbd; |
| 428 | } |
| 429 | thead, p.table.header { |
| 430 | font-weight: bold; |
| 431 | color: #527bbd; |
| 432 | } |
| 433 | p.table { |
| 434 | margin-top: 0; |
| 435 | } |
| 436 | /* Because the table frame attribute is overriden by CSS in most browsers. */ |
| 437 | div.tableblock > table[frame="void"] { |
| 438 | border-style: none; |
| 439 | } |
| 440 | div.tableblock > table[frame="hsides"] { |
| 441 | border-left-style: none; |
| 442 | border-right-style: none; |
| 443 | } |
| 444 | div.tableblock > table[frame="vsides"] { |
| 445 | border-top-style: none; |
| 446 | border-bottom-style: none; |
| 447 | } |
| 448 | |
| 449 | |
| 450 | /* |
| 451 | * html5 specific |
| 452 | * |
| 453 | * */ |
| 454 | |
| 455 | table.tableblock { |
| 456 | margin-top: 1.0em; |
| 457 | margin-bottom: 1.5em; |
| 458 | } |
| 459 | thead, p.tableblock.header { |
| 460 | font-weight: bold; |
| 461 | color: #527bbd; |
| 462 | } |
| 463 | p.tableblock { |
| 464 | margin-top: 0; |
| 465 | } |
| 466 | table.tableblock { |
| 467 | border-width: 3px; |
| 468 | border-spacing: 0px; |
| 469 | border-style: solid; |
| 470 | border-color: #527bbd; |
| 471 | border-collapse: collapse; |
| 472 | } |
| 473 | th.tableblock, td.tableblock { |
| 474 | border-width: 1px; |
| 475 | padding: 4px; |
| 476 | border-style: solid; |
| 477 | border-color: #527bbd; |
| 478 | } |
| 479 | |
| 480 | table.tableblock.frame-topbot { |
| 481 | border-left-style: hidden; |
| 482 | border-right-style: hidden; |
| 483 | } |
| 484 | table.tableblock.frame-sides { |
| 485 | border-top-style: hidden; |
| 486 | border-bottom-style: hidden; |
| 487 | } |
| 488 | table.tableblock.frame-none { |
| 489 | border-style: hidden; |
| 490 | } |
| 491 | |
| 492 | th.tableblock.halign-left, td.tableblock.halign-left { |
| 493 | text-align: left; |
| 494 | } |
| 495 | th.tableblock.halign-center, td.tableblock.halign-center { |
| 496 | text-align: center; |
| 497 | } |
| 498 | th.tableblock.halign-right, td.tableblock.halign-right { |
| 499 | text-align: right; |
| 500 | } |
| 501 | |
| 502 | th.tableblock.valign-top, td.tableblock.valign-top { |
| 503 | vertical-align: top; |
| 504 | } |
| 505 | th.tableblock.valign-middle, td.tableblock.valign-middle { |
| 506 | vertical-align: middle; |
| 507 | } |
| 508 | th.tableblock.valign-bottom, td.tableblock.valign-bottom { |
| 509 | vertical-align: bottom; |
| 510 | } |
| 511 | |
| 512 | |
| 513 | /* |
| 514 | * manpage specific |
| 515 | * |
| 516 | * */ |
| 517 | |
| 518 | body.manpage h1 { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 519 | padding-top: 0.5em; |
| 520 | padding-bottom: 0.5em; |
| 521 | border-top: 2px solid silver; |
| 522 | border-bottom: 2px solid silver; |
| 523 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 524 | body.manpage h2 { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 525 | border-style: none; |
| 526 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 527 | body.manpage div.sectionbody { |
| 528 | margin-left: 3em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 529 | } |
| 530 | |
| 531 | @media print { |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 532 | body.manpage div#toc { display: none; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 533 | } |
| 534 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 535 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 536 | </style> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 537 | <script type="text/javascript"> |
| 538 | /*<![CDATA[*/ |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 539 | var asciidoc = { // Namespace. |
| 540 | |
| 541 | ///////////////////////////////////////////////////////////////////// |
| 542 | // Table Of Contents generator |
| 543 | ///////////////////////////////////////////////////////////////////// |
| 544 | |
| 545 | /* Author: Mihai Bazon, September 2002 |
| 546 | * http://students.infoiasi.ro/~mishoo |
| 547 | * |
| 548 | * Table Of Content generator |
| 549 | * Version: 0.4 |
| 550 | * |
| 551 | * Feel free to use this script under the terms of the GNU General Public |
| 552 | * License, as long as you do not remove or alter this notice. |
| 553 | */ |
| 554 | |
| 555 | /* modified by Troy D. Hanson, September 2006. License: GPL */ |
| 556 | /* modified by Stuart Rackham, 2006, 2009. License: GPL */ |
| 557 | |
| 558 | // toclevels = 1..4. |
| 559 | toc: function (toclevels) { |
| 560 | |
| 561 | function getText(el) { |
| 562 | var text = ""; |
| 563 | for (var i = el.firstChild; i != null; i = i.nextSibling) { |
| 564 | if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants. |
| 565 | text += i.data; |
| 566 | else if (i.firstChild != null) |
| 567 | text += getText(i); |
| 568 | } |
| 569 | return text; |
| 570 | } |
| 571 | |
| 572 | function TocEntry(el, text, toclevel) { |
| 573 | this.element = el; |
| 574 | this.text = text; |
| 575 | this.toclevel = toclevel; |
| 576 | } |
| 577 | |
| 578 | function tocEntries(el, toclevels) { |
| 579 | var result = new Array; |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 580 | var re = new RegExp('[hH]([1-'+(toclevels+1)+'])'); |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 581 | // Function that scans the DOM tree for header elements (the DOM2 |
| 582 | // nodeIterator API would be a better technique but not supported by all |
| 583 | // browsers). |
| 584 | var iterate = function (el) { |
| 585 | for (var i = el.firstChild; i != null; i = i.nextSibling) { |
| 586 | if (i.nodeType == 1 /* Node.ELEMENT_NODE */) { |
| 587 | var mo = re.exec(i.tagName); |
| 588 | if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") { |
| 589 | result[result.length] = new TocEntry(i, getText(i), mo[1]-1); |
| 590 | } |
| 591 | iterate(i); |
| 592 | } |
| 593 | } |
| 594 | } |
| 595 | iterate(el); |
| 596 | return result; |
| 597 | } |
| 598 | |
| 599 | var toc = document.getElementById("toc"); |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 600 | if (!toc) { |
| 601 | return; |
| 602 | } |
| 603 | |
| 604 | // Delete existing TOC entries in case we're reloading the TOC. |
| 605 | var tocEntriesToRemove = []; |
| 606 | var i; |
| 607 | for (i = 0; i < toc.childNodes.length; i++) { |
| 608 | var entry = toc.childNodes[i]; |
| 609 | if (entry.nodeName.toLowerCase() == 'div' |
| 610 | && entry.getAttribute("class") |
| 611 | && entry.getAttribute("class").match(/^toclevel/)) |
| 612 | tocEntriesToRemove.push(entry); |
| 613 | } |
| 614 | for (i = 0; i < tocEntriesToRemove.length; i++) { |
| 615 | toc.removeChild(tocEntriesToRemove[i]); |
| 616 | } |
| 617 | |
| 618 | // Rebuild TOC entries. |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 619 | var entries = tocEntries(document.getElementById("content"), toclevels); |
| 620 | for (var i = 0; i < entries.length; ++i) { |
| 621 | var entry = entries[i]; |
| 622 | if (entry.element.id == "") |
| 623 | entry.element.id = "_toc_" + i; |
| 624 | var a = document.createElement("a"); |
| 625 | a.href = "#" + entry.element.id; |
| 626 | a.appendChild(document.createTextNode(entry.text)); |
| 627 | var div = document.createElement("div"); |
| 628 | div.appendChild(a); |
| 629 | div.className = "toclevel" + entry.toclevel; |
| 630 | toc.appendChild(div); |
| 631 | } |
| 632 | if (entries.length == 0) |
| 633 | toc.parentNode.removeChild(toc); |
| 634 | }, |
| 635 | |
| 636 | |
| 637 | ///////////////////////////////////////////////////////////////////// |
| 638 | // Footnotes generator |
| 639 | ///////////////////////////////////////////////////////////////////// |
| 640 | |
| 641 | /* Based on footnote generation code from: |
| 642 | * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html |
| 643 | */ |
| 644 | |
| 645 | footnotes: function () { |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 646 | // Delete existing footnote entries in case we're reloading the footnodes. |
| 647 | var i; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 648 | var noteholder = document.getElementById("footnotes"); |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 649 | if (!noteholder) { |
| 650 | return; |
| 651 | } |
| 652 | var entriesToRemove = []; |
| 653 | for (i = 0; i < noteholder.childNodes.length; i++) { |
| 654 | var entry = noteholder.childNodes[i]; |
| 655 | if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote") |
| 656 | entriesToRemove.push(entry); |
| 657 | } |
| 658 | for (i = 0; i < entriesToRemove.length; i++) { |
| 659 | noteholder.removeChild(entriesToRemove[i]); |
| 660 | } |
| 661 | |
| 662 | // Rebuild footnote entries. |
| 663 | var cont = document.getElementById("content"); |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 664 | var spans = cont.getElementsByTagName("span"); |
| 665 | var refs = {}; |
| 666 | var n = 0; |
| 667 | for (i=0; i<spans.length; i++) { |
| 668 | if (spans[i].className == "footnote") { |
| 669 | n++; |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 670 | var note = spans[i].getAttribute("data-note"); |
| 671 | if (!note) { |
| 672 | // Use [\s\S] in place of . so multi-line matches work. |
| 673 | // Because JavaScript has no s (dotall) regex flag. |
| 674 | note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1]; |
| 675 | spans[i].innerHTML = |
| 676 | "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n + |
| 677 | "' title='View footnote' class='footnote'>" + n + "</a>]"; |
| 678 | spans[i].setAttribute("data-note", note); |
| 679 | } |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 680 | noteholder.innerHTML += |
| 681 | "<div class='footnote' id='_footnote_" + n + "'>" + |
| 682 | "<a href='#_footnoteref_" + n + "' title='Return to text'>" + |
| 683 | n + "</a>. " + note + "</div>"; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 684 | var id =spans[i].getAttribute("id"); |
| 685 | if (id != null) refs["#"+id] = n; |
| 686 | } |
| 687 | } |
| 688 | if (n == 0) |
| 689 | noteholder.parentNode.removeChild(noteholder); |
| 690 | else { |
| 691 | // Process footnoterefs. |
| 692 | for (i=0; i<spans.length; i++) { |
| 693 | if (spans[i].className == "footnoteref") { |
| 694 | var href = spans[i].getElementsByTagName("a")[0].getAttribute("href"); |
| 695 | href = href.match(/#.*/)[0]; // Because IE return full URL. |
| 696 | n = refs[href]; |
| 697 | spans[i].innerHTML = |
| 698 | "[<a href='#_footnote_" + n + |
| 699 | "' title='View footnote' class='footnote'>" + n + "</a>]"; |
| 700 | } |
| 701 | } |
| 702 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 703 | }, |
| 704 | |
| 705 | install: function(toclevels) { |
| 706 | var timerId; |
| 707 | |
| 708 | function reinstall() { |
| 709 | asciidoc.footnotes(); |
| 710 | if (toclevels) { |
| 711 | asciidoc.toc(toclevels); |
| 712 | } |
| 713 | } |
| 714 | |
| 715 | function reinstallAndRemoveTimer() { |
| 716 | clearInterval(timerId); |
| 717 | reinstall(); |
| 718 | } |
| 719 | |
| 720 | timerId = setInterval(reinstall, 500); |
| 721 | if (document.addEventListener) |
| 722 | document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false); |
| 723 | else |
| 724 | window.onload = reinstallAndRemoveTimer; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 725 | } |
| 726 | |
| 727 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 728 | asciidoc.install(); |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 729 | /*]]>*/ |
| 730 | </script> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 731 | </head> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 732 | <body class="manpage"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 733 | <div id="header"> |
| 734 | <h1> |
Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 735 | git(1) Manual Page |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 736 | </h1> |
| 737 | <h2>NAME</h2> |
| 738 | <div class="sectionbody"> |
| 739 | <p>git - |
| 740 | the stupid content tracker |
| 741 | </p> |
| 742 | </div> |
| 743 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 744 | <div id="content"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 745 | <div class="sect1"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 746 | <h2 id="_synopsis">SYNOPSIS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 747 | <div class="sectionbody"> |
Junio C Hamano | 6b2cee1 | 2006-08-26 08:43:31 | [diff] [blame] | 748 | <div class="verseblock"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 749 | <pre class="content"><em>git</em> [--version] [--help] [-c <name>=<value>] |
Junio C Hamano | 90ff60f | 2012-02-20 10:25:14 | [diff] [blame] | 750 | [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] |
Junio C Hamano | f727901 | 2011-08-18 06:13:13 | [diff] [blame] | 751 | [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] |
| 752 | [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 753 | <command> [<args>]</pre> |
| 754 | <div class="attribution"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 755 | </div></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 756 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 757 | </div> |
| 758 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 759 | <h2 id="_description">DESCRIPTION</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 760 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 761 | <div class="paragraph"><p>Git is a fast, scalable, distributed revision control system with an |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 762 | unusually rich command set that provides both high-level operations |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 763 | and full access to internals.</p></div> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 764 | <div class="paragraph"><p>See <a href="gittutorial.html">gittutorial(7)</a> to get started, then see |
Junio C Hamano | d031611 | 2012-08-22 19:55:29 | [diff] [blame] | 765 | <a href="everyday.html">Everyday Git</a> for a useful minimum set of |
| 766 | commands. The <a href="user-manual.html">Git User’s Manual</a> has a more |
| 767 | in-depth introduction.</p></div> |
| 768 | <div class="paragraph"><p>After you mastered the basic concepts, you can come back to this |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 769 | page to learn what commands Git offers. You can learn more about |
| 770 | individual Git commands with "git help command". <a href="gitcli.html">gitcli(7)</a> |
Junio C Hamano | d031611 | 2012-08-22 19:55:29 | [diff] [blame] | 771 | manual page gives you an overview of the command line command syntax.</p></div> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 772 | <div class="paragraph"><p>Formatted and hyperlinked version of the latest Git documentation |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 773 | can be viewed at <code>http://git-htmldocs.googlecode.com/git/git.html</code>.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 774 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 775 | </div> |
| 776 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 777 | <h2 id="_options">OPTIONS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 778 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 779 | <div class="dlist"><dl> |
| 780 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 781 | --version |
| 782 | </dt> |
| 783 | <dd> |
| 784 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 785 | Prints the Git suite version that the <em>git</em> program came from. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 786 | </p> |
| 787 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 788 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 789 | --help |
| 790 | </dt> |
| 791 | <dd> |
| 792 | <p> |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 793 | Prints the synopsis and a list of the most commonly used |
Junio C Hamano | 5825687 | 2007-12-04 08:31:13 | [diff] [blame] | 794 | commands. If the option <em>--all</em> or <em>-a</em> is given then all |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 795 | available commands are printed. If a Git command is named this |
Junio C Hamano | 5825687 | 2007-12-04 08:31:13 | [diff] [blame] | 796 | option will bring up the manual page for that command. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 797 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 798 | <div class="paragraph"><p>Other options are available to control how the manual page is |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 799 | displayed. See <a href="git-help.html">git-help(1)</a> for more information, |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 800 | because <code>git --help ...</code> is converted internally into <code>git |
| 801 | help ...</code>.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 802 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 803 | <dt class="hdlist1"> |
Junio C Hamano | cc7636a | 2010-05-21 14:57:53 | [diff] [blame] | 804 | -c <name>=<value> |
| 805 | </dt> |
| 806 | <dd> |
| 807 | <p> |
| 808 | Pass a configuration parameter to the command. The value |
| 809 | given will override values from configuration files. |
| 810 | The <name> is expected in the same format as listed by |
| 811 | <em>git config</em> (subkeys separated by dots). |
| 812 | </p> |
| 813 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 814 | <dt class="hdlist1"> |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 815 | --exec-path[=<path>] |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 816 | </dt> |
| 817 | <dd> |
| 818 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 819 | Path to wherever your core Git programs are installed. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 820 | This can also be controlled by setting the GIT_EXEC_PATH |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 821 | environment variable. If no path is given, <em>git</em> will print |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 822 | the current setting and then exit. |
| 823 | </p> |
| 824 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 825 | <dt class="hdlist1"> |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 826 | --html-path |
| 827 | </dt> |
| 828 | <dd> |
| 829 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 830 | Print the path, without trailing slash, where Git’s HTML |
Junio C Hamano | 5f2627d | 2011-05-06 20:23:48 | [diff] [blame] | 831 | documentation is installed and exit. |
| 832 | </p> |
| 833 | </dd> |
| 834 | <dt class="hdlist1"> |
| 835 | --man-path |
| 836 | </dt> |
| 837 | <dd> |
| 838 | <p> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 839 | Print the manpath (see <code>man(1)</code>) for the man pages for |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 840 | this version of Git and exit. |
Junio C Hamano | 5f2627d | 2011-05-06 20:23:48 | [diff] [blame] | 841 | </p> |
| 842 | </dd> |
| 843 | <dt class="hdlist1"> |
| 844 | --info-path |
| 845 | </dt> |
| 846 | <dd> |
| 847 | <p> |
| 848 | Print the path where the Info files documenting this |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 849 | version of Git are installed and exit. |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 850 | </p> |
| 851 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 852 | <dt class="hdlist1"> |
Junio C Hamano | eb41599 | 2008-06-08 22:49:47 | [diff] [blame] | 853 | -p |
| 854 | </dt> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 855 | <dt class="hdlist1"> |
Junio C Hamano | eb41599 | 2008-06-08 22:49:47 | [diff] [blame] | 856 | --paginate |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 857 | </dt> |
| 858 | <dd> |
| 859 | <p> |
Junio C Hamano | 4aa0bcc | 2010-03-03 05:13:12 | [diff] [blame] | 860 | Pipe all output into <em>less</em> (or if set, $PAGER) if standard |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 861 | output is a terminal. This overrides the <code>pager.<cmd></code> |
Junio C Hamano | 4aa0bcc | 2010-03-03 05:13:12 | [diff] [blame] | 862 | configuration options (see the "Configuration Mechanism" section |
| 863 | below). |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 864 | </p> |
| 865 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 866 | <dt class="hdlist1"> |
Junio C Hamano | cae8627 | 2007-08-21 02:20:49 | [diff] [blame] | 867 | --no-pager |
| 868 | </dt> |
| 869 | <dd> |
| 870 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 871 | Do not pipe Git output into a pager. |
Junio C Hamano | cae8627 | 2007-08-21 02:20:49 | [diff] [blame] | 872 | </p> |
| 873 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 874 | <dt class="hdlist1"> |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 875 | --git-dir=<path> |
| 876 | </dt> |
| 877 | <dd> |
| 878 | <p> |
| 879 | Set the path to the repository. This can also be controlled by |
Junio C Hamano | 7d575a5 | 2008-04-30 08:45:27 | [diff] [blame] | 880 | setting the GIT_DIR environment variable. It can be an absolute |
| 881 | path or relative path to current working directory. |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 882 | </p> |
| 883 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 884 | <dt class="hdlist1"> |
Junio C Hamano | d526ba9 | 2007-07-02 00:17:42 | [diff] [blame] | 885 | --work-tree=<path> |
| 886 | </dt> |
| 887 | <dd> |
| 888 | <p> |
Junio C Hamano | 80d5846 | 2011-01-24 22:52:52 | [diff] [blame] | 889 | Set the path to the working tree. It can be an absolute path |
| 890 | or a path relative to the current working directory. |
Junio C Hamano | d526ba9 | 2007-07-02 00:17:42 | [diff] [blame] | 891 | This can also be controlled by setting the GIT_WORK_TREE |
| 892 | environment variable and the core.worktree configuration |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 893 | variable (see core.worktree in <a href="git-config.html">git-config(1)</a> for a |
Junio C Hamano | 80d5846 | 2011-01-24 22:52:52 | [diff] [blame] | 894 | more detailed discussion). |
Junio C Hamano | d526ba9 | 2007-07-02 00:17:42 | [diff] [blame] | 895 | </p> |
| 896 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 897 | <dt class="hdlist1"> |
Junio C Hamano | f727901 | 2011-08-18 06:13:13 | [diff] [blame] | 898 | --namespace=<path> |
| 899 | </dt> |
| 900 | <dd> |
| 901 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 902 | Set the Git namespace. See <a href="gitnamespaces.html">gitnamespaces(7)</a> for more |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 903 | details. Equivalent to setting the <code>GIT_NAMESPACE</code> environment |
Junio C Hamano | f727901 | 2011-08-18 06:13:13 | [diff] [blame] | 904 | variable. |
| 905 | </p> |
| 906 | </dd> |
| 907 | <dt class="hdlist1"> |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 908 | --bare |
| 909 | </dt> |
| 910 | <dd> |
| 911 | <p> |
Junio C Hamano | c435b1c | 2007-08-28 06:25:35 | [diff] [blame] | 912 | Treat the repository as a bare repository. If GIT_DIR |
| 913 | environment is not set, it is set to the current working |
| 914 | directory. |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 915 | </p> |
| 916 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 917 | <dt class="hdlist1"> |
Junio C Hamano | 3d23a0a | 2009-10-19 08:04:30 | [diff] [blame] | 918 | --no-replace-objects |
| 919 | </dt> |
| 920 | <dd> |
| 921 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 922 | Do not use replacement refs to replace Git objects. See |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 923 | <a href="git-replace.html">git-replace(1)</a> for more information. |
Junio C Hamano | 3d23a0a | 2009-10-19 08:04:30 | [diff] [blame] | 924 | </p> |
| 925 | </dd> |
Junio C Hamano | abad6da | 2013-01-06 09:06:32 | [diff] [blame] | 926 | <dt class="hdlist1"> |
| 927 | --literal-pathspecs |
| 928 | </dt> |
| 929 | <dd> |
| 930 | <p> |
| 931 | Treat pathspecs literally, rather than as glob patterns. This is |
| 932 | equivalent to setting the <code>GIT_LITERAL_PATHSPECS</code> environment |
| 933 | variable to <code>1</code>. |
| 934 | </p> |
| 935 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 936 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 937 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 938 | </div> |
| 939 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 940 | <h2 id="_git_commands">GIT COMMANDS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 941 | <div class="sectionbody"> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 942 | <div class="paragraph"><p>We divide Git into high level ("porcelain") commands and low level |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 943 | ("plumbing") commands.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 944 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 945 | </div> |
| 946 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 947 | <h2 id="_high_level_commands_porcelain">High-level commands (porcelain)</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 948 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 949 | <div class="paragraph"><p>We separate the porcelain commands into the main commands and some |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 950 | ancillary user utilities.</p></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 951 | <div class="sect2"> |
| 952 | <h3 id="_main_porcelain_commands">Main porcelain commands</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 953 | <div class="dlist"><dl> |
| 954 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 955 | <a href="git-add.html">git-add(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 956 | </dt> |
| 957 | <dd> |
| 958 | <p> |
Junio C Hamano | 4cd1c0e | 2007-08-06 04:39:14 | [diff] [blame] | 959 | Add file contents to the index. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 960 | </p> |
| 961 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 962 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 963 | <a href="git-am.html">git-am(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 964 | </dt> |
| 965 | <dd> |
| 966 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 967 | Apply a series of patches from a mailbox. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 968 | </p> |
| 969 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 970 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 971 | <a href="git-archive.html">git-archive(1)</a> |
Junio C Hamano | 817abb4 | 2006-09-26 07:16:58 | [diff] [blame] | 972 | </dt> |
| 973 | <dd> |
| 974 | <p> |
Junio C Hamano | 4ec0671 | 2007-06-09 20:39:33 | [diff] [blame] | 975 | Create an archive of files from a named tree. |
Junio C Hamano | 817abb4 | 2006-09-26 07:16:58 | [diff] [blame] | 976 | </p> |
| 977 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 978 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 979 | <a href="git-bisect.html">git-bisect(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 980 | </dt> |
| 981 | <dd> |
| 982 | <p> |
Junio C Hamano | fd83b8e | 2009-03-22 08:21:41 | [diff] [blame] | 983 | Find by binary search the change that introduced a bug. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 984 | </p> |
| 985 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 986 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 987 | <a href="git-branch.html">git-branch(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 988 | </dt> |
| 989 | <dd> |
| 990 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 991 | List, create, or delete branches. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 992 | </p> |
| 993 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 994 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 995 | <a href="git-bundle.html">git-bundle(1)</a> |
Junio C Hamano | 6ac2f14 | 2007-03-01 01:24:56 | [diff] [blame] | 996 | </dt> |
| 997 | <dd> |
| 998 | <p> |
| 999 | Move objects and refs by archive. |
| 1000 | </p> |
| 1001 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1002 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1003 | <a href="git-checkout.html">git-checkout(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1004 | </dt> |
| 1005 | <dd> |
| 1006 | <p> |
Junio C Hamano | a14a403 | 2008-03-25 09:11:02 | [diff] [blame] | 1007 | Checkout a branch or paths to the working tree. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1008 | </p> |
| 1009 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1010 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1011 | <a href="git-cherry-pick.html">git-cherry-pick(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1012 | </dt> |
| 1013 | <dd> |
| 1014 | <p> |
Junio C Hamano | 89a5734 | 2010-06-22 23:22:55 | [diff] [blame] | 1015 | Apply the changes introduced by some existing commits. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1016 | </p> |
| 1017 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1018 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1019 | <a href="git-citool.html">git-citool(1)</a> |
Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 1020 | </dt> |
| 1021 | <dd> |
| 1022 | <p> |
| 1023 | Graphical alternative to git-commit. |
| 1024 | </p> |
| 1025 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1026 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1027 | <a href="git-clean.html">git-clean(1)</a> |
Junio C Hamano | 54559c8 | 2006-04-13 07:45:12 | [diff] [blame] | 1028 | </dt> |
| 1029 | <dd> |
| 1030 | <p> |
| 1031 | Remove untracked files from the working tree. |
| 1032 | </p> |
| 1033 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1034 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1035 | <a href="git-clone.html">git-clone(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1036 | </dt> |
| 1037 | <dd> |
| 1038 | <p> |
Junio C Hamano | 4ec0671 | 2007-06-09 20:39:33 | [diff] [blame] | 1039 | Clone a repository into a new directory. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1040 | </p> |
| 1041 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1042 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1043 | <a href="git-commit.html">git-commit(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1044 | </dt> |
| 1045 | <dd> |
| 1046 | <p> |
| 1047 | Record changes to the repository. |
| 1048 | </p> |
| 1049 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1050 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1051 | <a href="git-describe.html">git-describe(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1052 | </dt> |
| 1053 | <dd> |
| 1054 | <p> |
| 1055 | Show the most recent tag that is reachable from a commit. |
| 1056 | </p> |
| 1057 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1058 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1059 | <a href="git-diff.html">git-diff(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1060 | </dt> |
| 1061 | <dd> |
| 1062 | <p> |
| 1063 | Show changes between commits, commit and working tree, etc. |
| 1064 | </p> |
| 1065 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1066 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1067 | <a href="git-fetch.html">git-fetch(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1068 | </dt> |
| 1069 | <dd> |
| 1070 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1071 | Download objects and refs from another repository. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1072 | </p> |
| 1073 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1074 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1075 | <a href="git-format-patch.html">git-format-patch(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1076 | </dt> |
| 1077 | <dd> |
| 1078 | <p> |
| 1079 | Prepare patches for e-mail submission. |
| 1080 | </p> |
| 1081 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1082 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1083 | <a href="git-gc.html">git-gc(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1084 | </dt> |
| 1085 | <dd> |
| 1086 | <p> |
| 1087 | Cleanup unnecessary files and optimize the local repository. |
| 1088 | </p> |
| 1089 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1090 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1091 | <a href="git-grep.html">git-grep(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1092 | </dt> |
| 1093 | <dd> |
| 1094 | <p> |
| 1095 | Print lines matching a pattern. |
| 1096 | </p> |
| 1097 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1098 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1099 | <a href="git-gui.html">git-gui(1)</a> |
Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 1100 | </dt> |
| 1101 | <dd> |
| 1102 | <p> |
| 1103 | A portable graphical interface to Git. |
| 1104 | </p> |
| 1105 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1106 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1107 | <a href="git-init.html">git-init(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1108 | </dt> |
| 1109 | <dd> |
| 1110 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1111 | Create an empty Git repository or reinitialize an existing one. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1112 | </p> |
| 1113 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1114 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1115 | <a href="git-log.html">git-log(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1116 | </dt> |
| 1117 | <dd> |
| 1118 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1119 | Show commit logs. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1120 | </p> |
| 1121 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1122 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1123 | <a href="git-merge.html">git-merge(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1124 | </dt> |
| 1125 | <dd> |
| 1126 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1127 | Join two or more development histories together. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1128 | </p> |
| 1129 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1130 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1131 | <a href="git-mv.html">git-mv(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1132 | </dt> |
| 1133 | <dd> |
| 1134 | <p> |
| 1135 | Move or rename a file, a directory, or a symlink. |
| 1136 | </p> |
| 1137 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1138 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1139 | <a href="git-notes.html">git-notes(1)</a> |
Junio C Hamano | 3b70d3c | 2009-11-21 17:37:37 | [diff] [blame] | 1140 | </dt> |
| 1141 | <dd> |
| 1142 | <p> |
Junio C Hamano | a574a09 | 2010-06-13 19:57:10 | [diff] [blame] | 1143 | Add or inspect object notes. |
Junio C Hamano | 3b70d3c | 2009-11-21 17:37:37 | [diff] [blame] | 1144 | </p> |
| 1145 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1146 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1147 | <a href="git-pull.html">git-pull(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1148 | </dt> |
| 1149 | <dd> |
| 1150 | <p> |
Junio C Hamano | 8401f14 | 2013-07-12 22:47:46 | [diff] [blame] | 1151 | Fetch from and integrate with another repository or a local branch. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1152 | </p> |
| 1153 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1154 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1155 | <a href="git-push.html">git-push(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1156 | </dt> |
| 1157 | <dd> |
| 1158 | <p> |
| 1159 | Update remote refs along with associated objects. |
| 1160 | </p> |
| 1161 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1162 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1163 | <a href="git-rebase.html">git-rebase(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1164 | </dt> |
| 1165 | <dd> |
| 1166 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1167 | Forward-port local commits to the updated upstream head. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1168 | </p> |
| 1169 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1170 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1171 | <a href="git-reset.html">git-reset(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1172 | </dt> |
| 1173 | <dd> |
| 1174 | <p> |
| 1175 | Reset current HEAD to the specified state. |
| 1176 | </p> |
| 1177 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1178 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1179 | <a href="git-revert.html">git-revert(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1180 | </dt> |
| 1181 | <dd> |
| 1182 | <p> |
Junio C Hamano | 89a5734 | 2010-06-22 23:22:55 | [diff] [blame] | 1183 | Revert some existing commits. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1184 | </p> |
| 1185 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1186 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1187 | <a href="git-rm.html">git-rm(1)</a> |
Junio C Hamano | 54559c8 | 2006-04-13 07:45:12 | [diff] [blame] | 1188 | </dt> |
| 1189 | <dd> |
| 1190 | <p> |
| 1191 | Remove files from the working tree and from the index. |
| 1192 | </p> |
| 1193 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1194 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1195 | <a href="git-shortlog.html">git-shortlog(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1196 | </dt> |
| 1197 | <dd> |
| 1198 | <p> |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 1199 | Summarize <em>git log</em> output. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1200 | </p> |
| 1201 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1202 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1203 | <a href="git-show.html">git-show(1)</a> |
Junio C Hamano | 2b13527 | 2006-03-18 07:45:42 | [diff] [blame] | 1204 | </dt> |
| 1205 | <dd> |
| 1206 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1207 | Show various types of objects. |
Junio C Hamano | 2b13527 | 2006-03-18 07:45:42 | [diff] [blame] | 1208 | </p> |
| 1209 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1210 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1211 | <a href="git-stash.html">git-stash(1)</a> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 1212 | </dt> |
| 1213 | <dd> |
| 1214 | <p> |
| 1215 | Stash the changes in a dirty working directory away. |
| 1216 | </p> |
| 1217 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1218 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1219 | <a href="git-status.html">git-status(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1220 | </dt> |
| 1221 | <dd> |
| 1222 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1223 | Show the working tree status. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1224 | </p> |
| 1225 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1226 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1227 | <a href="git-submodule.html">git-submodule(1)</a> |
Junio C Hamano | 38b693c | 2007-06-03 08:40:14 | [diff] [blame] | 1228 | </dt> |
| 1229 | <dd> |
| 1230 | <p> |
| 1231 | Initialize, update or inspect submodules. |
| 1232 | </p> |
| 1233 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1234 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1235 | <a href="git-tag.html">git-tag(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1236 | </dt> |
| 1237 | <dd> |
| 1238 | <p> |
Junio C Hamano | db450ba | 2007-01-21 08:57:14 | [diff] [blame] | 1239 | Create, list, delete or verify a tag object signed with GPG. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1240 | </p> |
| 1241 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1242 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1243 | <a href="gitk.html">gitk(1)</a> |
Junio C Hamano | 0a16b95 | 2007-12-02 18:56:34 | [diff] [blame] | 1244 | </dt> |
| 1245 | <dd> |
| 1246 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1247 | The Git repository browser. |
Junio C Hamano | 0a16b95 | 2007-12-02 18:56:34 | [diff] [blame] | 1248 | </p> |
| 1249 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1250 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1251 | </div> |
| 1252 | <div class="sect2"> |
| 1253 | <h3 id="_ancillary_commands">Ancillary Commands</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1254 | <div class="paragraph"><p>Manipulators:</p></div> |
| 1255 | <div class="dlist"><dl> |
| 1256 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1257 | <a href="git-config.html">git-config(1)</a> |
Junio C Hamano | b1d6e88 | 2007-08-11 08:30:16 | [diff] [blame] | 1258 | </dt> |
| 1259 | <dd> |
| 1260 | <p> |
| 1261 | Get and set repository or global options. |
| 1262 | </p> |
| 1263 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1264 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1265 | <a href="git-fast-export.html">git-fast-export(1)</a> |
Junio C Hamano | 5825687 | 2007-12-04 08:31:13 | [diff] [blame] | 1266 | </dt> |
| 1267 | <dd> |
| 1268 | <p> |
| 1269 | Git data exporter. |
| 1270 | </p> |
| 1271 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1272 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1273 | <a href="git-fast-import.html">git-fast-import(1)</a> |
Junio C Hamano | dfc4ce7 | 2007-02-07 23:17:29 | [diff] [blame] | 1274 | </dt> |
| 1275 | <dd> |
| 1276 | <p> |
Junio C Hamano | 053827f | 2007-02-14 07:23:58 | [diff] [blame] | 1277 | Backend for fast Git data importers. |
Junio C Hamano | dfc4ce7 | 2007-02-07 23:17:29 | [diff] [blame] | 1278 | </p> |
| 1279 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1280 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1281 | <a href="git-filter-branch.html">git-filter-branch(1)</a> |
Junio C Hamano | bb0f404 | 2007-07-04 06:41:40 | [diff] [blame] | 1282 | </dt> |
| 1283 | <dd> |
| 1284 | <p> |
| 1285 | Rewrite branches. |
| 1286 | </p> |
| 1287 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1288 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1289 | <a href="git-lost-found.html">git-lost-found(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1290 | </dt> |
| 1291 | <dd> |
| 1292 | <p> |
Junio C Hamano | 2d7f027 | 2007-11-09 10:03:46 | [diff] [blame] | 1293 | (deprecated) Recover lost refs that luckily have not yet been pruned. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1294 | </p> |
| 1295 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1296 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1297 | <a href="git-mergetool.html">git-mergetool(1)</a> |
Junio C Hamano | 103ad7f | 2007-03-14 11:19:26 | [diff] [blame] | 1298 | </dt> |
| 1299 | <dd> |
| 1300 | <p> |
| 1301 | Run merge conflict resolution tools to resolve merge conflicts. |
| 1302 | </p> |
| 1303 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1304 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1305 | <a href="git-pack-refs.html">git-pack-refs(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1306 | </dt> |
| 1307 | <dd> |
| 1308 | <p> |
| 1309 | Pack heads and tags for efficient repository access. |
| 1310 | </p> |
| 1311 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1312 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1313 | <a href="git-prune.html">git-prune(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1314 | </dt> |
| 1315 | <dd> |
| 1316 | <p> |
Junio C Hamano | 4ec0671 | 2007-06-09 20:39:33 | [diff] [blame] | 1317 | Prune all unreachable objects from the object database. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1318 | </p> |
| 1319 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1320 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1321 | <a href="git-reflog.html">git-reflog(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1322 | </dt> |
| 1323 | <dd> |
| 1324 | <p> |
| 1325 | Manage reflog information. |
| 1326 | </p> |
| 1327 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1328 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1329 | <a href="git-relink.html">git-relink(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1330 | </dt> |
| 1331 | <dd> |
| 1332 | <p> |
| 1333 | Hardlink common objects in local repositories. |
| 1334 | </p> |
| 1335 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1336 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1337 | <a href="git-remote.html">git-remote(1)</a> |
Junio C Hamano | 053827f | 2007-02-14 07:23:58 | [diff] [blame] | 1338 | </dt> |
| 1339 | <dd> |
| 1340 | <p> |
| 1341 | manage set of tracked repositories. |
| 1342 | </p> |
| 1343 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1344 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1345 | <a href="git-repack.html">git-repack(1)</a> |
Junio C Hamano | b1d6e88 | 2007-08-11 08:30:16 | [diff] [blame] | 1346 | </dt> |
| 1347 | <dd> |
| 1348 | <p> |
| 1349 | Pack unpacked objects in a repository. |
| 1350 | </p> |
| 1351 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1352 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1353 | <a href="git-replace.html">git-replace(1)</a> |
Junio C Hamano | 5529599 | 2009-10-13 09:06:33 | [diff] [blame] | 1354 | </dt> |
| 1355 | <dd> |
| 1356 | <p> |
| 1357 | Create, list, delete refs to replace objects. |
| 1358 | </p> |
| 1359 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1360 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1361 | <a href="git-repo-config.html">git-repo-config(1)</a> |
Junio C Hamano | be62189 | 2008-01-18 10:20:16 | [diff] [blame] | 1362 | </dt> |
| 1363 | <dd> |
| 1364 | <p> |
| 1365 | (deprecated) Get and set repository or global options. |
| 1366 | </p> |
| 1367 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1368 | </dl></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1369 | <div class="paragraph"><p>Interrogators:</p></div> |
| 1370 | <div class="dlist"><dl> |
| 1371 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1372 | <a href="git-annotate.html">git-annotate(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1373 | </dt> |
| 1374 | <dd> |
| 1375 | <p> |
Junio C Hamano | 7924d5e | 2009-03-03 08:28:48 | [diff] [blame] | 1376 | Annotate file lines with commit information. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1377 | </p> |
| 1378 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1379 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1380 | <a href="git-blame.html">git-blame(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1381 | </dt> |
| 1382 | <dd> |
| 1383 | <p> |
| 1384 | Show what revision and author last modified each line of a file. |
| 1385 | </p> |
| 1386 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1387 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1388 | <a href="git-cherry.html">git-cherry(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1389 | </dt> |
| 1390 | <dd> |
| 1391 | <p> |
| 1392 | Find commits not merged upstream. |
| 1393 | </p> |
| 1394 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1395 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1396 | <a href="git-count-objects.html">git-count-objects(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1397 | </dt> |
| 1398 | <dd> |
| 1399 | <p> |
| 1400 | Count unpacked number of objects and their disk consumption. |
| 1401 | </p> |
| 1402 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1403 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1404 | <a href="git-difftool.html">git-difftool(1)</a> |
Junio C Hamano | 3bd66e9 | 2009-04-18 06:17:56 | [diff] [blame] | 1405 | </dt> |
| 1406 | <dd> |
| 1407 | <p> |
| 1408 | Show changes using common diff tools. |
| 1409 | </p> |
| 1410 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1411 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1412 | <a href="git-fsck.html">git-fsck(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1413 | </dt> |
| 1414 | <dd> |
| 1415 | <p> |
| 1416 | Verifies the connectivity and validity of the objects in the database. |
| 1417 | </p> |
| 1418 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1419 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1420 | <a href="git-get-tar-commit-id.html">git-get-tar-commit-id(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1421 | </dt> |
| 1422 | <dd> |
| 1423 | <p> |
Junio C Hamano | 393e57f | 2007-11-20 04:53:25 | [diff] [blame] | 1424 | Extract commit ID from an archive created using git-archive. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1425 | </p> |
| 1426 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1427 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1428 | <a href="git-help.html">git-help(1)</a> |
Junio C Hamano | 5825687 | 2007-12-04 08:31:13 | [diff] [blame] | 1429 | </dt> |
| 1430 | <dd> |
| 1431 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1432 | Display help information about Git. |
Junio C Hamano | 5825687 | 2007-12-04 08:31:13 | [diff] [blame] | 1433 | </p> |
| 1434 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1435 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1436 | <a href="git-instaweb.html">git-instaweb(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1437 | </dt> |
| 1438 | <dd> |
| 1439 | <p> |
| 1440 | Instantly browse your working repository in gitweb. |
| 1441 | </p> |
| 1442 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1443 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1444 | <a href="git-merge-tree.html">git-merge-tree(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1445 | </dt> |
| 1446 | <dd> |
| 1447 | <p> |
| 1448 | Show three-way merge without touching index. |
| 1449 | </p> |
| 1450 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1451 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1452 | <a href="git-rerere.html">git-rerere(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1453 | </dt> |
| 1454 | <dd> |
| 1455 | <p> |
| 1456 | Reuse recorded resolution of conflicted merges. |
| 1457 | </p> |
| 1458 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1459 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1460 | <a href="git-rev-parse.html">git-rev-parse(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1461 | </dt> |
| 1462 | <dd> |
| 1463 | <p> |
| 1464 | Pick out and massage parameters. |
| 1465 | </p> |
| 1466 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1467 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1468 | <a href="git-show-branch.html">git-show-branch(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1469 | </dt> |
| 1470 | <dd> |
| 1471 | <p> |
| 1472 | Show branches and their commits. |
| 1473 | </p> |
| 1474 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1475 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1476 | <a href="git-verify-tag.html">git-verify-tag(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1477 | </dt> |
| 1478 | <dd> |
| 1479 | <p> |
Junio C Hamano | b1d6e88 | 2007-08-11 08:30:16 | [diff] [blame] | 1480 | Check the GPG signature of tags. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1481 | </p> |
| 1482 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1483 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1484 | <a href="git-whatchanged.html">git-whatchanged(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1485 | </dt> |
| 1486 | <dd> |
| 1487 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1488 | Show logs with difference each commit introduces. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1489 | </p> |
| 1490 | </dd> |
Junio C Hamano | 11821ed | 2011-10-19 18:42:09 | [diff] [blame] | 1491 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1492 | <a href="gitweb.html">gitweb(1)</a> |
Junio C Hamano | 11821ed | 2011-10-19 18:42:09 | [diff] [blame] | 1493 | </dt> |
| 1494 | <dd> |
| 1495 | <p> |
| 1496 | Git web interface (web frontend to Git repositories). |
| 1497 | </p> |
| 1498 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1499 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1500 | </div> |
| 1501 | <div class="sect2"> |
| 1502 | <h3 id="_interacting_with_others">Interacting with Others</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1503 | <div class="paragraph"><p>These commands are to interact with foreign SCM and with other |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1504 | people via patch over e-mail.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1505 | <div class="dlist"><dl> |
| 1506 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1507 | <a href="git-archimport.html">git-archimport(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1508 | </dt> |
| 1509 | <dd> |
| 1510 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1511 | Import an Arch repository into Git. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1512 | </p> |
| 1513 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1514 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1515 | <a href="git-cvsexportcommit.html">git-cvsexportcommit(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1516 | </dt> |
| 1517 | <dd> |
| 1518 | <p> |
| 1519 | Export a single commit to a CVS checkout. |
| 1520 | </p> |
| 1521 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1522 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1523 | <a href="git-cvsimport.html">git-cvsimport(1)</a> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1524 | </dt> |
| 1525 | <dd> |
| 1526 | <p> |
| 1527 | Salvage your data out of another SCM people love to hate. |
| 1528 | </p> |
| 1529 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1530 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1531 | <a href="git-cvsserver.html">git-cvsserver(1)</a> |
Junio C Hamano | 54559c8 | 2006-04-13 07:45:12 | [diff] [blame] | 1532 | </dt> |
| 1533 | <dd> |
| 1534 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1535 | A CVS server emulator for Git. |
Junio C Hamano | 54559c8 | 2006-04-13 07:45:12 | [diff] [blame] | 1536 | </p> |
| 1537 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1538 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1539 | <a href="git-imap-send.html">git-imap-send(1)</a> |
Junio C Hamano | 5229946 | 2006-12-28 00:59:38 | [diff] [blame] | 1540 | </dt> |
| 1541 | <dd> |
| 1542 | <p> |
Junio C Hamano | 5cf43ca | 2008-08-20 09:14:14 | [diff] [blame] | 1543 | Send a collection of patches from stdin to an IMAP folder. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1544 | </p> |
| 1545 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1546 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1547 | <a href="git-p4.html">git-p4(1)</a> |
Junio C Hamano | 4eda136 | 2012-04-23 20:55:49 | [diff] [blame] | 1548 | </dt> |
| 1549 | <dd> |
| 1550 | <p> |
| 1551 | Import from and submit to Perforce repositories. |
| 1552 | </p> |
| 1553 | </dd> |
| 1554 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1555 | <a href="git-quiltimport.html">git-quiltimport(1)</a> |
Junio C Hamano | 33db437 | 2006-06-07 19:51:45 | [diff] [blame] | 1556 | </dt> |
| 1557 | <dd> |
| 1558 | <p> |
| 1559 | Applies a quilt patchset onto the current branch. |
| 1560 | </p> |
| 1561 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1562 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1563 | <a href="git-request-pull.html">git-request-pull(1)</a> |
Junio C Hamano | 7464064 | 2006-12-27 10:59:55 | [diff] [blame] | 1564 | </dt> |
| 1565 | <dd> |
| 1566 | <p> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1567 | Generates a summary of pending changes. |
Junio C Hamano | 7464064 | 2006-12-27 10:59:55 | [diff] [blame] | 1568 | </p> |
| 1569 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1570 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1571 | <a href="git-send-email.html">git-send-email(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1572 | </dt> |
| 1573 | <dd> |
| 1574 | <p> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1575 | Send a collection of patches as emails. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1576 | </p> |
| 1577 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1578 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1579 | <a href="git-svn.html">git-svn(1)</a> |
Junio C Hamano | b518f45 | 2006-08-04 00:18:06 | [diff] [blame] | 1580 | </dt> |
| 1581 | <dd> |
| 1582 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1583 | Bidirectional operation between a Subversion repository and Git. |
Junio C Hamano | b518f45 | 2006-08-04 00:18:06 | [diff] [blame] | 1584 | </p> |
| 1585 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1586 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1587 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1588 | </div> |
| 1589 | </div> |
| 1590 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1591 | <h2 id="_low_level_commands_plumbing">Low-level commands (plumbing)</h2> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1592 | <div class="sectionbody"> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1593 | <div class="paragraph"><p>Although Git includes its |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1594 | own porcelain layer, its low-level commands are sufficient to support |
| 1595 | development of alternative porcelains. Developers of such porcelains |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1596 | might start by reading about <a href="git-update-index.html">git-update-index(1)</a> and |
| 1597 | <a href="git-read-tree.html">git-read-tree(1)</a>.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1598 | <div class="paragraph"><p>The interface (input, output, set of options and the semantics) |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1599 | to these low-level commands are meant to be a lot more stable |
| 1600 | than Porcelain level commands, because these commands are |
| 1601 | primarily for scripted use. The interface to Porcelain commands |
| 1602 | on the other hand are subject to change in order to improve the |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1603 | end user experience.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1604 | <div class="paragraph"><p>The following description divides |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1605 | the low-level commands into commands that manipulate objects (in |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1606 | the repository, index, and working tree), commands that interrogate and |
| 1607 | compare objects, and commands that move objects and references between |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1608 | repositories.</p></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1609 | <div class="sect2"> |
| 1610 | <h3 id="_manipulation_commands">Manipulation commands</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1611 | <div class="dlist"><dl> |
| 1612 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1613 | <a href="git-apply.html">git-apply(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1614 | </dt> |
| 1615 | <dd> |
| 1616 | <p> |
Junio C Hamano | 5706e0b | 2009-11-24 10:54:16 | [diff] [blame] | 1617 | Apply a patch to files and/or to the index. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1618 | </p> |
| 1619 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1620 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1621 | <a href="git-checkout-index.html">git-checkout-index(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1622 | </dt> |
| 1623 | <dd> |
| 1624 | <p> |
| 1625 | Copy files from the index to the working tree. |
| 1626 | </p> |
| 1627 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1628 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1629 | <a href="git-commit-tree.html">git-commit-tree(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1630 | </dt> |
| 1631 | <dd> |
| 1632 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1633 | Create a new commit object. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1634 | </p> |
| 1635 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1636 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1637 | <a href="git-hash-object.html">git-hash-object(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1638 | </dt> |
| 1639 | <dd> |
| 1640 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1641 | Compute object ID and optionally creates a blob from a file. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1642 | </p> |
| 1643 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1644 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1645 | <a href="git-index-pack.html">git-index-pack(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1646 | </dt> |
| 1647 | <dd> |
| 1648 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1649 | Build pack index file for an existing packed archive. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1650 | </p> |
| 1651 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1652 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1653 | <a href="git-merge-file.html">git-merge-file(1)</a> |
Junio C Hamano | 1de7bc6 | 2006-12-17 19:31:54 | [diff] [blame] | 1654 | </dt> |
| 1655 | <dd> |
| 1656 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1657 | Run a three-way file merge. |
Junio C Hamano | 1de7bc6 | 2006-12-17 19:31:54 | [diff] [blame] | 1658 | </p> |
| 1659 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1660 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1661 | <a href="git-merge-index.html">git-merge-index(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1662 | </dt> |
| 1663 | <dd> |
| 1664 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1665 | Run a merge for files needing merging. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1666 | </p> |
| 1667 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1668 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1669 | <a href="git-mktag.html">git-mktag(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1670 | </dt> |
| 1671 | <dd> |
| 1672 | <p> |
| 1673 | Creates a tag object. |
| 1674 | </p> |
| 1675 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1676 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1677 | <a href="git-mktree.html">git-mktree(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1678 | </dt> |
| 1679 | <dd> |
| 1680 | <p> |
| 1681 | Build a tree-object from ls-tree formatted text. |
| 1682 | </p> |
| 1683 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1684 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1685 | <a href="git-pack-objects.html">git-pack-objects(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1686 | </dt> |
| 1687 | <dd> |
| 1688 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1689 | Create a packed archive of objects. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1690 | </p> |
| 1691 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1692 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1693 | <a href="git-prune-packed.html">git-prune-packed(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1694 | </dt> |
| 1695 | <dd> |
| 1696 | <p> |
| 1697 | Remove extra objects that are already in pack files. |
| 1698 | </p> |
| 1699 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1700 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1701 | <a href="git-read-tree.html">git-read-tree(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1702 | </dt> |
| 1703 | <dd> |
| 1704 | <p> |
| 1705 | Reads tree information into the index. |
| 1706 | </p> |
| 1707 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1708 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1709 | <a href="git-symbolic-ref.html">git-symbolic-ref(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1710 | </dt> |
| 1711 | <dd> |
| 1712 | <p> |
Junio C Hamano | 4eb2b9c | 2012-11-15 21:12:29 | [diff] [blame] | 1713 | Read, modify and delete symbolic refs. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1714 | </p> |
| 1715 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1716 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1717 | <a href="git-unpack-objects.html">git-unpack-objects(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1718 | </dt> |
| 1719 | <dd> |
| 1720 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1721 | Unpack objects from a packed archive. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1722 | </p> |
| 1723 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1724 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1725 | <a href="git-update-index.html">git-update-index(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1726 | </dt> |
| 1727 | <dd> |
| 1728 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1729 | Register file contents in the working tree to the index. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1730 | </p> |
| 1731 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1732 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1733 | <a href="git-update-ref.html">git-update-ref(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1734 | </dt> |
| 1735 | <dd> |
| 1736 | <p> |
| 1737 | Update the object name stored in a ref safely. |
| 1738 | </p> |
| 1739 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1740 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1741 | <a href="git-write-tree.html">git-write-tree(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1742 | </dt> |
| 1743 | <dd> |
| 1744 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1745 | Create a tree object from the current index. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1746 | </p> |
| 1747 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1748 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1749 | </div> |
| 1750 | <div class="sect2"> |
| 1751 | <h3 id="_interrogation_commands">Interrogation commands</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1752 | <div class="dlist"><dl> |
| 1753 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1754 | <a href="git-cat-file.html">git-cat-file(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1755 | </dt> |
| 1756 | <dd> |
| 1757 | <p> |
Junio C Hamano | 1de7572 | 2009-03-26 08:39:38 | [diff] [blame] | 1758 | Provide content or type and size information for repository objects. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1759 | </p> |
| 1760 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1761 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1762 | <a href="git-diff-files.html">git-diff-files(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1763 | </dt> |
| 1764 | <dd> |
| 1765 | <p> |
| 1766 | Compares files in the working tree and the index. |
| 1767 | </p> |
| 1768 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1769 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1770 | <a href="git-diff-index.html">git-diff-index(1)</a> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1771 | </dt> |
| 1772 | <dd> |
| 1773 | <p> |
Junio C Hamano | 7e590a1 | 2013-06-02 23:46:52 | [diff] [blame] | 1774 | Compare a tree to the working tree or index. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1775 | </p> |
| 1776 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1777 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1778 | <a href="git-diff-tree.html">git-diff-tree(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1779 | </dt> |
| 1780 | <dd> |
| 1781 | <p> |
| 1782 | Compares the content and mode of blobs found via two tree objects. |
| 1783 | </p> |
| 1784 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1785 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1786 | <a href="git-for-each-ref.html">git-for-each-ref(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1787 | </dt> |
| 1788 | <dd> |
| 1789 | <p> |
| 1790 | Output information on each ref. |
| 1791 | </p> |
| 1792 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1793 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1794 | <a href="git-ls-files.html">git-ls-files(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1795 | </dt> |
| 1796 | <dd> |
| 1797 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1798 | Show information about files in the index and the working tree. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1799 | </p> |
| 1800 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1801 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1802 | <a href="git-ls-remote.html">git-ls-remote(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1803 | </dt> |
| 1804 | <dd> |
| 1805 | <p> |
| 1806 | List references in a remote repository. |
| 1807 | </p> |
| 1808 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1809 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1810 | <a href="git-ls-tree.html">git-ls-tree(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1811 | </dt> |
| 1812 | <dd> |
| 1813 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1814 | List the contents of a tree object. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1815 | </p> |
| 1816 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1817 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1818 | <a href="git-merge-base.html">git-merge-base(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1819 | </dt> |
| 1820 | <dd> |
| 1821 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1822 | Find as good common ancestors as possible for a merge. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1823 | </p> |
| 1824 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1825 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1826 | <a href="git-name-rev.html">git-name-rev(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1827 | </dt> |
| 1828 | <dd> |
| 1829 | <p> |
| 1830 | Find symbolic names for given revs. |
| 1831 | </p> |
| 1832 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1833 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1834 | <a href="git-pack-redundant.html">git-pack-redundant(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1835 | </dt> |
| 1836 | <dd> |
| 1837 | <p> |
| 1838 | Find redundant pack files. |
| 1839 | </p> |
| 1840 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1841 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1842 | <a href="git-rev-list.html">git-rev-list(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1843 | </dt> |
| 1844 | <dd> |
| 1845 | <p> |
| 1846 | Lists commit objects in reverse chronological order. |
| 1847 | </p> |
| 1848 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1849 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1850 | <a href="git-show-index.html">git-show-index(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1851 | </dt> |
| 1852 | <dd> |
| 1853 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1854 | Show packed archive index. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1855 | </p> |
| 1856 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1857 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1858 | <a href="git-show-ref.html">git-show-ref(1)</a> |
Junio C Hamano | d8c9d43 | 2006-11-07 07:19:13 | [diff] [blame] | 1859 | </dt> |
| 1860 | <dd> |
| 1861 | <p> |
| 1862 | List references in a local repository. |
| 1863 | </p> |
| 1864 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1865 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1866 | <a href="git-tar-tree.html">git-tar-tree(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1867 | </dt> |
| 1868 | <dd> |
| 1869 | <p> |
Junio C Hamano | 2d7f027 | 2007-11-09 10:03:46 | [diff] [blame] | 1870 | (deprecated) Create a tar archive of the files in the named tree object. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1871 | </p> |
| 1872 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1873 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1874 | <a href="git-unpack-file.html">git-unpack-file(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1875 | </dt> |
| 1876 | <dd> |
| 1877 | <p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1878 | Creates a temporary file with a blob’s contents. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1879 | </p> |
| 1880 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1881 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1882 | <a href="git-var.html">git-var(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1883 | </dt> |
| 1884 | <dd> |
| 1885 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1886 | Show a Git logical variable. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1887 | </p> |
| 1888 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1889 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1890 | <a href="git-verify-pack.html">git-verify-pack(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1891 | </dt> |
| 1892 | <dd> |
| 1893 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1894 | Validate packed Git archive files. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1895 | </p> |
| 1896 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1897 | </dl></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1898 | <div class="paragraph"><p>In general, the interrogate commands do not touch the files in |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1899 | the working tree.</p></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1900 | </div> |
| 1901 | <div class="sect2"> |
| 1902 | <h3 id="_synching_repositories">Synching repositories</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1903 | <div class="dlist"><dl> |
| 1904 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1905 | <a href="git-daemon.html">git-daemon(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1906 | </dt> |
| 1907 | <dd> |
| 1908 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1909 | A really simple server for Git repositories. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1910 | </p> |
| 1911 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1912 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1913 | <a href="git-fetch-pack.html">git-fetch-pack(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1914 | </dt> |
| 1915 | <dd> |
| 1916 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1917 | Receive missing objects from another repository. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1918 | </p> |
| 1919 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1920 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1921 | <a href="git-http-backend.html">git-http-backend(1)</a> |
Junio C Hamano | 096dde2 | 2009-12-26 23:14:11 | [diff] [blame] | 1922 | </dt> |
| 1923 | <dd> |
| 1924 | <p> |
| 1925 | Server side implementation of Git over HTTP. |
| 1926 | </p> |
| 1927 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1928 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1929 | <a href="git-send-pack.html">git-send-pack(1)</a> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1930 | </dt> |
| 1931 | <dd> |
| 1932 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1933 | Push objects over Git protocol to another repository. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1934 | </p> |
| 1935 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1936 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1937 | <a href="git-update-server-info.html">git-update-server-info(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1938 | </dt> |
| 1939 | <dd> |
| 1940 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1941 | Update auxiliary info file to help dumb servers. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1942 | </p> |
| 1943 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1944 | </dl></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1945 | <div class="paragraph"><p>The following are helper commands used by the above; end users |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1946 | typically do not use them directly.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1947 | <div class="dlist"><dl> |
| 1948 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1949 | <a href="git-http-fetch.html">git-http-fetch(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1950 | </dt> |
| 1951 | <dd> |
| 1952 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1953 | Download from a remote Git repository via HTTP. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1954 | </p> |
| 1955 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1956 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1957 | <a href="git-http-push.html">git-http-push(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1958 | </dt> |
| 1959 | <dd> |
| 1960 | <p> |
| 1961 | Push objects over HTTP/DAV to another repository. |
| 1962 | </p> |
| 1963 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1964 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1965 | <a href="git-parse-remote.html">git-parse-remote(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1966 | </dt> |
| 1967 | <dd> |
| 1968 | <p> |
| 1969 | Routines to help parsing remote repository access parameters. |
| 1970 | </p> |
| 1971 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1972 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1973 | <a href="git-receive-pack.html">git-receive-pack(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1974 | </dt> |
| 1975 | <dd> |
| 1976 | <p> |
| 1977 | Receive what is pushed into the repository. |
| 1978 | </p> |
| 1979 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1980 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1981 | <a href="git-shell.html">git-shell(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1982 | </dt> |
| 1983 | <dd> |
| 1984 | <p> |
Junio C Hamano | 3b4609d | 2010-09-30 00:04:34 | [diff] [blame] | 1985 | Restricted login shell for Git-only SSH access. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1986 | </p> |
| 1987 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1988 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1989 | <a href="git-upload-archive.html">git-upload-archive(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1990 | </dt> |
| 1991 | <dd> |
| 1992 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1993 | Send archive back to git-archive. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1994 | </p> |
| 1995 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1996 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1997 | <a href="git-upload-pack.html">git-upload-pack(1)</a> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 1998 | </dt> |
| 1999 | <dd> |
| 2000 | <p> |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 2001 | Send objects packed back to git-fetch-pack. |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 2002 | </p> |
| 2003 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2004 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2005 | </div> |
| 2006 | <div class="sect2"> |
| 2007 | <h3 id="_internal_helper_commands">Internal helper commands</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2008 | <div class="paragraph"><p>These are internal helper commands used by other commands; end |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2009 | users typically do not use them directly.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2010 | <div class="dlist"><dl> |
| 2011 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2012 | <a href="git-check-attr.html">git-check-attr(1)</a> |
Junio C Hamano | e90436a | 2007-04-22 07:22:13 | [diff] [blame] | 2013 | </dt> |
| 2014 | <dd> |
| 2015 | <p> |
Junio C Hamano | 9bd39c4 | 2008-11-13 01:54:44 | [diff] [blame] | 2016 | Display gitattributes information. |
Junio C Hamano | e90436a | 2007-04-22 07:22:13 | [diff] [blame] | 2017 | </p> |
| 2018 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2019 | <dt class="hdlist1"> |
Junio C Hamano | 36d5229 | 2013-01-25 21:32:36 | [diff] [blame] | 2020 | <a href="git-check-ignore.html">git-check-ignore(1)</a> |
| 2021 | </dt> |
| 2022 | <dd> |
| 2023 | <p> |
| 2024 | Debug gitignore / exclude files. |
| 2025 | </p> |
| 2026 | </dd> |
| 2027 | <dt class="hdlist1"> |
Junio C Hamano | 58f587a | 2013-07-22 19:20:59 | [diff] [blame] | 2028 | <a href="git-check-mailmap.html">git-check-mailmap(1)</a> |
| 2029 | </dt> |
| 2030 | <dd> |
| 2031 | <p> |
| 2032 | Show canonical names and email addresses of contacts. |
| 2033 | </p> |
| 2034 | </dd> |
| 2035 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2036 | <a href="git-check-ref-format.html">git-check-ref-format(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2037 | </dt> |
| 2038 | <dd> |
| 2039 | <p> |
Junio C Hamano | 1de7572 | 2009-03-26 08:39:38 | [diff] [blame] | 2040 | Ensures that a reference name is well formed. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2041 | </p> |
| 2042 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2043 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2044 | <a href="git-column.html">git-column(1)</a> |
Junio C Hamano | 22700fb | 2012-05-03 23:07:25 | [diff] [blame] | 2045 | </dt> |
| 2046 | <dd> |
| 2047 | <p> |
| 2048 | Display data in columns. |
| 2049 | </p> |
| 2050 | </dd> |
| 2051 | <dt class="hdlist1"> |
Junio C Hamano | 62e7937 | 2012-08-08 22:53:35 | [diff] [blame] | 2052 | <a href="git-credential.html">git-credential(1)</a> |
| 2053 | </dt> |
| 2054 | <dd> |
| 2055 | <p> |
| 2056 | Retrieve and store user credentials. |
| 2057 | </p> |
| 2058 | </dd> |
| 2059 | <dt class="hdlist1"> |
Junio C Hamano | d031611 | 2012-08-22 19:55:29 | [diff] [blame] | 2060 | <a href="git-credential-cache.html">git-credential-cache(1)</a> |
| 2061 | </dt> |
| 2062 | <dd> |
| 2063 | <p> |
| 2064 | Helper to temporarily store passwords in memory. |
| 2065 | </p> |
| 2066 | </dd> |
| 2067 | <dt class="hdlist1"> |
| 2068 | <a href="git-credential-store.html">git-credential-store(1)</a> |
| 2069 | </dt> |
| 2070 | <dd> |
| 2071 | <p> |
| 2072 | Helper to store credentials on disk. |
| 2073 | </p> |
| 2074 | </dd> |
| 2075 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2076 | <a href="git-fmt-merge-msg.html">git-fmt-merge-msg(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2077 | </dt> |
| 2078 | <dd> |
| 2079 | <p> |
| 2080 | Produce a merge commit message. |
| 2081 | </p> |
| 2082 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2083 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2084 | <a href="git-mailinfo.html">git-mailinfo(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2085 | </dt> |
| 2086 | <dd> |
| 2087 | <p> |
| 2088 | Extracts patch and authorship from a single e-mail message. |
| 2089 | </p> |
| 2090 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2091 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2092 | <a href="git-mailsplit.html">git-mailsplit(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2093 | </dt> |
| 2094 | <dd> |
| 2095 | <p> |
| 2096 | Simple UNIX mbox splitter program. |
| 2097 | </p> |
| 2098 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2099 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2100 | <a href="git-merge-one-file.html">git-merge-one-file(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2101 | </dt> |
| 2102 | <dd> |
| 2103 | <p> |
| 2104 | The standard helper program to use with git-merge-index. |
| 2105 | </p> |
| 2106 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2107 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2108 | <a href="git-patch-id.html">git-patch-id(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2109 | </dt> |
| 2110 | <dd> |
| 2111 | <p> |
| 2112 | Compute unique ID for a patch. |
| 2113 | </p> |
| 2114 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2115 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2116 | <a href="git-peek-remote.html">git-peek-remote(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2117 | </dt> |
| 2118 | <dd> |
| 2119 | <p> |
Junio C Hamano | 9d2bbb7 | 2007-11-25 04:56:07 | [diff] [blame] | 2120 | (deprecated) List the references in a remote repository. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2121 | </p> |
| 2122 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2123 | <dt class="hdlist1"> |
Junio C Hamano | d031611 | 2012-08-22 19:55:29 | [diff] [blame] | 2124 | <a href="git-sh-i18n.html">git-sh-i18n(1)</a> |
| 2125 | </dt> |
| 2126 | <dd> |
| 2127 | <p> |
| 2128 | Git’s i18n setup code for shell scripts. |
| 2129 | </p> |
| 2130 | </dd> |
| 2131 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2132 | <a href="git-sh-setup.html">git-sh-setup(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2133 | </dt> |
| 2134 | <dd> |
| 2135 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2136 | Common Git shell script setup code. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2137 | </p> |
| 2138 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2139 | <dt class="hdlist1"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2140 | <a href="git-stripspace.html">git-stripspace(1)</a> |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2141 | </dt> |
| 2142 | <dd> |
| 2143 | <p> |
Junio C Hamano | 0df9271 | 2011-12-21 22:30:44 | [diff] [blame] | 2144 | Remove unnecessary whitespace. |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 2145 | </p> |
| 2146 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2147 | </dl></div> |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 2148 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2149 | </div> |
| 2150 | </div> |
| 2151 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2152 | <h2 id="_configuration_mechanism">Configuration Mechanism</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2153 | <div class="sectionbody"> |
Junio C Hamano | 2da4ac4 | 2013-02-19 00:41:17 | [diff] [blame] | 2154 | <div class="paragraph"><p>Git uses a simple text format to store customizations that are per |
| 2155 | repository and are per user. Such a configuration file may look |
| 2156 | like this:</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2157 | <div class="listingblock"> |
| 2158 | <div class="content"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2159 | <pre><code># |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2160 | # A '#' or ';' character indicates a comment. |
| 2161 | # |
| 2162 | |
| 2163 | ; core variables |
| 2164 | [core] |
| 2165 | ; Don't trust file modes |
| 2166 | filemode = false |
| 2167 | |
| 2168 | ; user identity |
| 2169 | [user] |
| 2170 | name = "Junio C Hamano" |
Junio C Hamano | 2da4ac4 | 2013-02-19 00:41:17 | [diff] [blame] | 2171 | email = "gitster@pobox.com"</code></pre> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2172 | </div></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2173 | <div class="paragraph"><p>Various commands read from the configuration file and adjust |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2174 | their operation accordingly. See <a href="git-config.html">git-config(1)</a> for a |
Junio C Hamano | 2da4ac4 | 2013-02-19 00:41:17 | [diff] [blame] | 2175 | list and more details about the configuration mechanism.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2176 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2177 | </div> |
| 2178 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2179 | <h2 id="_identifier_terminology">Identifier Terminology</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2180 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2181 | <div class="dlist"><dl> |
| 2182 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2183 | <object> |
| 2184 | </dt> |
| 2185 | <dd> |
| 2186 | <p> |
| 2187 | Indicates the object name for any type of object. |
| 2188 | </p> |
| 2189 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2190 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2191 | <blob> |
| 2192 | </dt> |
| 2193 | <dd> |
| 2194 | <p> |
| 2195 | Indicates a blob object name. |
| 2196 | </p> |
| 2197 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2198 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2199 | <tree> |
| 2200 | </dt> |
| 2201 | <dd> |
| 2202 | <p> |
| 2203 | Indicates a tree object name. |
| 2204 | </p> |
| 2205 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2206 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2207 | <commit> |
| 2208 | </dt> |
| 2209 | <dd> |
| 2210 | <p> |
| 2211 | Indicates a commit object name. |
| 2212 | </p> |
| 2213 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2214 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2215 | <tree-ish> |
| 2216 | </dt> |
| 2217 | <dd> |
| 2218 | <p> |
| 2219 | Indicates a tree, commit or tag object name. A |
| 2220 | command that takes a <tree-ish> argument ultimately wants to |
| 2221 | operate on a <tree> object but automatically dereferences |
| 2222 | <commit> and <tag> objects that point at a <tree>. |
| 2223 | </p> |
| 2224 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2225 | <dt class="hdlist1"> |
Junio C Hamano | 60f8aa8 | 2007-03-06 09:58:26 | [diff] [blame] | 2226 | <commit-ish> |
| 2227 | </dt> |
| 2228 | <dd> |
| 2229 | <p> |
| 2230 | Indicates a commit or tag object name. A |
| 2231 | command that takes a <commit-ish> argument ultimately wants to |
| 2232 | operate on a <commit> object but automatically dereferences |
| 2233 | <tag> objects that point at a <commit>. |
| 2234 | </p> |
| 2235 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2236 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2237 | <type> |
| 2238 | </dt> |
| 2239 | <dd> |
| 2240 | <p> |
| 2241 | Indicates that an object type is required. |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2242 | Currently one of: <code>blob</code>, <code>tree</code>, <code>commit</code>, or <code>tag</code>. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2243 | </p> |
| 2244 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2245 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2246 | <file> |
| 2247 | </dt> |
| 2248 | <dd> |
| 2249 | <p> |
| 2250 | Indicates a filename - almost always relative to the |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2251 | root of the tree structure <code>GIT_INDEX_FILE</code> describes. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2252 | </p> |
| 2253 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2254 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2255 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2256 | </div> |
| 2257 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2258 | <h2 id="_symbolic_identifiers">Symbolic Identifiers</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2259 | <div class="sectionbody"> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2260 | <div class="paragraph"><p>Any Git command accepting any <object> can also use the following |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2261 | symbolic notation:</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2262 | <div class="dlist"><dl> |
| 2263 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2264 | HEAD |
| 2265 | </dt> |
| 2266 | <dd> |
| 2267 | <p> |
Junio C Hamano | 360e3a1 | 2011-07-13 23:51:56 | [diff] [blame] | 2268 | indicates the head of the current branch. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2269 | </p> |
| 2270 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2271 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2272 | <tag> |
| 2273 | </dt> |
| 2274 | <dd> |
| 2275 | <p> |
| 2276 | a valid tag <em>name</em> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2277 | (i.e. a <code>refs/tags/<tag></code> reference). |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2278 | </p> |
| 2279 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2280 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2281 | <head> |
| 2282 | </dt> |
| 2283 | <dd> |
| 2284 | <p> |
| 2285 | a valid head <em>name</em> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2286 | (i.e. a <code>refs/heads/<head></code> reference). |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2287 | </p> |
| 2288 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2289 | </dl></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2290 | <div class="paragraph"><p>For a more complete list of ways to spell object names, see |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2291 | "SPECIFYING REVISIONS" section in <a href="gitrevisions.html">gitrevisions(7)</a>.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2292 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2293 | </div> |
| 2294 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2295 | <h2 id="_file_directory_structure">File/Directory Structure</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2296 | <div class="sectionbody"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2297 | <div class="paragraph"><p>Please see the <a href="gitrepository-layout.html">gitrepository-layout(5)</a> document.</p></div> |
| 2298 | <div class="paragraph"><p>Read <a href="githooks.html">githooks(5)</a> for more details about each hook.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2299 | <div class="paragraph"><p>Higher level SCMs may provide and manage additional information in the |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2300 | <code>$GIT_DIR</code>.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2301 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2302 | </div> |
| 2303 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2304 | <h2 id="_terminology">Terminology</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2305 | <div class="sectionbody"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2306 | <div class="paragraph"><p>Please see <a href="gitglossary.html">gitglossary(7)</a>.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2307 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2308 | </div> |
| 2309 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2310 | <h2 id="_environment_variables">Environment Variables</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2311 | <div class="sectionbody"> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2312 | <div class="paragraph"><p>Various Git commands use the following environment variables:</p></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2313 | <div class="sect2"> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2314 | <h3 id="_the_git_repository">The Git Repository</h3> |
| 2315 | <div class="paragraph"><p>These environment variables apply to <em>all</em> core Git commands. Nb: it |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2316 | is worth noting that they may be used/overridden by SCMS sitting above |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2317 | Git so take care if using Cogito etc.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2318 | <div class="dlist"><dl> |
| 2319 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2320 | <em>GIT_INDEX_FILE</em> |
| 2321 | </dt> |
| 2322 | <dd> |
| 2323 | <p> |
| 2324 | This environment allows the specification of an alternate |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2325 | index file. If not specified, the default of <code>$GIT_DIR/index</code> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2326 | is used. |
| 2327 | </p> |
| 2328 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2329 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2330 | <em>GIT_OBJECT_DIRECTORY</em> |
| 2331 | </dt> |
| 2332 | <dd> |
| 2333 | <p> |
| 2334 | If the object storage directory is specified via this |
| 2335 | environment variable then the sha1 directories are created |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2336 | underneath - otherwise the default <code>$GIT_DIR/objects</code> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2337 | directory is used. |
| 2338 | </p> |
| 2339 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2340 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2341 | <em>GIT_ALTERNATE_OBJECT_DIRECTORIES</em> |
| 2342 | </dt> |
| 2343 | <dd> |
| 2344 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2345 | Due to the immutable nature of Git objects, old objects can be |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2346 | archived into shared, read-only directories. This variable |
Junio C Hamano | 05bf9c5 | 2008-07-03 09:21:58 | [diff] [blame] | 2347 | specifies a ":" separated (on Windows ";" separated) list |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2348 | of Git object directories which can be used to search for Git |
Junio C Hamano | 05bf9c5 | 2008-07-03 09:21:58 | [diff] [blame] | 2349 | objects. New objects will not be written to these directories. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2350 | </p> |
| 2351 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2352 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2353 | <em>GIT_DIR</em> |
| 2354 | </dt> |
| 2355 | <dd> |
| 2356 | <p> |
| 2357 | If the <em>GIT_DIR</em> environment variable is set then it |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2358 | specifies a path to use instead of the default <code>.git</code> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2359 | for the base of the repository. |
Junio C Hamano | 0b0417b | 2012-12-13 20:35:02 | [diff] [blame] | 2360 | The <em>--git-dir</em> command-line option also sets this value. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2361 | </p> |
| 2362 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2363 | <dt class="hdlist1"> |
Junio C Hamano | d526ba9 | 2007-07-02 00:17:42 | [diff] [blame] | 2364 | <em>GIT_WORK_TREE</em> |
| 2365 | </dt> |
| 2366 | <dd> |
| 2367 | <p> |
Junio C Hamano | f1f5a7b | 2013-06-11 22:23:52 | [diff] [blame] | 2368 | Set the path to the root of the working tree. |
Junio C Hamano | d526ba9 | 2007-07-02 00:17:42 | [diff] [blame] | 2369 | This can also be controlled by the <em>--work-tree</em> command line |
| 2370 | option and the core.worktree configuration variable. |
| 2371 | </p> |
| 2372 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2373 | <dt class="hdlist1"> |
Junio C Hamano | f727901 | 2011-08-18 06:13:13 | [diff] [blame] | 2374 | <em>GIT_NAMESPACE</em> |
| 2375 | </dt> |
| 2376 | <dd> |
| 2377 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2378 | Set the Git namespace; see <a href="gitnamespaces.html">gitnamespaces(7)</a> for details. |
Junio C Hamano | f727901 | 2011-08-18 06:13:13 | [diff] [blame] | 2379 | The <em>--namespace</em> command-line option also sets this value. |
| 2380 | </p> |
| 2381 | </dd> |
| 2382 | <dt class="hdlist1"> |
Junio C Hamano | 1504827 | 2008-07-07 22:10:48 | [diff] [blame] | 2383 | <em>GIT_CEILING_DIRECTORIES</em> |
| 2384 | </dt> |
| 2385 | <dd> |
| 2386 | <p> |
Junio C Hamano | 6806162 | 2013-03-01 22:13:37 | [diff] [blame] | 2387 | This should be a colon-separated list of absolute paths. If |
| 2388 | set, it is a list of directories that Git should not chdir up |
| 2389 | into while looking for a repository directory (useful for |
| 2390 | excluding slow-loading network directories). It will not |
| 2391 | exclude the current working directory or a GIT_DIR set on the |
| 2392 | command line or in the environment. Normally, Git has to read |
| 2393 | the entries in this list and resolve any symlink that |
| 2394 | might be present in order to compare them with the current |
| 2395 | directory. However, if even this access is slow, you |
| 2396 | can add an empty entry to the list to tell Git that the |
| 2397 | subsequent entries are not symlinks and needn’t be resolved; |
| 2398 | e.g., |
| 2399 | <em>GIT_CEILING_DIRECTORIES=/maybe/symlink::/very/slow/non/symlink</em>. |
Junio C Hamano | 1504827 | 2008-07-07 22:10:48 | [diff] [blame] | 2400 | </p> |
| 2401 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2402 | <dt class="hdlist1"> |
Junio C Hamano | cc7636a | 2010-05-21 14:57:53 | [diff] [blame] | 2403 | <em>GIT_DISCOVERY_ACROSS_FILESYSTEM</em> |
| 2404 | </dt> |
| 2405 | <dd> |
| 2406 | <p> |
| 2407 | When run in a directory that does not have ".git" repository |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2408 | directory, Git tries to find such a directory in the parent |
Junio C Hamano | cc7636a | 2010-05-21 14:57:53 | [diff] [blame] | 2409 | directories to find the top of the working tree, but by default it |
| 2410 | does not cross filesystem boundaries. This environment variable |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2411 | can be set to true to tell Git not to stop at filesystem |
Junio C Hamano | cc7636a | 2010-05-21 14:57:53 | [diff] [blame] | 2412 | boundaries. Like <em>GIT_CEILING_DIRECTORIES</em>, this will not affect |
| 2413 | an explicit repository directory set via <em>GIT_DIR</em> or on the |
| 2414 | command line. |
| 2415 | </p> |
| 2416 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2417 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2418 | </div> |
| 2419 | <div class="sect2"> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2420 | <h3 id="_git_commits">Git Commits</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2421 | <div class="dlist"><dl> |
| 2422 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2423 | <em>GIT_AUTHOR_NAME</em> |
| 2424 | </dt> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2425 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2426 | <em>GIT_AUTHOR_EMAIL</em> |
| 2427 | </dt> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2428 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2429 | <em>GIT_AUTHOR_DATE</em> |
| 2430 | </dt> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2431 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2432 | <em>GIT_COMMITTER_NAME</em> |
| 2433 | </dt> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2434 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2435 | <em>GIT_COMMITTER_EMAIL</em> |
| 2436 | </dt> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2437 | <dt class="hdlist1"> |
Junio C Hamano | 469d60e | 2007-04-29 18:30:34 | [diff] [blame] | 2438 | <em>GIT_COMMITTER_DATE</em> |
| 2439 | </dt> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2440 | <dt class="hdlist1"> |
Junio C Hamano | 469d60e | 2007-04-29 18:30:34 | [diff] [blame] | 2441 | <em>EMAIL</em> |
| 2442 | </dt> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2443 | <dd> |
| 2444 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2445 | see <a href="git-commit-tree.html">git-commit-tree(1)</a> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2446 | </p> |
| 2447 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2448 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2449 | </div> |
| 2450 | <div class="sect2"> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2451 | <h3 id="_git_diffs">Git Diffs</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2452 | <div class="dlist"><dl> |
| 2453 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2454 | <em>GIT_DIFF_OPTS</em> |
| 2455 | </dt> |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2456 | <dd> |
| 2457 | <p> |
| 2458 | Only valid setting is "--unified=??" or "-u??" to set the |
| 2459 | number of context lines shown when a unified diff is created. |
| 2460 | This takes precedence over any "-U" or "--unified" option |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2461 | value passed on the Git diff command line. |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2462 | </p> |
| 2463 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2464 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2465 | <em>GIT_EXTERNAL_DIFF</em> |
| 2466 | </dt> |
| 2467 | <dd> |
| 2468 | <p> |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2469 | When the environment variable <em>GIT_EXTERNAL_DIFF</em> is set, the |
| 2470 | program named by it is called, instead of the diff invocation |
| 2471 | described above. For a path that is added, removed, or modified, |
| 2472 | <em>GIT_EXTERNAL_DIFF</em> is called with 7 parameters: |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2473 | </p> |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2474 | <div class="literalblock"> |
| 2475 | <div class="content"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2476 | <pre><code>path old-file old-hex old-mode new-file new-hex new-mode</code></pre> |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2477 | </div></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2478 | <div class="paragraph"><p>where:</p></div> |
| 2479 | </dd> |
| 2480 | <dt class="hdlist1"> |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2481 | <old|new>-file |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2482 | </dt> |
| 2483 | <dd> |
| 2484 | <p> |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2485 | are files GIT_EXTERNAL_DIFF can use to read the |
| 2486 | contents of <old|new>, |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2487 | </p> |
| 2488 | </dd> |
| 2489 | <dt class="hdlist1"> |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2490 | <old|new>-hex |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2491 | </dt> |
| 2492 | <dd> |
| 2493 | <p> |
Junio C Hamano | e3f080d | 2013-04-22 02:27:13 | [diff] [blame] | 2494 | are the 40-hexdigit SHA-1 hashes, |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2495 | </p> |
| 2496 | </dd> |
| 2497 | <dt class="hdlist1"> |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2498 | <old|new>-mode |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2499 | </dt> |
| 2500 | <dd> |
| 2501 | <p> |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2502 | are the octal representation of the file modes. |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2503 | </p> |
Junio C Hamano | f75a940 | 2011-04-14 23:39:23 | [diff] [blame] | 2504 | <div class="paragraph"><p>The file parameters can point at the user’s working file |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2505 | (e.g. <code>new-file</code> in "git-diff-files"), <code>/dev/null</code> (e.g. <code>old-file</code> |
| 2506 | when a new file is added), or a temporary file (e.g. <code>old-file</code> in the |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 2507 | index). <em>GIT_EXTERNAL_DIFF</em> should not worry about unlinking the |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2508 | temporary file --- it is removed when <em>GIT_EXTERNAL_DIFF</em> exits.</p></div> |
Junio C Hamano | f75a940 | 2011-04-14 23:39:23 | [diff] [blame] | 2509 | <div class="paragraph"><p>For a path that is unmerged, <em>GIT_EXTERNAL_DIFF</em> is called with 1 |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2510 | parameter, <path>.</p></div> |
Junio C Hamano | f75a940 | 2011-04-14 23:39:23 | [diff] [blame] | 2511 | </dd> |
| 2512 | </dl></div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2513 | </div> |
| 2514 | <div class="sect2"> |
| 2515 | <h3 id="_other">other</h3> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2516 | <div class="dlist"><dl> |
| 2517 | <dt class="hdlist1"> |
Junio C Hamano | 1e6e006 | 2007-07-13 05:33:25 | [diff] [blame] | 2518 | <em>GIT_MERGE_VERBOSITY</em> |
| 2519 | </dt> |
| 2520 | <dd> |
| 2521 | <p> |
| 2522 | A number controlling the amount of output shown by |
| 2523 | the recursive merge strategy. Overrides merge.verbosity. |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2524 | See <a href="git-merge.html">git-merge(1)</a> |
Junio C Hamano | 1e6e006 | 2007-07-13 05:33:25 | [diff] [blame] | 2525 | </p> |
| 2526 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2527 | <dt class="hdlist1"> |
Junio C Hamano | 85e45fa | 2006-08-13 07:47:41 | [diff] [blame] | 2528 | <em>GIT_PAGER</em> |
| 2529 | </dt> |
| 2530 | <dd> |
| 2531 | <p> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2532 | This environment variable overrides <code>$PAGER</code>. If it is set |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2533 | to an empty string or to the value "cat", Git will not launch |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2534 | a pager. See also the <code>core.pager</code> option in |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2535 | <a href="git-config.html">git-config(1)</a>. |
Junio C Hamano | 85e45fa | 2006-08-13 07:47:41 | [diff] [blame] | 2536 | </p> |
| 2537 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2538 | <dt class="hdlist1"> |
Junio C Hamano | 0ff9816 | 2012-03-31 18:19:09 | [diff] [blame] | 2539 | <em>GIT_EDITOR</em> |
| 2540 | </dt> |
| 2541 | <dd> |
| 2542 | <p> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2543 | This environment variable overrides <code>$EDITOR</code> and <code>$VISUAL</code>. |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2544 | It is used by several Git commands when, on interactive mode, |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2545 | an editor is to be launched. See also <a href="git-var.html">git-var(1)</a> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2546 | and the <code>core.editor</code> option in <a href="git-config.html">git-config(1)</a>. |
Junio C Hamano | 0ff9816 | 2012-03-31 18:19:09 | [diff] [blame] | 2547 | </p> |
| 2548 | </dd> |
| 2549 | <dt class="hdlist1"> |
Junio C Hamano | 4cd1c0e | 2007-08-06 04:39:14 | [diff] [blame] | 2550 | <em>GIT_SSH</em> |
| 2551 | </dt> |
| 2552 | <dd> |
| 2553 | <p> |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 2554 | If this environment variable is set then <em>git fetch</em> |
| 2555 | and <em>git push</em> will use this command instead |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2556 | of <em>ssh</em> when they need to connect to a remote system. |
Junio C Hamano | 712be26 | 2013-03-26 22:45:56 | [diff] [blame] | 2557 | The <em>$GIT_SSH</em> command will be given exactly two or |
| 2558 | four arguments: the <em>username@host</em> (or just <em>host</em>) |
| 2559 | from the URL and the shell command to execute on that |
| 2560 | remote system, optionally preceded by <em>-p</em> (literally) and |
| 2561 | the <em>port</em> from the URL when it specifies something other |
| 2562 | than the default SSH port. |
Junio C Hamano | 4cd1c0e | 2007-08-06 04:39:14 | [diff] [blame] | 2563 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2564 | <div class="paragraph"><p>To pass options to the program that you want to list in GIT_SSH |
Junio C Hamano | 4cd1c0e | 2007-08-06 04:39:14 | [diff] [blame] | 2565 | you will need to wrap the program and options into a shell script, |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2566 | then set GIT_SSH to refer to the shell script.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2567 | <div class="paragraph"><p>Usually it is easier to configure any desired options through your |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2568 | personal <code>.ssh/config</code> file. Please consult your ssh documentation |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2569 | for further details.</p></div> |
Junio C Hamano | 4cd1c0e | 2007-08-06 04:39:14 | [diff] [blame] | 2570 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2571 | <dt class="hdlist1"> |
Junio C Hamano | 3fd7b26 | 2010-09-08 22:44:20 | [diff] [blame] | 2572 | <em>GIT_ASKPASS</em> |
| 2573 | </dt> |
| 2574 | <dd> |
| 2575 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2576 | If this environment variable is set, then Git commands which need to |
Junio C Hamano | 3fd7b26 | 2010-09-08 22:44:20 | [diff] [blame] | 2577 | acquire passwords or passphrases (e.g. for HTTP or IMAP authentication) |
| 2578 | will call this program with a suitable prompt as command line argument |
| 2579 | and read the password from its STDOUT. See also the <em>core.askpass</em> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2580 | option in <a href="git-config.html">git-config(1)</a>. |
Junio C Hamano | 3fd7b26 | 2010-09-08 22:44:20 | [diff] [blame] | 2581 | </p> |
| 2582 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2583 | <dt class="hdlist1"> |
Junio C Hamano | eec745b | 2013-01-07 08:08:20 | [diff] [blame] | 2584 | <em>GIT_CONFIG_NOSYSTEM</em> |
| 2585 | </dt> |
| 2586 | <dd> |
| 2587 | <p> |
| 2588 | Whether to skip reading settings from the system-wide |
| 2589 | <code>$(prefix)/etc/gitconfig</code> file. This environment variable can |
| 2590 | be used along with <code>$HOME</code> and <code>$XDG_CONFIG_HOME</code> to create a |
| 2591 | predictable environment for a picky script, or you can set it |
| 2592 | temporarily to avoid using a buggy <code>/etc/gitconfig</code> file while |
| 2593 | waiting for someone with sufficient permissions to fix it. |
| 2594 | </p> |
| 2595 | </dd> |
| 2596 | <dt class="hdlist1"> |
Junio C Hamano | 401939f | 2007-07-01 06:34:30 | [diff] [blame] | 2597 | <em>GIT_FLUSH</em> |
| 2598 | </dt> |
| 2599 | <dd> |
| 2600 | <p> |
| 2601 | If this environment variable is set to "1", then commands such |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 2602 | as <em>git blame</em> (in incremental mode), <em>git rev-list</em>, <em>git log</em>, |
Junio C Hamano | 0241d05 | 2013-08-30 23:52:17 | [diff] [blame^] | 2603 | <em>git check-attr</em> and <em>git check-ignore</em> will |
Junio C Hamano | c710296 | 2013-05-29 23:57:17 | [diff] [blame] | 2604 | force a flush of the output stream after each record have been |
| 2605 | flushed. If this |
Junio C Hamano | 401939f | 2007-07-01 06:34:30 | [diff] [blame] | 2606 | variable is set to "0", the output of these commands will be done |
| 2607 | using completely buffered I/O. If this environment variable is |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2608 | not set, Git will choose buffered or record-oriented flushing |
Junio C Hamano | 401939f | 2007-07-01 06:34:30 | [diff] [blame] | 2609 | based on whether stdout appears to be redirected to a file or not. |
| 2610 | </p> |
| 2611 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2612 | <dt class="hdlist1"> |
Junio C Hamano | 7ccb9fd | 2006-07-15 01:38:40 | [diff] [blame] | 2613 | <em>GIT_TRACE</em> |
| 2614 | </dt> |
| 2615 | <dd> |
| 2616 | <p> |
Junio C Hamano | ef4b48b | 2006-09-04 10:08:34 | [diff] [blame] | 2617 | If this variable is set to "1", "2" or "true" (comparison |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2618 | is case insensitive), Git will print <code>trace:</code> messages on |
Junio C Hamano | 7ccb9fd | 2006-07-15 01:38:40 | [diff] [blame] | 2619 | stderr telling about alias expansion, built-in command |
| 2620 | execution and external command execution. |
Junio C Hamano | ef4b48b | 2006-09-04 10:08:34 | [diff] [blame] | 2621 | If this variable is set to an integer value greater than 1 |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2622 | and lower than 10 (strictly) then Git will interpret this |
Junio C Hamano | ef4b48b | 2006-09-04 10:08:34 | [diff] [blame] | 2623 | value as an open file descriptor and will try to write the |
| 2624 | trace messages into this file descriptor. |
| 2625 | Alternatively, if this variable is set to an absolute path |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2626 | (starting with a <em>/</em> character), Git will interpret this |
Junio C Hamano | ef4b48b | 2006-09-04 10:08:34 | [diff] [blame] | 2627 | as a file path and will try to write the trace messages |
| 2628 | into it. |
Junio C Hamano | 7ccb9fd | 2006-07-15 01:38:40 | [diff] [blame] | 2629 | </p> |
| 2630 | </dd> |
Junio C Hamano | abad6da | 2013-01-06 09:06:32 | [diff] [blame] | 2631 | <dt class="hdlist1"> |
Junio C Hamano | fa1d349 | 2013-06-20 23:39:43 | [diff] [blame] | 2632 | <em>GIT_TRACE_PACK_ACCESS</em> |
| 2633 | </dt> |
| 2634 | <dd> |
| 2635 | <p> |
| 2636 | If this variable is set to a path, a file will be created at |
| 2637 | the given path logging all accesses to any packs. For each |
| 2638 | access, the pack file name and an offset in the pack is |
| 2639 | recorded. This may be helpful for troubleshooting some |
| 2640 | pack-related performance problems. |
| 2641 | </p> |
| 2642 | </dd> |
| 2643 | <dt class="hdlist1"> |
| 2644 | <em>GIT_TRACE_PACKET</em> |
| 2645 | </dt> |
| 2646 | <dd> |
| 2647 | <p> |
| 2648 | If this variable is set, it shows a trace of all packets |
| 2649 | coming in or out of a given program. This can help with |
| 2650 | debugging object negotiation or other protocol issues. Tracing |
| 2651 | is turned off at a packet starting with "PACK". |
| 2652 | </p> |
| 2653 | </dd> |
| 2654 | <dt class="hdlist1"> |
Junio C Hamano | abad6da | 2013-01-06 09:06:32 | [diff] [blame] | 2655 | GIT_LITERAL_PATHSPECS |
| 2656 | </dt> |
| 2657 | <dd> |
| 2658 | <p> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2659 | Setting this variable to <code>1</code> will cause Git to treat all |
Junio C Hamano | abad6da | 2013-01-06 09:06:32 | [diff] [blame] | 2660 | pathspecs literally, rather than as glob patterns. For example, |
| 2661 | running <code>GIT_LITERAL_PATHSPECS=1 git log -- '*.c'</code> will search |
| 2662 | for commits that touch the path <code>*.c</code>, not any paths that the |
| 2663 | glob <code>*.c</code> matches. You might want this if you are feeding |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2664 | literal paths to Git (e.g., paths previously given to you by |
Junio C Hamano | abad6da | 2013-01-06 09:06:32 | [diff] [blame] | 2665 | <code>git ls-tree</code>, <code>--raw</code> diff output, etc). |
| 2666 | </p> |
| 2667 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2668 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2669 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2670 | </div> |
| 2671 | </div> |
| 2672 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2673 | <h2 id="_discussion_a_id_discussion_a">Discussion<a id="Discussion"></a></h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2674 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2675 | <div class="paragraph"><p>More detail on the following is available from the |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2676 | <a href="user-manual.html#git-concepts">Git concepts chapter of the |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2677 | user-manual</a> and <a href="gitcore-tutorial.html">gitcore-tutorial(7)</a>.</p></div> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2678 | <div class="paragraph"><p>A Git project normally consists of a working directory with a ".git" |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 2679 | subdirectory at the top level. The .git directory contains, among other |
| 2680 | things, a compressed object database representing the complete history |
| 2681 | of the project, an "index" file which links that history to the current |
| 2682 | contents of the working tree, and named pointers into that history such |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2683 | as tags and branch heads.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2684 | <div class="paragraph"><p>The object database contains objects of three main types: blobs, which |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 2685 | hold file data; trees, which point to blobs and other trees to build up |
Junio C Hamano | fe98605 | 2007-12-19 07:33:38 | [diff] [blame] | 2686 | directory hierarchies; and commits, which each reference a single tree |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2687 | and some number of parent commits.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2688 | <div class="paragraph"><p>The commit, equivalent to what other systems call a "changeset" or |
| 2689 | "version", represents a step in the project’s history, and each parent |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 2690 | represents an immediately preceding step. Commits with more than one |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2691 | parent represent merges of independent lines of development.</p></div> |
Junio C Hamano | e3f080d | 2013-04-22 02:27:13 | [diff] [blame] | 2692 | <div class="paragraph"><p>All objects are named by the SHA-1 hash of their contents, normally |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 2693 | written as a string of 40 hex digits. Such names are globally unique. |
| 2694 | The entire history leading up to a commit can be vouched for by signing |
| 2695 | just that commit. A fourth object type, the tag, is provided for this |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2696 | purpose.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2697 | <div class="paragraph"><p>When first created, objects are stored in individual files, but for |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2698 | efficiency may later be compressed together into "pack files".</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2699 | <div class="paragraph"><p>Named pointers called refs mark interesting points in history. A ref |
Junio C Hamano | e3f080d | 2013-04-22 02:27:13 | [diff] [blame] | 2700 | may contain the SHA-1 name of an object or the name of another ref. Refs |
| 2701 | with names beginning <code>ref/head/</code> contain the SHA-1 name of the most |
| 2702 | recent commit (or "head") of a branch under development. SHA-1 names of |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2703 | tags of interest are stored under <code>ref/tags/</code>. A special ref named |
| 2704 | <code>HEAD</code> contains the name of the currently checked-out branch.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2705 | <div class="paragraph"><p>The index file is initialized with a list of all paths and, for each |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 2706 | path, a blob object and a set of attributes. The blob object represents |
| 2707 | the contents of the file as of the head of the current branch. The |
| 2708 | attributes (last modified time, size, etc.) are taken from the |
| 2709 | corresponding file in the working tree. Subsequent changes to the |
| 2710 | working tree can be found by comparing these attributes. The index may |
| 2711 | be updated with new content, and new commits may be created from the |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2712 | content stored in the index.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2713 | <div class="paragraph"><p>The index is also capable of storing multiple entries (called "stages") |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 2714 | for a given pathname. These stages are used to hold the various |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2715 | unmerged version of a file when a merge is in progress.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2716 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2717 | </div> |
| 2718 | <div class="sect1"> |
Junio C Hamano | d031611 | 2012-08-22 19:55:29 | [diff] [blame] | 2719 | <h2 id="_further_documentation">FURTHER DOCUMENTATION</h2> |
| 2720 | <div class="sectionbody"> |
| 2721 | <div class="paragraph"><p>See the references in the "description" section to get started |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2722 | using Git. The following is probably more detail than necessary |
Junio C Hamano | d031611 | 2012-08-22 19:55:29 | [diff] [blame] | 2723 | for a first-time user.</p></div> |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2724 | <div class="paragraph"><p>The <a href="user-manual.html#git-concepts">Git concepts chapter of the |
Junio C Hamano | d031611 | 2012-08-22 19:55:29 | [diff] [blame] | 2725 | user-manual</a> and <a href="gitcore-tutorial.html">gitcore-tutorial(7)</a> both provide |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2726 | introductions to the underlying Git architecture.</p></div> |
Junio C Hamano | d031611 | 2012-08-22 19:55:29 | [diff] [blame] | 2727 | <div class="paragraph"><p>See <a href="gitworkflows.html">gitworkflows(7)</a> for an overview of recommended workflows.</p></div> |
| 2728 | <div class="paragraph"><p>See also the <a href="howto-index.html">howto</a> documents for some useful |
| 2729 | examples.</p></div> |
| 2730 | <div class="paragraph"><p>The internals are documented in the |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2731 | <a href="technical/api-index.html">Git API documentation</a>.</p></div> |
Junio C Hamano | d031611 | 2012-08-22 19:55:29 | [diff] [blame] | 2732 | <div class="paragraph"><p>Users migrating from CVS may also want to |
| 2733 | read <a href="gitcvs-migration.html">gitcvs-migration(7)</a>.</p></div> |
| 2734 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2735 | </div> |
| 2736 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2737 | <h2 id="_authors">Authors</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2738 | <div class="sectionbody"> |
Junio C Hamano | 5f3d839 | 2011-03-15 23:33:35 | [diff] [blame] | 2739 | <div class="paragraph"><p>Git was started by Linus Torvalds, and is currently maintained by Junio |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 2740 | C Hamano. Numerous contributions have come from the Git mailing list |
Junio C Hamano | 0b0417b | 2012-12-13 20:35:02 | [diff] [blame] | 2741 | <<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>>. <a href="http://www.ohloh.net/p/git/contributors/summary">http://www.ohloh.net/p/git/contributors/summary</a> |
| 2742 | gives you a more complete list of contributors.</p></div> |
| 2743 | <div class="paragraph"><p>If you have a clone of git.git itself, the |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2744 | output of <a href="git-shortlog.html">git-shortlog(1)</a> and <a href="git-blame.html">git-blame(1)</a> can show you |
Junio C Hamano | 5f3d839 | 2011-03-15 23:33:35 | [diff] [blame] | 2745 | the authors for specific parts of the project.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2746 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2747 | </div> |
| 2748 | <div class="sect1"> |
Junio C Hamano | a978876 | 2010-08-03 15:15:54 | [diff] [blame] | 2749 | <h2 id="_reporting_bugs">Reporting Bugs</h2> |
| 2750 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 2751 | <div class="paragraph"><p>Report bugs to the Git mailing list <<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>> where the |
Junio C Hamano | a978876 | 2010-08-03 15:15:54 | [diff] [blame] | 2752 | development and maintenance is primarily done. You do not have to be |
| 2753 | subscribed to the list to send a message there.</p></div> |
| 2754 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2755 | </div> |
| 2756 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2757 | <h2 id="_see_also">SEE ALSO</h2> |
Junio C Hamano | 9e1793f | 2008-06-02 07:31:16 | [diff] [blame] | 2758 | <div class="sectionbody"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2759 | <div class="paragraph"><p><a href="gittutorial.html">gittutorial(7)</a>, <a href="gittutorial-2.html">gittutorial-2(7)</a>, |
| 2760 | <a href="everyday.html">Everyday Git</a>, <a href="gitcvs-migration.html">gitcvs-migration(7)</a>, |
| 2761 | <a href="gitglossary.html">gitglossary(7)</a>, <a href="gitcore-tutorial.html">gitcore-tutorial(7)</a>, |
| 2762 | <a href="gitcli.html">gitcli(7)</a>, <a href="user-manual.html">The Git User’s Manual</a>, |
| 2763 | <a href="gitworkflows.html">gitworkflows(7)</a></p></div> |
Junio C Hamano | 9e1793f | 2008-06-02 07:31:16 | [diff] [blame] | 2764 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2765 | </div> |
| 2766 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 2767 | <h2 id="_git">GIT</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2768 | <div class="sectionbody"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 2769 | <div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2770 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 2771 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 2772 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 2773 | <div id="footnotes"><hr /></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2774 | <div id="footer"> |
| 2775 | <div id="footer-text"> |
Junio C Hamano | 0241d05 | 2013-08-30 23:52:17 | [diff] [blame^] | 2776 | Last updated 2013-08-30 16:51:59 PDT |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2777 | </div> |
| 2778 | </div> |
| 2779 | </body> |
| 2780 | </html> |