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> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 6 | <meta name="generator" content="AsciiDoc 8.2.5" /> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 7 | <style type="text/css"> |
| 8 | /* Debug borders */ |
| 9 | p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 { |
| 10 | /* |
| 11 | border: 1px solid red; |
| 12 | */ |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | margin: 1em 5% 1em 5%; |
| 17 | } |
| 18 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 19 | a { |
| 20 | color: blue; |
| 21 | text-decoration: underline; |
| 22 | } |
| 23 | a:visited { |
| 24 | color: fuchsia; |
| 25 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 26 | |
| 27 | em { |
| 28 | font-style: italic; |
| 29 | } |
| 30 | |
| 31 | strong { |
| 32 | font-weight: bold; |
| 33 | } |
| 34 | |
| 35 | tt { |
| 36 | color: navy; |
| 37 | } |
| 38 | |
| 39 | h1, h2, h3, h4, h5, h6 { |
| 40 | color: #527bbd; |
| 41 | font-family: sans-serif; |
| 42 | margin-top: 1.2em; |
| 43 | margin-bottom: 0.5em; |
| 44 | line-height: 1.3; |
| 45 | } |
| 46 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 47 | h1, h2, h3 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 48 | border-bottom: 2px solid silver; |
| 49 | } |
| 50 | h2 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 51 | padding-top: 0.5em; |
| 52 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 53 | h3 { |
| 54 | float: left; |
| 55 | } |
| 56 | h3 + * { |
| 57 | clear: left; |
| 58 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 59 | |
| 60 | div.sectionbody { |
| 61 | font-family: serif; |
| 62 | margin-left: 0; |
| 63 | } |
| 64 | |
| 65 | hr { |
| 66 | border: 1px solid silver; |
| 67 | } |
| 68 | |
| 69 | p { |
| 70 | margin-top: 0.5em; |
| 71 | margin-bottom: 0.5em; |
| 72 | } |
| 73 | |
| 74 | pre { |
| 75 | padding: 0; |
| 76 | margin: 0; |
| 77 | } |
| 78 | |
| 79 | span#author { |
| 80 | color: #527bbd; |
| 81 | font-family: sans-serif; |
| 82 | font-weight: bold; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 83 | font-size: 1.1em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 84 | } |
| 85 | span#email { |
| 86 | } |
| 87 | span#revision { |
| 88 | font-family: sans-serif; |
| 89 | } |
| 90 | |
| 91 | div#footer { |
| 92 | font-family: sans-serif; |
| 93 | font-size: small; |
| 94 | border-top: 2px solid silver; |
| 95 | padding-top: 0.5em; |
| 96 | margin-top: 4.0em; |
| 97 | } |
| 98 | div#footer-text { |
| 99 | float: left; |
| 100 | padding-bottom: 0.5em; |
| 101 | } |
| 102 | div#footer-badges { |
| 103 | float: right; |
| 104 | padding-bottom: 0.5em; |
| 105 | } |
| 106 | |
| 107 | div#preamble, |
| 108 | div.tableblock, div.imageblock, div.exampleblock, div.verseblock, |
| 109 | div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, |
| 110 | div.admonitionblock { |
| 111 | margin-right: 10%; |
| 112 | margin-top: 1.5em; |
| 113 | margin-bottom: 1.5em; |
| 114 | } |
| 115 | div.admonitionblock { |
| 116 | margin-top: 2.5em; |
| 117 | margin-bottom: 2.5em; |
| 118 | } |
| 119 | |
| 120 | div.content { /* Block element content. */ |
| 121 | padding: 0; |
| 122 | } |
| 123 | |
| 124 | /* Block element titles. */ |
| 125 | div.title, caption.title { |
| 126 | font-family: sans-serif; |
| 127 | font-weight: bold; |
| 128 | text-align: left; |
| 129 | margin-top: 1.0em; |
| 130 | margin-bottom: 0.5em; |
| 131 | } |
| 132 | div.title + * { |
| 133 | margin-top: 0; |
| 134 | } |
| 135 | |
| 136 | td div.title:first-child { |
| 137 | margin-top: 0.0em; |
| 138 | } |
| 139 | div.content div.title:first-child { |
| 140 | margin-top: 0.0em; |
| 141 | } |
| 142 | div.content + div.title { |
| 143 | margin-top: 0.0em; |
| 144 | } |
| 145 | |
| 146 | div.sidebarblock > div.content { |
| 147 | background: #ffffee; |
| 148 | border: 1px solid silver; |
| 149 | padding: 0.5em; |
| 150 | } |
| 151 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 152 | div.listingblock { |
| 153 | margin-right: 0%; |
| 154 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 155 | div.listingblock > div.content { |
| 156 | border: 1px solid silver; |
| 157 | background: #f4f4f4; |
| 158 | padding: 0.5em; |
| 159 | } |
| 160 | |
| 161 | div.quoteblock > div.content { |
| 162 | padding-left: 2.0em; |
| 163 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 164 | |
| 165 | div.attribution { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 166 | text-align: right; |
| 167 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 168 | div.verseblock + div.attribution { |
| 169 | text-align: left; |
| 170 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 171 | |
| 172 | div.admonitionblock .icon { |
| 173 | vertical-align: top; |
| 174 | font-size: 1.1em; |
| 175 | font-weight: bold; |
| 176 | text-decoration: underline; |
| 177 | color: #527bbd; |
| 178 | padding-right: 0.5em; |
| 179 | } |
| 180 | div.admonitionblock td.content { |
| 181 | padding-left: 0.5em; |
| 182 | border-left: 2px solid silver; |
| 183 | } |
| 184 | |
| 185 | div.exampleblock > div.content { |
| 186 | border-left: 2px solid silver; |
| 187 | padding: 0.5em; |
| 188 | } |
| 189 | |
| 190 | div.verseblock div.content { |
| 191 | white-space: pre; |
| 192 | } |
| 193 | |
| 194 | div.imageblock div.content { padding-left: 0; } |
| 195 | div.imageblock img { border: 1px solid silver; } |
| 196 | span.image img { border-style: none; } |
| 197 | |
| 198 | dl { |
| 199 | margin-top: 0.8em; |
| 200 | margin-bottom: 0.8em; |
| 201 | } |
| 202 | dt { |
| 203 | margin-top: 0.5em; |
| 204 | margin-bottom: 0; |
| 205 | font-style: italic; |
| 206 | } |
| 207 | dd > *:first-child { |
| 208 | margin-top: 0; |
| 209 | } |
| 210 | |
| 211 | ul, ol { |
| 212 | list-style-position: outside; |
| 213 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 214 | div.olist2 ol { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 215 | list-style-type: lower-alpha; |
| 216 | } |
| 217 | |
| 218 | div.tableblock > table { |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 219 | border: 3px solid #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 220 | } |
| 221 | thead { |
| 222 | font-family: sans-serif; |
| 223 | font-weight: bold; |
| 224 | } |
| 225 | tfoot { |
| 226 | font-weight: bold; |
| 227 | } |
| 228 | |
| 229 | div.hlist { |
| 230 | margin-top: 0.8em; |
| 231 | margin-bottom: 0.8em; |
| 232 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 233 | div.hlist td { |
| 234 | padding-bottom: 5px; |
| 235 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 236 | td.hlist1 { |
| 237 | vertical-align: top; |
| 238 | font-style: italic; |
| 239 | padding-right: 0.8em; |
| 240 | } |
| 241 | td.hlist2 { |
| 242 | vertical-align: top; |
| 243 | } |
| 244 | |
| 245 | @media print { |
| 246 | div#footer-badges { display: none; } |
| 247 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 248 | |
| 249 | div#toctitle { |
| 250 | color: #527bbd; |
| 251 | font-family: sans-serif; |
| 252 | font-size: 1.1em; |
| 253 | font-weight: bold; |
| 254 | margin-top: 1.0em; |
| 255 | margin-bottom: 0.1em; |
| 256 | } |
| 257 | |
| 258 | div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { |
| 259 | margin-top: 0; |
| 260 | margin-bottom: 0; |
| 261 | } |
| 262 | div.toclevel2 { |
| 263 | margin-left: 2em; |
| 264 | font-size: 0.9em; |
| 265 | } |
| 266 | div.toclevel3 { |
| 267 | margin-left: 4em; |
| 268 | font-size: 0.9em; |
| 269 | } |
| 270 | div.toclevel4 { |
| 271 | margin-left: 6em; |
| 272 | font-size: 0.9em; |
| 273 | } |
| 274 | include1::./stylesheets/xhtml11-manpage.css[] |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 275 | /* Workarounds for IE6's broken and incomplete CSS2. */ |
| 276 | |
| 277 | div.sidebar-content { |
| 278 | background: #ffffee; |
| 279 | border: 1px solid silver; |
| 280 | padding: 0.5em; |
| 281 | } |
| 282 | div.sidebar-title, div.image-title { |
| 283 | font-family: sans-serif; |
| 284 | font-weight: bold; |
| 285 | margin-top: 0.0em; |
| 286 | margin-bottom: 0.5em; |
| 287 | } |
| 288 | |
| 289 | div.listingblock div.content { |
| 290 | border: 1px solid silver; |
| 291 | background: #f4f4f4; |
| 292 | padding: 0.5em; |
| 293 | } |
| 294 | |
| 295 | div.quoteblock-content { |
| 296 | padding-left: 2.0em; |
| 297 | } |
| 298 | |
| 299 | div.exampleblock-content { |
| 300 | border-left: 2px solid silver; |
| 301 | padding-left: 0.5em; |
| 302 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 303 | |
| 304 | /* IE6 sets dynamically generated links as visited. */ |
| 305 | div#toc a:visited { color: blue; } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 306 | </style> |
| 307 | <title>git-whatchanged(1)</title> |
| 308 | </head> |
| 309 | <body> |
| 310 | <div id="header"> |
| 311 | <h1> |
| 312 | git-whatchanged(1) Manual Page |
| 313 | </h1> |
| 314 | <h2>NAME</h2> |
| 315 | <div class="sectionbody"> |
| 316 | <p>git-whatchanged - |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 317 | Show logs with difference each commit introduces |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 318 | </p> |
| 319 | </div> |
| 320 | </div> |
| 321 | <h2>SYNOPSIS</h2> |
| 322 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 323 | <div class="para"><p><em>git whatchanged</em> <option>…</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 324 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 325 | <h2 id="_description">DESCRIPTION</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 326 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 327 | <div class="para"><p>Shows commit logs and diff output each commit introduces. The |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 328 | command internally invokes <em>git rev-list</em> piped to |
| 329 | <em>git diff-tree</em>, and takes command line options for both of |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 330 | these commands.</p></div> |
| 331 | <div class="para"><p>This manual page describes only the most frequently used options.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 332 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 333 | <h2 id="_options">OPTIONS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 334 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 335 | <div class="vlist"><dl> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 336 | <dt> |
| 337 | -p |
| 338 | </dt> |
| 339 | <dd> |
| 340 | <p> |
| 341 | Show textual diffs, instead of the git internal diff |
| 342 | output format that is useful only to tell the changed |
| 343 | paths and their nature of changes. |
| 344 | </p> |
| 345 | </dd> |
| 346 | <dt> |
Junio C Hamano | f9771f6 | 2007-01-17 17:42:30 | [diff] [blame] | 347 | -<n> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 348 | </dt> |
| 349 | <dd> |
| 350 | <p> |
| 351 | Limit output to <n> commits. |
| 352 | </p> |
| 353 | </dd> |
| 354 | <dt> |
| 355 | <since>..<until> |
| 356 | </dt> |
| 357 | <dd> |
| 358 | <p> |
| 359 | Limit output to between the two named commits (bottom |
| 360 | exclusive, top inclusive). |
| 361 | </p> |
| 362 | </dd> |
| 363 | <dt> |
| 364 | -r |
| 365 | </dt> |
| 366 | <dd> |
| 367 | <p> |
| 368 | Show git internal diff output, but for the whole tree, |
| 369 | not just the top level. |
| 370 | </p> |
| 371 | </dd> |
| 372 | <dt> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 373 | -m |
| 374 | </dt> |
| 375 | <dd> |
| 376 | <p> |
| 377 | By default, differences for merge commits are not shown. |
| 378 | With this flag, show differences to that commit from all |
| 379 | of its parents. |
| 380 | </p> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 381 | <div class="para"><p>However, it is not very useful in general, although it |
| 382 | <strong>is</strong> useful on a file-by-file basis.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 383 | </dd> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 384 | <dt> |
| 385 | --pretty[=<em><format></em>] |
| 386 | </dt> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 387 | <dt> |
| 388 | --format[=<em><format></em>] |
| 389 | </dt> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 390 | <dd> |
| 391 | <p> |
| 392 | Pretty-print the contents of the commit logs in a given format, |
| 393 | where <em><format></em> can be one of <em>oneline</em>, <em>short</em>, <em>medium</em>, |
Junio C Hamano | e32ec8b | 2010-06-02 23:32:31 | [diff] [blame] | 394 | <em>full</em>, <em>fuller</em>, <em>email</em>, <em>raw</em> and <em>format:<string></em>. See |
| 395 | the "PRETTY FORMATS" section for some additional details for each |
| 396 | format. When omitted, the format defaults to <em>medium</em>. |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 397 | </p> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 398 | <div class="para"><p>Note: you can specify the default pretty format in the repository |
| 399 | configuration (see <a href="git-config.html">git-config(1)</a>).</p></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 400 | </dd> |
| 401 | <dt> |
| 402 | --abbrev-commit |
| 403 | </dt> |
| 404 | <dd> |
| 405 | <p> |
| 406 | Instead of showing the full 40-byte hexadecimal commit object |
Junio C Hamano | 6efe302 | 2009-01-13 16:47:56 | [diff] [blame] | 407 | name, show only a partial prefix. Non default number of |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 408 | digits can be specified with "--abbrev=<n>" (which also modifies |
| 409 | diff output, if it is displayed). |
| 410 | </p> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 411 | <div class="para"><p>This should make "--pretty=oneline" a whole lot more readable for |
| 412 | people using 80-column terminals.</p></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 413 | </dd> |
| 414 | <dt> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 415 | --oneline |
| 416 | </dt> |
| 417 | <dd> |
| 418 | <p> |
| 419 | This is a shorthand for "--pretty=oneline --abbrev-commit" |
| 420 | used together. |
| 421 | </p> |
| 422 | </dd> |
| 423 | <dt> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 424 | --encoding[=<encoding>] |
| 425 | </dt> |
| 426 | <dd> |
| 427 | <p> |
| 428 | The commit objects record the encoding used for the log message |
| 429 | in their encoding header; this option can be used to tell the |
| 430 | command to re-code the commit log message in the encoding |
| 431 | preferred by the user. For non plumbing commands this |
| 432 | defaults to UTF-8. |
| 433 | </p> |
| 434 | </dd> |
Junio C Hamano | 57827fb | 2010-01-23 03:02:50 | [diff] [blame] | 435 | <dt> |
| 436 | --no-notes |
| 437 | </dt> |
| 438 | <dt> |
Junio C Hamano | 3166736 | 2010-03-25 00:38:53 | [diff] [blame] | 439 | --show-notes[=<ref>] |
Junio C Hamano | 57827fb | 2010-01-23 03:02:50 | [diff] [blame] | 440 | </dt> |
| 441 | <dd> |
| 442 | <p> |
| 443 | Show the notes (see <a href="git-notes.html">git-notes(1)</a>) that annotate the |
| 444 | commit, when showing the commit log message. This is the default |
| 445 | for <tt>git log</tt>, <tt>git show</tt> and <tt>git whatchanged</tt> commands when |
| 446 | there is no <tt>--pretty</tt>, <tt>--format</tt> nor <tt>--oneline</tt> option is |
| 447 | given on the command line. |
| 448 | </p> |
Junio C Hamano | 3166736 | 2010-03-25 00:38:53 | [diff] [blame] | 449 | <div class="para"><p>With an optional argument, add this ref to the list of notes. The ref |
| 450 | is taken to be in <tt>refs/notes/</tt> if it is not qualified.</p></div> |
| 451 | </dd> |
| 452 | <dt> |
| 453 | --[no-]standard-notes |
| 454 | </dt> |
| 455 | <dd> |
| 456 | <p> |
| 457 | Enable or disable populating the notes ref list from the |
| 458 | <em>core.notesRef</em> and <em>notes.displayRef</em> variables (or |
| 459 | corresponding environment overrides). Enabled by default. |
| 460 | See <a href="git-config.html">git-config(1)</a>. |
| 461 | </p> |
Junio C Hamano | 57827fb | 2010-01-23 03:02:50 | [diff] [blame] | 462 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 463 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 464 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 465 | <h2 id="_pretty_formats">PRETTY FORMATS</h2> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 466 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 467 | <div class="para"><p>If the commit is a merge, and if the pretty-format |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 468 | is not <em>oneline</em>, <em>email</em> or <em>raw</em>, an additional line is |
| 469 | inserted before the <em>Author:</em> line. This line begins with |
| 470 | "Merge: " and the sha1s of ancestral commits are printed, |
| 471 | separated by spaces. Note that the listed commits may not |
| 472 | necessarily be the list of the <strong>direct</strong> parent commits if you |
| 473 | have limited your view of history: for example, if you are |
| 474 | only interested in changes related to a certain directory or |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 475 | file.</p></div> |
Junio C Hamano | a574a09 | 2010-06-13 19:57:10 | [diff] [blame^] | 476 | <div class="para"><p>There are several built-in formats, and you can define |
| 477 | additional formats by setting a pretty.<name> |
| 478 | config option to either another format name, or a |
| 479 | <em>format:</em> string, as described below (see |
| 480 | <a href="git-config.html">git-config(1)</a>). Here are the details of the |
| 481 | built-in formats:</p></div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 482 | <div class="ilist"><ul> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 483 | <li> |
| 484 | <p> |
| 485 | <em>oneline</em> |
| 486 | </p> |
| 487 | <div class="literalblock"> |
| 488 | <div class="content"> |
| 489 | <pre><tt><sha1> <title line></tt></pre> |
| 490 | </div></div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 491 | <div class="para"><p>This is designed to be as compact as possible.</p></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 492 | </li> |
| 493 | <li> |
| 494 | <p> |
| 495 | <em>short</em> |
| 496 | </p> |
| 497 | <div class="literalblock"> |
| 498 | <div class="content"> |
| 499 | <pre><tt>commit <sha1> |
| 500 | Author: <author></tt></pre> |
| 501 | </div></div> |
| 502 | <div class="literalblock"> |
| 503 | <div class="content"> |
| 504 | <pre><tt><title line></tt></pre> |
| 505 | </div></div> |
| 506 | </li> |
| 507 | <li> |
| 508 | <p> |
| 509 | <em>medium</em> |
| 510 | </p> |
| 511 | <div class="literalblock"> |
| 512 | <div class="content"> |
| 513 | <pre><tt>commit <sha1> |
| 514 | Author: <author> |
Junio C Hamano | 6a3c827 | 2008-12-19 21:38:18 | [diff] [blame] | 515 | Date: <author date></tt></pre> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 516 | </div></div> |
| 517 | <div class="literalblock"> |
| 518 | <div class="content"> |
| 519 | <pre><tt><title line></tt></pre> |
| 520 | </div></div> |
| 521 | <div class="literalblock"> |
| 522 | <div class="content"> |
| 523 | <pre><tt><full commit message></tt></pre> |
| 524 | </div></div> |
| 525 | </li> |
| 526 | <li> |
| 527 | <p> |
| 528 | <em>full</em> |
| 529 | </p> |
| 530 | <div class="literalblock"> |
| 531 | <div class="content"> |
| 532 | <pre><tt>commit <sha1> |
| 533 | Author: <author> |
| 534 | Commit: <committer></tt></pre> |
| 535 | </div></div> |
| 536 | <div class="literalblock"> |
| 537 | <div class="content"> |
| 538 | <pre><tt><title line></tt></pre> |
| 539 | </div></div> |
| 540 | <div class="literalblock"> |
| 541 | <div class="content"> |
| 542 | <pre><tt><full commit message></tt></pre> |
| 543 | </div></div> |
| 544 | </li> |
| 545 | <li> |
| 546 | <p> |
| 547 | <em>fuller</em> |
| 548 | </p> |
| 549 | <div class="literalblock"> |
| 550 | <div class="content"> |
| 551 | <pre><tt>commit <sha1> |
Junio C Hamano | 6a3c827 | 2008-12-19 21:38:18 | [diff] [blame] | 552 | Author: <author> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 553 | AuthorDate: <author date> |
Junio C Hamano | 6a3c827 | 2008-12-19 21:38:18 | [diff] [blame] | 554 | Commit: <committer> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 555 | CommitDate: <committer date></tt></pre> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 556 | </div></div> |
| 557 | <div class="literalblock"> |
| 558 | <div class="content"> |
| 559 | <pre><tt><title line></tt></pre> |
| 560 | </div></div> |
| 561 | <div class="literalblock"> |
| 562 | <div class="content"> |
| 563 | <pre><tt><full commit message></tt></pre> |
| 564 | </div></div> |
| 565 | </li> |
| 566 | <li> |
| 567 | <p> |
| 568 | <em>email</em> |
| 569 | </p> |
| 570 | <div class="literalblock"> |
| 571 | <div class="content"> |
| 572 | <pre><tt>From <sha1> <date> |
| 573 | From: <author> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 574 | Date: <author date> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 575 | Subject: [PATCH] <title line></tt></pre> |
| 576 | </div></div> |
| 577 | <div class="literalblock"> |
| 578 | <div class="content"> |
| 579 | <pre><tt><full commit message></tt></pre> |
| 580 | </div></div> |
| 581 | </li> |
| 582 | <li> |
| 583 | <p> |
| 584 | <em>raw</em> |
| 585 | </p> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 586 | <div class="para"><p>The <em>raw</em> format shows the entire commit exactly as |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 587 | stored in the commit object. Notably, the SHA1s are |
| 588 | displayed in full, regardless of whether --abbrev or |
| 589 | --no-abbrev are used, and <em>parents</em> information show the |
| 590 | true parent commits, without taking grafts nor history |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 591 | simplification into account.</p></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 592 | </li> |
| 593 | <li> |
| 594 | <p> |
Junio C Hamano | e32ec8b | 2010-06-02 23:32:31 | [diff] [blame] | 595 | <em>format:<string></em> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 596 | </p> |
Junio C Hamano | e32ec8b | 2010-06-02 23:32:31 | [diff] [blame] | 597 | <div class="para"><p>The <em>format:<string></em> format allows you to specify which information |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 598 | you want to show. It works a little bit like printf format, |
| 599 | with the notable exception that you get a newline with <em>%n</em> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 600 | instead of <em>\n</em>.</p></div> |
| 601 | <div class="para"><p>E.g, <em>format:"The author of %h was %an, %ar%nThe title was >>%s<<%n"</em> |
| 602 | would show something like this:</p></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 603 | <div class="listingblock"> |
| 604 | <div class="content"> |
| 605 | <pre><tt>The author of fe6e0ee was Junio C Hamano, 23 hours ago |
| 606 | The title was >>t4119: test autocomputing -p<n> for traditional diff input.<< |
| 607 | </tt></pre> |
| 608 | </div></div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 609 | <div class="para"><p>The placeholders are:</p></div> |
| 610 | <div class="ilist"><ul> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 611 | <li> |
| 612 | <p> |
| 613 | <em>%H</em>: commit hash |
| 614 | </p> |
| 615 | </li> |
| 616 | <li> |
| 617 | <p> |
| 618 | <em>%h</em>: abbreviated commit hash |
| 619 | </p> |
| 620 | </li> |
| 621 | <li> |
| 622 | <p> |
| 623 | <em>%T</em>: tree hash |
| 624 | </p> |
| 625 | </li> |
| 626 | <li> |
| 627 | <p> |
| 628 | <em>%t</em>: abbreviated tree hash |
| 629 | </p> |
| 630 | </li> |
| 631 | <li> |
| 632 | <p> |
| 633 | <em>%P</em>: parent hashes |
| 634 | </p> |
| 635 | </li> |
| 636 | <li> |
| 637 | <p> |
| 638 | <em>%p</em>: abbreviated parent hashes |
| 639 | </p> |
| 640 | </li> |
| 641 | <li> |
| 642 | <p> |
| 643 | <em>%an</em>: author name |
| 644 | </p> |
| 645 | </li> |
| 646 | <li> |
| 647 | <p> |
Junio C Hamano | 8bc410e | 2009-02-15 10:38:19 | [diff] [blame] | 648 | <em>%aN</em>: author name (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>) |
Junio C Hamano | f5a9362 | 2008-07-16 03:23:57 | [diff] [blame] | 649 | </p> |
| 650 | </li> |
| 651 | <li> |
| 652 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 653 | <em>%ae</em>: author email |
| 654 | </p> |
| 655 | </li> |
| 656 | <li> |
| 657 | <p> |
Junio C Hamano | 8bc410e | 2009-02-15 10:38:19 | [diff] [blame] | 658 | <em>%aE</em>: author email (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>) |
| 659 | </p> |
| 660 | </li> |
| 661 | <li> |
| 662 | <p> |
Junio C Hamano | a387df3 | 2008-08-29 08:56:58 | [diff] [blame] | 663 | <em>%ad</em>: author date (format respects --date= option) |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 664 | </p> |
| 665 | </li> |
| 666 | <li> |
| 667 | <p> |
| 668 | <em>%aD</em>: author date, RFC2822 style |
| 669 | </p> |
| 670 | </li> |
| 671 | <li> |
| 672 | <p> |
| 673 | <em>%ar</em>: author date, relative |
| 674 | </p> |
| 675 | </li> |
| 676 | <li> |
| 677 | <p> |
| 678 | <em>%at</em>: author date, UNIX timestamp |
| 679 | </p> |
| 680 | </li> |
| 681 | <li> |
| 682 | <p> |
| 683 | <em>%ai</em>: author date, ISO 8601 format |
| 684 | </p> |
| 685 | </li> |
| 686 | <li> |
| 687 | <p> |
| 688 | <em>%cn</em>: committer name |
| 689 | </p> |
| 690 | </li> |
| 691 | <li> |
| 692 | <p> |
Junio C Hamano | 8bc410e | 2009-02-15 10:38:19 | [diff] [blame] | 693 | <em>%cN</em>: committer name (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>) |
Junio C Hamano | f5a9362 | 2008-07-16 03:23:57 | [diff] [blame] | 694 | </p> |
| 695 | </li> |
| 696 | <li> |
| 697 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 698 | <em>%ce</em>: committer email |
| 699 | </p> |
| 700 | </li> |
| 701 | <li> |
| 702 | <p> |
Junio C Hamano | 8bc410e | 2009-02-15 10:38:19 | [diff] [blame] | 703 | <em>%cE</em>: committer email (respecting .mailmap, see <a href="git-shortlog.html">git-shortlog(1)</a> or <a href="git-blame.html">git-blame(1)</a>) |
| 704 | </p> |
| 705 | </li> |
| 706 | <li> |
| 707 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 708 | <em>%cd</em>: committer date |
| 709 | </p> |
| 710 | </li> |
| 711 | <li> |
| 712 | <p> |
| 713 | <em>%cD</em>: committer date, RFC2822 style |
| 714 | </p> |
| 715 | </li> |
| 716 | <li> |
| 717 | <p> |
| 718 | <em>%cr</em>: committer date, relative |
| 719 | </p> |
| 720 | </li> |
| 721 | <li> |
| 722 | <p> |
| 723 | <em>%ct</em>: committer date, UNIX timestamp |
| 724 | </p> |
| 725 | </li> |
| 726 | <li> |
| 727 | <p> |
| 728 | <em>%ci</em>: committer date, ISO 8601 format |
| 729 | </p> |
| 730 | </li> |
| 731 | <li> |
| 732 | <p> |
Junio C Hamano | 5e4d8de | 2008-09-19 06:27:02 | [diff] [blame] | 733 | <em>%d</em>: ref names, like the --decorate option of <a href="git-log.html">git-log(1)</a> |
| 734 | </p> |
| 735 | </li> |
| 736 | <li> |
| 737 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 738 | <em>%e</em>: encoding |
| 739 | </p> |
| 740 | </li> |
| 741 | <li> |
| 742 | <p> |
| 743 | <em>%s</em>: subject |
| 744 | </p> |
| 745 | </li> |
| 746 | <li> |
| 747 | <p> |
Junio C Hamano | 5f9a6f0 | 2009-04-06 08:26:56 | [diff] [blame] | 748 | <em>%f</em>: sanitized subject line, suitable for a filename |
| 749 | </p> |
| 750 | </li> |
| 751 | <li> |
| 752 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 753 | <em>%b</em>: body |
| 754 | </p> |
| 755 | </li> |
| 756 | <li> |
| 757 | <p> |
Junio C Hamano | cb39aea | 2010-05-09 07:24:48 | [diff] [blame] | 758 | <em>%B</em>: raw body (unwrapped subject and body) |
| 759 | </p> |
| 760 | </li> |
| 761 | <li> |
| 762 | <p> |
Junio C Hamano | 3b70d3c | 2009-11-21 17:37:37 | [diff] [blame] | 763 | <em>%N</em>: commit notes |
| 764 | </p> |
| 765 | </li> |
| 766 | <li> |
| 767 | <p> |
Junio C Hamano | c21ab05 | 2009-10-31 04:03:55 | [diff] [blame] | 768 | <em>%gD</em>: reflog selector, e.g., <tt>refs/stash@{1}</tt> |
| 769 | </p> |
| 770 | </li> |
| 771 | <li> |
| 772 | <p> |
| 773 | <em>%gd</em>: shortened reflog selector, e.g., <tt>stash@{1}</tt> |
| 774 | </p> |
| 775 | </li> |
| 776 | <li> |
| 777 | <p> |
| 778 | <em>%gs</em>: reflog subject |
| 779 | </p> |
| 780 | </li> |
| 781 | <li> |
| 782 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 783 | <em>%Cred</em>: switch color to red |
| 784 | </p> |
| 785 | </li> |
| 786 | <li> |
| 787 | <p> |
| 788 | <em>%Cgreen</em>: switch color to green |
| 789 | </p> |
| 790 | </li> |
| 791 | <li> |
| 792 | <p> |
| 793 | <em>%Cblue</em>: switch color to blue |
| 794 | </p> |
| 795 | </li> |
| 796 | <li> |
| 797 | <p> |
| 798 | <em>%Creset</em>: reset color |
| 799 | </p> |
| 800 | </li> |
| 801 | <li> |
| 802 | <p> |
Junio C Hamano | cc0cb31 | 2009-01-22 03:38:50 | [diff] [blame] | 803 | <em>%C(…)</em>: color specification, as described in color.branch.* config option |
| 804 | </p> |
| 805 | </li> |
| 806 | <li> |
| 807 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 808 | <em>%m</em>: left, right or boundary mark |
| 809 | </p> |
| 810 | </li> |
| 811 | <li> |
| 812 | <p> |
| 813 | <em>%n</em>: newline |
| 814 | </p> |
| 815 | </li> |
Junio C Hamano | b78d259 | 2008-04-09 09:39:08 | [diff] [blame] | 816 | <li> |
| 817 | <p> |
Junio C Hamano | a9701f0 | 2010-01-21 00:42:16 | [diff] [blame] | 818 | <em>%%</em>: a raw <em>%</em> |
| 819 | </p> |
| 820 | </li> |
| 821 | <li> |
| 822 | <p> |
Junio C Hamano | b78d259 | 2008-04-09 09:39:08 | [diff] [blame] | 823 | <em>%x00</em>: print a byte from a hex code |
| 824 | </p> |
| 825 | </li> |
Junio C Hamano | bf984de | 2009-11-23 06:11:19 | [diff] [blame] | 826 | <li> |
| 827 | <p> |
| 828 | <em>%w([<w>[,<i1>[,<i2>]]])</em>: switch line wrapping, like the -w option of |
Junio C Hamano | 5706e0b | 2009-11-24 10:54:16 | [diff] [blame] | 829 | <a href="git-shortlog.html">git-shortlog(1)</a>. |
Junio C Hamano | bf984de | 2009-11-23 06:11:19 | [diff] [blame] | 830 | </p> |
| 831 | </li> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 832 | </ul></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 833 | </li> |
Junio C Hamano | c21ab05 | 2009-10-31 04:03:55 | [diff] [blame] | 834 | </ul></div> |
| 835 | <div class="admonitionblock"> |
| 836 | <table><tr> |
| 837 | <td class="icon"> |
| 838 | <div class="title">Note</div> |
| 839 | </td> |
| 840 | <td class="content">Some placeholders may depend on other options given to the |
| 841 | revision traversal engine. For example, the <tt>%g*</tt> reflog options will |
| 842 | insert an empty string unless we are traversing reflog entries (e.g., by |
| 843 | <tt>git log -g</tt>). The <tt>%d</tt> placeholder will use the "short" decoration |
| 844 | format if <tt>--decorate</tt> was not already provided on the command line.</td> |
| 845 | </tr></table> |
| 846 | </div> |
Junio C Hamano | 2bd8a74 | 2009-12-01 21:16:59 | [diff] [blame] | 847 | <div class="para"><p>If you add a <tt>+</tt> (plus sign) after <em>%</em> of a placeholder, a line-feed |
| 848 | is inserted immediately before the expansion if and only if the |
| 849 | placeholder expands to a non-empty string.</p></div> |
| 850 | <div class="para"><p>If you add a <tt>-</tt> (minus sign) after <em>%</em> of a placeholder, line-feeds that |
| 851 | immediately precede the expansion are deleted if and only if the |
| 852 | placeholder expands to an empty string.</p></div> |
Junio C Hamano | c21ab05 | 2009-10-31 04:03:55 | [diff] [blame] | 853 | <div class="ilist"><ul> |
Junio C Hamano | 6fb124c | 2008-06-13 10:04:01 | [diff] [blame] | 854 | <li> |
| 855 | <p> |
| 856 | <em>tformat:</em> |
| 857 | </p> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 858 | <div class="para"><p>The <em>tformat:</em> format works exactly like <em>format:</em>, except that it |
Junio C Hamano | 6fb124c | 2008-06-13 10:04:01 | [diff] [blame] | 859 | provides "terminator" semantics instead of "separator" semantics. In |
| 860 | other words, each commit has the message terminator character (usually a |
| 861 | newline) appended, rather than a separator placed between entries. |
| 862 | This means that the final entry of a single-line format will be properly |
| 863 | terminated with a new line, just as the "oneline" format does. |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 864 | For example:</p></div> |
Junio C Hamano | 6fb124c | 2008-06-13 10:04:01 | [diff] [blame] | 865 | <div class="listingblock"> |
| 866 | <div class="content"> |
| 867 | <pre><tt>$ git log -2 --pretty=format:%h 4da45bef \ |
| 868 | | perl -pe '$_ .= " -- NO NEWLINE\n" unless /\n/' |
| 869 | 4da45be |
| 870 | 7134973 -- NO NEWLINE |
| 871 | |
| 872 | $ git log -2 --pretty=tformat:%h 4da45bef \ |
| 873 | | perl -pe '$_ .= " -- NO NEWLINE\n" unless /\n/' |
| 874 | 4da45be |
| 875 | 7134973</tt></pre> |
| 876 | </div></div> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 877 | <div class="para"><p>In addition, any unrecognized string that has a <tt>%</tt> in it is interpreted |
| 878 | as if it has <tt>tformat:</tt> in front of it. For example, these two are |
| 879 | equivalent:</p></div> |
| 880 | <div class="listingblock"> |
| 881 | <div class="content"> |
| 882 | <pre><tt>$ git log -2 --pretty=tformat:%h 4da45bef |
| 883 | $ git log -2 --pretty=%h 4da45bef</tt></pre> |
| 884 | </div></div> |
Junio C Hamano | 6fb124c | 2008-06-13 10:04:01 | [diff] [blame] | 885 | </li> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 886 | </ul></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 887 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 888 | <h2 id="_examples">Examples</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 889 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 890 | <div class="vlist"><dl> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 891 | <dt> |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 892 | git whatchanged -p v2.6.12.. include/scsi drivers/scsi |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 893 | </dt> |
| 894 | <dd> |
| 895 | <p> |
| 896 | Show as patches the commits since version <em>v2.6.12</em> that changed |
| 897 | any file in the include/scsi or drivers/scsi subdirectories |
| 898 | </p> |
| 899 | </dd> |
| 900 | <dt> |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 901 | git whatchanged --since="2 weeks ago" -- gitk |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 902 | </dt> |
| 903 | <dd> |
| 904 | <p> |
| 905 | Show the changes during the last two weeks to the file <em>gitk</em>. |
| 906 | The "--" is necessary to avoid confusion with the <strong>branch</strong> named |
| 907 | <em>gitk</em> |
| 908 | </p> |
| 909 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 910 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 911 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 912 | <h2 id="_author">Author</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 913 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 914 | <div class="para"><p>Written by Linus Torvalds <torvalds@osdl.org> and |
Junio C Hamano | 0868a30 | 2008-07-22 09:20:44 | [diff] [blame] | 915 | Junio C Hamano <gitster@pobox.com></p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 916 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 917 | <h2 id="_documentation">Documentation</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 918 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 919 | <div class="para"><p>Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 920 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 921 | <h2 id="_git">GIT</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 922 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 923 | <div class="para"><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] | 924 | </div> |
| 925 | <div id="footer"> |
| 926 | <div id="footer-text"> |
Junio C Hamano | a574a09 | 2010-06-13 19:57:10 | [diff] [blame^] | 927 | Last updated 2010-06-13 19:56:37 UTC |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 928 | </div> |
| 929 | </div> |
| 930 | </body> |
| 931 | </html> |