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 | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 6 | <meta name="generator" content="AsciiDoc 8.5.2" /> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 7 | <title>git-whatchanged(1)</title> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 8 | <style type="text/css"> |
| 9 | /* Debug borders */ |
| 10 | p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 { |
| 11 | /* |
| 12 | border: 1px solid red; |
| 13 | */ |
| 14 | } |
| 15 | |
| 16 | body { |
| 17 | margin: 1em 5% 1em 5%; |
| 18 | } |
| 19 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 20 | a { |
| 21 | color: blue; |
| 22 | text-decoration: underline; |
| 23 | } |
| 24 | a:visited { |
| 25 | color: fuchsia; |
| 26 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 27 | |
| 28 | em { |
| 29 | font-style: italic; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 30 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 31 | } |
| 32 | |
| 33 | strong { |
| 34 | font-weight: bold; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 35 | color: #083194; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 36 | } |
| 37 | |
| 38 | tt { |
| 39 | color: navy; |
| 40 | } |
| 41 | |
| 42 | h1, h2, h3, h4, h5, h6 { |
| 43 | color: #527bbd; |
| 44 | font-family: sans-serif; |
| 45 | margin-top: 1.2em; |
| 46 | margin-bottom: 0.5em; |
| 47 | line-height: 1.3; |
| 48 | } |
| 49 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 50 | h1, h2, h3 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 51 | border-bottom: 2px solid silver; |
| 52 | } |
| 53 | h2 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 54 | padding-top: 0.5em; |
| 55 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 56 | h3 { |
| 57 | float: left; |
| 58 | } |
| 59 | h3 + * { |
| 60 | clear: left; |
| 61 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 62 | |
| 63 | div.sectionbody { |
| 64 | font-family: serif; |
| 65 | margin-left: 0; |
| 66 | } |
| 67 | |
| 68 | hr { |
| 69 | border: 1px solid silver; |
| 70 | } |
| 71 | |
| 72 | p { |
| 73 | margin-top: 0.5em; |
| 74 | margin-bottom: 0.5em; |
| 75 | } |
| 76 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 77 | ul, ol, li > p { |
| 78 | margin-top: 0; |
| 79 | } |
| 80 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 81 | pre { |
| 82 | padding: 0; |
| 83 | margin: 0; |
| 84 | } |
| 85 | |
| 86 | span#author { |
| 87 | color: #527bbd; |
| 88 | font-family: sans-serif; |
| 89 | font-weight: bold; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 90 | font-size: 1.1em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 91 | } |
| 92 | span#email { |
| 93 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 94 | span#revnumber, span#revdate, span#revremark { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 95 | font-family: sans-serif; |
| 96 | } |
| 97 | |
| 98 | div#footer { |
| 99 | font-family: sans-serif; |
| 100 | font-size: small; |
| 101 | border-top: 2px solid silver; |
| 102 | padding-top: 0.5em; |
| 103 | margin-top: 4.0em; |
| 104 | } |
| 105 | div#footer-text { |
| 106 | float: left; |
| 107 | padding-bottom: 0.5em; |
| 108 | } |
| 109 | div#footer-badges { |
| 110 | float: right; |
| 111 | padding-bottom: 0.5em; |
| 112 | } |
| 113 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 114 | div#preamble { |
| 115 | margin-top: 1.5em; |
| 116 | margin-bottom: 1.5em; |
| 117 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 118 | div.tableblock, div.imageblock, div.exampleblock, div.verseblock, |
| 119 | div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, |
| 120 | div.admonitionblock { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 121 | margin-top: 1.0em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 122 | margin-bottom: 1.5em; |
| 123 | } |
| 124 | div.admonitionblock { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 125 | margin-top: 2.0em; |
| 126 | margin-bottom: 2.0em; |
| 127 | margin-right: 10%; |
| 128 | color: #606060; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 129 | } |
| 130 | |
| 131 | div.content { /* Block element content. */ |
| 132 | padding: 0; |
| 133 | } |
| 134 | |
| 135 | /* Block element titles. */ |
| 136 | div.title, caption.title { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 137 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 138 | font-family: sans-serif; |
| 139 | font-weight: bold; |
| 140 | text-align: left; |
| 141 | margin-top: 1.0em; |
| 142 | margin-bottom: 0.5em; |
| 143 | } |
| 144 | div.title + * { |
| 145 | margin-top: 0; |
| 146 | } |
| 147 | |
| 148 | td div.title:first-child { |
| 149 | margin-top: 0.0em; |
| 150 | } |
| 151 | div.content div.title:first-child { |
| 152 | margin-top: 0.0em; |
| 153 | } |
| 154 | div.content + div.title { |
| 155 | margin-top: 0.0em; |
| 156 | } |
| 157 | |
| 158 | div.sidebarblock > div.content { |
| 159 | background: #ffffee; |
| 160 | border: 1px solid silver; |
| 161 | padding: 0.5em; |
| 162 | } |
| 163 | |
| 164 | div.listingblock > div.content { |
| 165 | border: 1px solid silver; |
| 166 | background: #f4f4f4; |
| 167 | padding: 0.5em; |
| 168 | } |
| 169 | |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 170 | div.quoteblock, div.verseblock { |
| 171 | padding-left: 1.0em; |
| 172 | margin-left: 1.0em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 173 | margin-right: 10%; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 174 | border-left: 5px solid #dddddd; |
| 175 | color: #777777; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 176 | } |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 177 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 178 | div.quoteblock > div.attribution { |
| 179 | padding-top: 0.5em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 180 | text-align: right; |
| 181 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 182 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 183 | div.verseblock > div.content { |
| 184 | white-space: pre; |
| 185 | } |
| 186 | div.verseblock > div.attribution { |
| 187 | padding-top: 0.75em; |
| 188 | text-align: left; |
| 189 | } |
| 190 | /* DEPRECATED: Pre version 8.2.7 verse style literal block. */ |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 191 | div.verseblock + div.attribution { |
| 192 | text-align: left; |
| 193 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 194 | |
| 195 | div.admonitionblock .icon { |
| 196 | vertical-align: top; |
| 197 | font-size: 1.1em; |
| 198 | font-weight: bold; |
| 199 | text-decoration: underline; |
| 200 | color: #527bbd; |
| 201 | padding-right: 0.5em; |
| 202 | } |
| 203 | div.admonitionblock td.content { |
| 204 | padding-left: 0.5em; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 205 | border-left: 3px solid #dddddd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 206 | } |
| 207 | |
| 208 | div.exampleblock > div.content { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 209 | border-left: 3px solid #dddddd; |
| 210 | padding-left: 0.5em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 211 | } |
| 212 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 213 | div.imageblock div.content { padding-left: 0; } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 214 | span.image img { border-style: none; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 215 | a.image:visited { color: white; } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 216 | |
| 217 | dl { |
| 218 | margin-top: 0.8em; |
| 219 | margin-bottom: 0.8em; |
| 220 | } |
| 221 | dt { |
| 222 | margin-top: 0.5em; |
| 223 | margin-bottom: 0; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 224 | font-style: normal; |
| 225 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 226 | } |
| 227 | dd > *:first-child { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 228 | margin-top: 0.1em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 229 | } |
| 230 | |
| 231 | ul, ol { |
| 232 | list-style-position: outside; |
| 233 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 234 | ol.arabic { |
| 235 | list-style-type: decimal; |
| 236 | } |
| 237 | ol.loweralpha { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 238 | list-style-type: lower-alpha; |
| 239 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 240 | ol.upperalpha { |
| 241 | list-style-type: upper-alpha; |
| 242 | } |
| 243 | ol.lowerroman { |
| 244 | list-style-type: lower-roman; |
| 245 | } |
| 246 | ol.upperroman { |
| 247 | list-style-type: upper-roman; |
| 248 | } |
| 249 | |
| 250 | div.compact ul, div.compact ol, |
| 251 | div.compact p, div.compact p, |
| 252 | div.compact div, div.compact div { |
| 253 | margin-top: 0.1em; |
| 254 | margin-bottom: 0.1em; |
| 255 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 256 | |
| 257 | div.tableblock > table { |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 258 | border: 3px solid #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 259 | } |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 260 | thead, p.table.header { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 261 | font-family: sans-serif; |
| 262 | font-weight: bold; |
| 263 | } |
| 264 | tfoot { |
| 265 | font-weight: bold; |
| 266 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 267 | td > div.verse { |
| 268 | white-space: pre; |
| 269 | } |
| 270 | p.table { |
| 271 | margin-top: 0; |
| 272 | } |
| 273 | /* Because the table frame attribute is overriden by CSS in most browsers. */ |
| 274 | div.tableblock > table[frame="void"] { |
| 275 | border-style: none; |
| 276 | } |
| 277 | div.tableblock > table[frame="hsides"] { |
| 278 | border-left-style: none; |
| 279 | border-right-style: none; |
| 280 | } |
| 281 | div.tableblock > table[frame="vsides"] { |
| 282 | border-top-style: none; |
| 283 | border-bottom-style: none; |
| 284 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 285 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 286 | |
| 287 | div.hdlist { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 288 | margin-top: 0.8em; |
| 289 | margin-bottom: 0.8em; |
| 290 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 291 | div.hdlist tr { |
| 292 | padding-bottom: 15px; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 293 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 294 | dt.hdlist1.strong, td.hdlist1.strong { |
| 295 | font-weight: bold; |
| 296 | } |
| 297 | td.hdlist1 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 298 | vertical-align: top; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 299 | font-style: normal; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 300 | padding-right: 0.8em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 301 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 302 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 303 | td.hdlist2 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 304 | vertical-align: top; |
| 305 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 306 | div.hdlist.compact tr { |
| 307 | margin: 0; |
| 308 | padding-bottom: 0; |
| 309 | } |
| 310 | |
| 311 | .comment { |
| 312 | background: yellow; |
| 313 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 314 | |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 315 | .footnote, .footnoteref { |
| 316 | font-size: 0.8em; |
| 317 | } |
| 318 | |
| 319 | span.footnote, span.footnoteref { |
| 320 | vertical-align: super; |
| 321 | } |
| 322 | |
| 323 | #footnotes { |
| 324 | margin: 20px 0 20px 0; |
| 325 | padding: 7px 0 0 0; |
| 326 | } |
| 327 | |
| 328 | #footnotes div.footnote { |
| 329 | margin: 0 0 5px 0; |
| 330 | } |
| 331 | |
| 332 | #footnotes hr { |
| 333 | border: none; |
| 334 | border-top: 1px solid silver; |
| 335 | height: 1px; |
| 336 | text-align: left; |
| 337 | margin-left: 0; |
| 338 | width: 20%; |
| 339 | min-width: 100px; |
| 340 | } |
| 341 | |
| 342 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 343 | @media print { |
| 344 | div#footer-badges { display: none; } |
| 345 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 346 | |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 347 | div#toc { |
| 348 | margin-bottom: 2.5em; |
| 349 | } |
| 350 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 351 | div#toctitle { |
| 352 | color: #527bbd; |
| 353 | font-family: sans-serif; |
| 354 | font-size: 1.1em; |
| 355 | font-weight: bold; |
| 356 | margin-top: 1.0em; |
| 357 | margin-bottom: 0.1em; |
| 358 | } |
| 359 | |
| 360 | div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { |
| 361 | margin-top: 0; |
| 362 | margin-bottom: 0; |
| 363 | } |
| 364 | div.toclevel2 { |
| 365 | margin-left: 2em; |
| 366 | font-size: 0.9em; |
| 367 | } |
| 368 | div.toclevel3 { |
| 369 | margin-left: 4em; |
| 370 | font-size: 0.9em; |
| 371 | } |
| 372 | div.toclevel4 { |
| 373 | margin-left: 6em; |
| 374 | font-size: 0.9em; |
| 375 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 376 | /* Overrides for manpage documents */ |
| 377 | h1 { |
| 378 | padding-top: 0.5em; |
| 379 | padding-bottom: 0.5em; |
| 380 | border-top: 2px solid silver; |
| 381 | border-bottom: 2px solid silver; |
| 382 | } |
| 383 | h2 { |
| 384 | border-style: none; |
| 385 | } |
| 386 | div.sectionbody { |
| 387 | margin-left: 5%; |
| 388 | } |
| 389 | |
| 390 | @media print { |
| 391 | div#toc { display: none; } |
| 392 | } |
| 393 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 394 | /* Workarounds for IE6's broken and incomplete CSS2. */ |
| 395 | |
| 396 | div.sidebar-content { |
| 397 | background: #ffffee; |
| 398 | border: 1px solid silver; |
| 399 | padding: 0.5em; |
| 400 | } |
| 401 | div.sidebar-title, div.image-title { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 402 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 403 | font-family: sans-serif; |
| 404 | font-weight: bold; |
| 405 | margin-top: 0.0em; |
| 406 | margin-bottom: 0.5em; |
| 407 | } |
| 408 | |
| 409 | div.listingblock div.content { |
| 410 | border: 1px solid silver; |
| 411 | background: #f4f4f4; |
| 412 | padding: 0.5em; |
| 413 | } |
| 414 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 415 | div.quoteblock-attribution { |
| 416 | padding-top: 0.5em; |
| 417 | text-align: right; |
| 418 | } |
| 419 | |
| 420 | div.verseblock-content { |
| 421 | white-space: pre; |
| 422 | } |
| 423 | div.verseblock-attribution { |
| 424 | padding-top: 0.75em; |
| 425 | text-align: left; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 426 | } |
| 427 | |
| 428 | div.exampleblock-content { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 429 | border-left: 3px solid #dddddd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 430 | padding-left: 0.5em; |
| 431 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 432 | |
| 433 | /* IE6 sets dynamically generated links as visited. */ |
| 434 | div#toc a:visited { color: blue; } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 435 | </style> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 436 | <script type="text/javascript"> |
| 437 | /*<+'])'); |
| 481 | // Function that scans the DOM tree for header elements (the DOM2 |
| 482 | // nodeIterator API would be a better technique but not supported by all |
| 483 | // browsers). |
| 484 | var iterate = function (el) { |
| 485 | for (var i = el.firstChild; i != null; i = i.nextSibling) { |
| 486 | if (i.nodeType == 1 /* Node.ELEMENT_NODE */) { |
| 487 | var mo = re.exec(i.tagName); |
| 488 | if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") { |
| 489 | result[result.length] = new TocEntry(i, getText(i), mo[1]-1); |
| 490 | } |
| 491 | iterate(i); |
| 492 | } |
| 493 | } |
| 494 | } |
| 495 | iterate(el); |
| 496 | return result; |
| 497 | } |
| 498 | |
| 499 | var toc = document.getElementById("toc"); |
| 500 | var entries = tocEntries(document.getElementById("content"), toclevels); |
| 501 | for (var i = 0; i < entries.length; ++i) { |
| 502 | var entry = entries[i]; |
| 503 | if (entry.element.id == "") |
| 504 | entry.element.id = "_toc_" + i; |
| 505 | var a = document.createElement("a"); |
| 506 | a.href = "#" + entry.element.id; |
| 507 | a.appendChild(document.createTextNode(entry.text)); |
| 508 | var div = document.createElement("div"); |
| 509 | div.appendChild(a); |
| 510 | div.className = "toclevel" + entry.toclevel; |
| 511 | toc.appendChild(div); |
| 512 | } |
| 513 | if (entries.length == 0) |
| 514 | toc.parentNode.removeChild(toc); |
| 515 | }, |
| 516 | |
| 517 | |
| 518 | ///////////////////////////////////////////////////////////////////// |
| 519 | // Footnotes generator |
| 520 | ///////////////////////////////////////////////////////////////////// |
| 521 | |
| 522 | /* Based on footnote generation code from: |
| 523 | * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html |
| 524 | */ |
| 525 | |
| 526 | footnotes: function () { |
| 527 | var cont = document.getElementById("content"); |
| 528 | var noteholder = document.getElementById("footnotes"); |
| 529 | var spans = cont.getElementsByTagName("span"); |
| 530 | var refs = {}; |
| 531 | var n = 0; |
| 532 | for (i=0; i<spans.length; i++) { |
| 533 | if (spans[i].className == "footnote") { |
| 534 | n++; |
| 535 | // Use [\s\S] in place of . so multi-line matches work. |
| 536 | // Because JavaScript has no s (dotall) regex flag. |
| 537 | note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1]; |
| 538 | noteholder.innerHTML += |
| 539 | "<div class='footnote' id='_footnote_" + n + "'>" + |
| 540 | "<a href='#_footnoteref_" + n + "' title='Return to text'>" + |
| 541 | n + "</a>. " + note + "</div>"; |
| 542 | spans[i].innerHTML = |
| 543 | "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n + |
| 544 | "' title='View footnote' class='footnote'>" + n + "</a>]"; |
| 545 | var id =spans[i].getAttribute("id"); |
| 546 | if (id != null) refs["#"+id] = n; |
| 547 | } |
| 548 | } |
| 549 | if (n == 0) |
| 550 | noteholder.parentNode.removeChild(noteholder); |
| 551 | else { |
| 552 | // Process footnoterefs. |
| 553 | for (i=0; i<spans.length; i++) { |
| 554 | if (spans[i].className == "footnoteref") { |
| 555 | var href = spans[i].getElementsByTagName("a")[0].getAttribute("href"); |
| 556 | href = href.match(/#.*/)[0]; // Because IE return full URL. |
| 557 | n = refs[href]; |
| 558 | spans[i].innerHTML = |
| 559 | "[<a href='#_footnote_" + n + |
| 560 | "' title='View footnote' class='footnote'>" + n + "</a>]"; |
| 561 | } |
| 562 | } |
| 563 | } |
| 564 | } |
| 565 | |
| 566 | } |
| 567 | /*]]>*/ |
| 568 | </script> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 569 | </head> |
| 570 | <body> |
| 571 | <div id="header"> |
| 572 | <h1> |
| 573 | git-whatchanged(1) Manual Page |
| 574 | </h1> |
| 575 | <h2>NAME</h2> |
| 576 | <div class="sectionbody"> |
| 577 | <p>git-whatchanged - |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 578 | Show logs with difference each commit introduces |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 579 | </p> |
| 580 | </div> |
| 581 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 582 | <div id="content"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 583 | <h2 id="_synopsis">SYNOPSIS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 584 | <div class="sectionbody"> |
Junio C Hamano | 15567bc | 2011-07-23 00:51:59 | [diff] [blame] | 585 | <div class="verseblock"> |
| 586 | <div class="verseblock-content"><em>git whatchanged</em> <option>…</div> |
| 587 | <div class="verseblock-attribution"> |
| 588 | </div></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 589 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 590 | <h2 id="_description">DESCRIPTION</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 591 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 592 | <div class="paragraph"><p>Shows commit logs and diff output each commit introduces. The |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 593 | command internally invokes <em>git rev-list</em> piped to |
| 594 | <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] | 595 | these commands.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 596 | <div class="paragraph"><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] | 597 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 598 | <h2 id="_options">OPTIONS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 599 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 600 | <div class="dlist"><dl> |
| 601 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 602 | -p |
| 603 | </dt> |
| 604 | <dd> |
| 605 | <p> |
| 606 | Show textual diffs, instead of the git internal diff |
| 607 | output format that is useful only to tell the changed |
| 608 | paths and their nature of changes. |
| 609 | </p> |
| 610 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 611 | <dt class="hdlist1"> |
Junio C Hamano | f9771f6 | 2007-01-17 17:42:30 | [diff] [blame] | 612 | -<n> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 613 | </dt> |
| 614 | <dd> |
| 615 | <p> |
| 616 | Limit output to <n> commits. |
| 617 | </p> |
| 618 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 619 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 620 | <since>..<until> |
| 621 | </dt> |
| 622 | <dd> |
| 623 | <p> |
| 624 | Limit output to between the two named commits (bottom |
| 625 | exclusive, top inclusive). |
| 626 | </p> |
| 627 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 628 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 629 | -r |
| 630 | </dt> |
| 631 | <dd> |
| 632 | <p> |
| 633 | Show git internal diff output, but for the whole tree, |
| 634 | not just the top level. |
| 635 | </p> |
| 636 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 637 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 638 | -m |
| 639 | </dt> |
| 640 | <dd> |
| 641 | <p> |
| 642 | By default, differences for merge commits are not shown. |
| 643 | With this flag, show differences to that commit from all |
| 644 | of its parents. |
| 645 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 646 | <div class="paragraph"><p>However, it is not very useful in general, although it |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 647 | <strong>is</strong> useful on a file-by-file basis.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 648 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 649 | <dt class="hdlist1"> |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 650 | --pretty[=<format>] |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 651 | </dt> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 652 | <dt class="hdlist1"> |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 653 | --format=<format> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 654 | </dt> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 655 | <dd> |
| 656 | <p> |
| 657 | Pretty-print the contents of the commit logs in a given format, |
| 658 | 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] | 659 | <em>full</em>, <em>fuller</em>, <em>email</em>, <em>raw</em> and <em>format:<string></em>. See |
| 660 | the "PRETTY FORMATS" section for some additional details for each |
| 661 | format. When omitted, the format defaults to <em>medium</em>. |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 662 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 663 | <div class="paragraph"><p>Note: you can specify the default pretty format in the repository |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 664 | 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] | 665 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 666 | <dt class="hdlist1"> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 667 | --abbrev-commit |
| 668 | </dt> |
| 669 | <dd> |
| 670 | <p> |
| 671 | Instead of showing the full 40-byte hexadecimal commit object |
Junio C Hamano | 6efe302 | 2009-01-13 16:47:56 | [diff] [blame] | 672 | name, show only a partial prefix. Non default number of |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 673 | digits can be specified with "--abbrev=<n>" (which also modifies |
| 674 | diff output, if it is displayed). |
| 675 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 676 | <div class="paragraph"><p>This should make "--pretty=oneline" a whole lot more readable for |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 677 | people using 80-column terminals.</p></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 678 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 679 | <dt class="hdlist1"> |
Junio C Hamano | f93530e | 2011-05-25 23:59:59 | [diff] [blame] | 680 | --no-abbrev-commit |
| 681 | </dt> |
| 682 | <dd> |
| 683 | <p> |
| 684 | Show the full 40-byte hexadecimal commit object name. This negates |
| 685 | <tt>--abbrev-commit</tt> and those options which imply it such as |
| 686 | "--oneline". It also overrides the <em>log.abbrevCommit</em> variable. |
| 687 | </p> |
| 688 | </dd> |
| 689 | <dt class="hdlist1"> |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 690 | --oneline |
| 691 | </dt> |
| 692 | <dd> |
| 693 | <p> |
| 694 | This is a shorthand for "--pretty=oneline --abbrev-commit" |
| 695 | used together. |
| 696 | </p> |
| 697 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 698 | <dt class="hdlist1"> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 699 | --encoding[=<encoding>] |
| 700 | </dt> |
| 701 | <dd> |
| 702 | <p> |
| 703 | The commit objects record the encoding used for the log message |
| 704 | in their encoding header; this option can be used to tell the |
| 705 | command to re-code the commit log message in the encoding |
| 706 | preferred by the user. For non plumbing commands this |
| 707 | defaults to UTF-8. |
| 708 | </p> |
| 709 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 710 | <dt class="hdlist1"> |
Junio C Hamano | 6003346 | 2011-05-03 00:48:43 | [diff] [blame] | 711 | --notes[=<ref>] |
Junio C Hamano | 57827fb | 2010-01-23 03:02:50 | [diff] [blame] | 712 | </dt> |
| 713 | <dd> |
| 714 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 715 | Show the notes (see <a href="git-notes.html">git-notes(1)</a>) that annotate the |
Junio C Hamano | 57827fb | 2010-01-23 03:02:50 | [diff] [blame] | 716 | commit, when showing the commit log message. This is the default |
| 717 | for <tt>git log</tt>, <tt>git show</tt> and <tt>git whatchanged</tt> commands when |
Junio C Hamano | 6003346 | 2011-05-03 00:48:43 | [diff] [blame] | 718 | there is no <tt>--pretty</tt>, <tt>--format</tt> nor <tt>--oneline</tt> option given |
| 719 | on the command line. |
Junio C Hamano | 57827fb | 2010-01-23 03:02:50 | [diff] [blame] | 720 | </p> |
Junio C Hamano | 6003346 | 2011-05-03 00:48:43 | [diff] [blame] | 721 | <div class="paragraph"><p>By default, the notes shown are from the notes refs listed in the |
| 722 | <em>core.notesRef</em> and <em>notes.displayRef</em> variables (or corresponding |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 723 | environment overrides). See <a href="git-config.html">git-config(1)</a> for more details.</p></div> |
Junio C Hamano | 6003346 | 2011-05-03 00:48:43 | [diff] [blame] | 724 | <div class="paragraph"><p>With an optional <em><ref></em> argument, show this notes ref instead of the |
| 725 | default notes ref(s). The ref is taken to be in <tt>refs/notes/</tt> if it |
| 726 | is not qualified.</p></div> |
| 727 | <div class="paragraph"><p>Multiple --notes options can be combined to control which notes are |
| 728 | being displayed. Examples: "--notes=foo" will show only notes from |
| 729 | "refs/notes/foo"; "--notes=foo --notes" will show both notes from |
| 730 | "refs/notes/foo" and from the default notes ref(s).</p></div> |
Junio C Hamano | 3166736 | 2010-03-25 00:38:53 | [diff] [blame] | 731 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 732 | <dt class="hdlist1"> |
Junio C Hamano | 6003346 | 2011-05-03 00:48:43 | [diff] [blame] | 733 | --no-notes |
| 734 | </dt> |
| 735 | <dd> |
| 736 | <p> |
| 737 | Do not show notes. This negates the above <tt>--notes</tt> option, by |
| 738 | resetting the list of notes refs from which notes are shown. |
| 739 | Options are parsed in the order given on the command line, so e.g. |
| 740 | "--notes --notes=foo --no-notes --notes=bar" will only show notes |
| 741 | from "refs/notes/bar". |
| 742 | </p> |
| 743 | </dd> |
| 744 | <dt class="hdlist1"> |
| 745 | --show-notes[=<ref>] |
| 746 | </dt> |
| 747 | <dt class="hdlist1"> |
Junio C Hamano | 3166736 | 2010-03-25 00:38:53 | [diff] [blame] | 748 | --[no-]standard-notes |
| 749 | </dt> |
| 750 | <dd> |
| 751 | <p> |
Junio C Hamano | 6003346 | 2011-05-03 00:48:43 | [diff] [blame] | 752 | These options are deprecated. Use the above --notes/--no-notes |
| 753 | options instead. |
Junio C Hamano | 3166736 | 2010-03-25 00:38:53 | [diff] [blame] | 754 | </p> |
Junio C Hamano | 57827fb | 2010-01-23 03:02:50 | [diff] [blame] | 755 | </dd> |
Junio C Hamano | 0acb1ae | 2012-09-24 21:28:13 | [diff] [blame] | 756 | <dt class="hdlist1"> |
| 757 | --show-signature |
| 758 | </dt> |
| 759 | <dd> |
| 760 | <p> |
| 761 | Check the validity of a signed commit object by passing the signature |
| 762 | to <tt>gpg --verify</tt> and show the output. |
| 763 | </p> |
| 764 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 765 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 766 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 767 | <h2 id="_pretty_formats">PRETTY FORMATS</h2> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 768 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 769 | <div class="paragraph"><p>If the commit is a merge, and if the pretty-format |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 770 | is not <em>oneline</em>, <em>email</em> or <em>raw</em>, an additional line is |
| 771 | inserted before the <em>Author:</em> line. This line begins with |
| 772 | "Merge: " and the sha1s of ancestral commits are printed, |
| 773 | separated by spaces. Note that the listed commits may not |
| 774 | necessarily be the list of the <strong>direct</strong> parent commits if you |
| 775 | have limited your view of history: for example, if you are |
| 776 | only interested in changes related to a certain directory or |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 777 | file.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 778 | <div class="paragraph"><p>There are several built-in formats, and you can define |
Junio C Hamano | a574a09 | 2010-06-13 19:57:10 | [diff] [blame] | 779 | additional formats by setting a pretty.<name> |
| 780 | config option to either another format name, or a |
| 781 | <em>format:</em> string, as described below (see |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 782 | <a href="git-config.html">git-config(1)</a>). Here are the details of the |
Junio C Hamano | a574a09 | 2010-06-13 19:57:10 | [diff] [blame] | 783 | built-in formats:</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 784 | <div class="ulist"><ul> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 785 | <li> |
| 786 | <p> |
| 787 | <em>oneline</em> |
| 788 | </p> |
| 789 | <div class="literalblock"> |
| 790 | <div class="content"> |
| 791 | <pre><tt><sha1> <title line></tt></pre> |
| 792 | </div></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 793 | <div class="paragraph"><p>This is designed to be as compact as possible.</p></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 794 | </li> |
| 795 | <li> |
| 796 | <p> |
| 797 | <em>short</em> |
| 798 | </p> |
| 799 | <div class="literalblock"> |
| 800 | <div class="content"> |
| 801 | <pre><tt>commit <sha1> |
| 802 | Author: <author></tt></pre> |
| 803 | </div></div> |
| 804 | <div class="literalblock"> |
| 805 | <div class="content"> |
| 806 | <pre><tt><title line></tt></pre> |
| 807 | </div></div> |
| 808 | </li> |
| 809 | <li> |
| 810 | <p> |
| 811 | <em>medium</em> |
| 812 | </p> |
| 813 | <div class="literalblock"> |
| 814 | <div class="content"> |
| 815 | <pre><tt>commit <sha1> |
| 816 | Author: <author> |
Junio C Hamano | 6a3c827 | 2008-12-19 21:38:18 | [diff] [blame] | 817 | Date: <author date></tt></pre> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 818 | </div></div> |
| 819 | <div class="literalblock"> |
| 820 | <div class="content"> |
| 821 | <pre><tt><title line></tt></pre> |
| 822 | </div></div> |
| 823 | <div class="literalblock"> |
| 824 | <div class="content"> |
| 825 | <pre><tt><full commit message></tt></pre> |
| 826 | </div></div> |
| 827 | </li> |
| 828 | <li> |
| 829 | <p> |
| 830 | <em>full</em> |
| 831 | </p> |
| 832 | <div class="literalblock"> |
| 833 | <div class="content"> |
| 834 | <pre><tt>commit <sha1> |
| 835 | Author: <author> |
| 836 | Commit: <committer></tt></pre> |
| 837 | </div></div> |
| 838 | <div class="literalblock"> |
| 839 | <div class="content"> |
| 840 | <pre><tt><title line></tt></pre> |
| 841 | </div></div> |
| 842 | <div class="literalblock"> |
| 843 | <div class="content"> |
| 844 | <pre><tt><full commit message></tt></pre> |
| 845 | </div></div> |
| 846 | </li> |
| 847 | <li> |
| 848 | <p> |
| 849 | <em>fuller</em> |
| 850 | </p> |
| 851 | <div class="literalblock"> |
| 852 | <div class="content"> |
| 853 | <pre><tt>commit <sha1> |
Junio C Hamano | 6a3c827 | 2008-12-19 21:38:18 | [diff] [blame] | 854 | Author: <author> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 855 | AuthorDate: <author date> |
Junio C Hamano | 6a3c827 | 2008-12-19 21:38:18 | [diff] [blame] | 856 | Commit: <committer> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 857 | CommitDate: <committer date></tt></pre> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 858 | </div></div> |
| 859 | <div class="literalblock"> |
| 860 | <div class="content"> |
| 861 | <pre><tt><title line></tt></pre> |
| 862 | </div></div> |
| 863 | <div class="literalblock"> |
| 864 | <div class="content"> |
| 865 | <pre><tt><full commit message></tt></pre> |
| 866 | </div></div> |
| 867 | </li> |
| 868 | <li> |
| 869 | <p> |
| 870 | <em>email</em> |
| 871 | </p> |
| 872 | <div class="literalblock"> |
| 873 | <div class="content"> |
| 874 | <pre><tt>From <sha1> <date> |
| 875 | From: <author> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 876 | Date: <author date> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 877 | Subject: [PATCH] <title line></tt></pre> |
| 878 | </div></div> |
| 879 | <div class="literalblock"> |
| 880 | <div class="content"> |
| 881 | <pre><tt><full commit message></tt></pre> |
| 882 | </div></div> |
| 883 | </li> |
| 884 | <li> |
| 885 | <p> |
| 886 | <em>raw</em> |
| 887 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 888 | <div class="paragraph"><p>The <em>raw</em> format shows the entire commit exactly as |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 889 | stored in the commit object. Notably, the SHA1s are |
| 890 | displayed in full, regardless of whether --abbrev or |
| 891 | --no-abbrev are used, and <em>parents</em> information show the |
| 892 | true parent commits, without taking grafts nor history |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 893 | simplification into account.</p></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 894 | </li> |
| 895 | <li> |
| 896 | <p> |
Junio C Hamano | e32ec8b | 2010-06-02 23:32:31 | [diff] [blame] | 897 | <em>format:<string></em> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 898 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 899 | <div class="paragraph"><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] | 900 | you want to show. It works a little bit like printf format, |
| 901 | 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] | 902 | instead of <em>\n</em>.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 903 | <div class="paragraph"><p>E.g, <em>format:"The author of %h was %an, %ar%nThe title was >>%s<<%n"</em> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 904 | would show something like this:</p></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 905 | <div class="listingblock"> |
| 906 | <div class="content"> |
| 907 | <pre><tt>The author of fe6e0ee was Junio C Hamano, 23 hours ago |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 908 | The title was >>t4119: test autocomputing -p<n> for traditional diff input.<<</tt></pre> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 909 | </div></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 910 | <div class="paragraph"><p>The placeholders are:</p></div> |
| 911 | <div class="ulist"><ul> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 912 | <li> |
| 913 | <p> |
| 914 | <em>%H</em>: commit hash |
| 915 | </p> |
| 916 | </li> |
| 917 | <li> |
| 918 | <p> |
| 919 | <em>%h</em>: abbreviated commit hash |
| 920 | </p> |
| 921 | </li> |
| 922 | <li> |
| 923 | <p> |
| 924 | <em>%T</em>: tree hash |
| 925 | </p> |
| 926 | </li> |
| 927 | <li> |
| 928 | <p> |
| 929 | <em>%t</em>: abbreviated tree hash |
| 930 | </p> |
| 931 | </li> |
| 932 | <li> |
| 933 | <p> |
| 934 | <em>%P</em>: parent hashes |
| 935 | </p> |
| 936 | </li> |
| 937 | <li> |
| 938 | <p> |
| 939 | <em>%p</em>: abbreviated parent hashes |
| 940 | </p> |
| 941 | </li> |
| 942 | <li> |
| 943 | <p> |
| 944 | <em>%an</em>: author name |
| 945 | </p> |
| 946 | </li> |
| 947 | <li> |
| 948 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 949 | <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] | 950 | </p> |
| 951 | </li> |
| 952 | <li> |
| 953 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 954 | <em>%ae</em>: author email |
| 955 | </p> |
| 956 | </li> |
| 957 | <li> |
| 958 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 959 | <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>) |
Junio C Hamano | 8bc410e | 2009-02-15 10:38:19 | [diff] [blame] | 960 | </p> |
| 961 | </li> |
| 962 | <li> |
| 963 | <p> |
Junio C Hamano | a387df3 | 2008-08-29 08:56:58 | [diff] [blame] | 964 | <em>%ad</em>: author date (format respects --date= option) |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 965 | </p> |
| 966 | </li> |
| 967 | <li> |
| 968 | <p> |
| 969 | <em>%aD</em>: author date, RFC2822 style |
| 970 | </p> |
| 971 | </li> |
| 972 | <li> |
| 973 | <p> |
| 974 | <em>%ar</em>: author date, relative |
| 975 | </p> |
| 976 | </li> |
| 977 | <li> |
| 978 | <p> |
| 979 | <em>%at</em>: author date, UNIX timestamp |
| 980 | </p> |
| 981 | </li> |
| 982 | <li> |
| 983 | <p> |
| 984 | <em>%ai</em>: author date, ISO 8601 format |
| 985 | </p> |
| 986 | </li> |
| 987 | <li> |
| 988 | <p> |
| 989 | <em>%cn</em>: committer name |
| 990 | </p> |
| 991 | </li> |
| 992 | <li> |
| 993 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 994 | <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] | 995 | </p> |
| 996 | </li> |
| 997 | <li> |
| 998 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 999 | <em>%ce</em>: committer email |
| 1000 | </p> |
| 1001 | </li> |
| 1002 | <li> |
| 1003 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1004 | <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>) |
Junio C Hamano | 8bc410e | 2009-02-15 10:38:19 | [diff] [blame] | 1005 | </p> |
| 1006 | </li> |
| 1007 | <li> |
| 1008 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 1009 | <em>%cd</em>: committer date |
| 1010 | </p> |
| 1011 | </li> |
| 1012 | <li> |
| 1013 | <p> |
| 1014 | <em>%cD</em>: committer date, RFC2822 style |
| 1015 | </p> |
| 1016 | </li> |
| 1017 | <li> |
| 1018 | <p> |
| 1019 | <em>%cr</em>: committer date, relative |
| 1020 | </p> |
| 1021 | </li> |
| 1022 | <li> |
| 1023 | <p> |
| 1024 | <em>%ct</em>: committer date, UNIX timestamp |
| 1025 | </p> |
| 1026 | </li> |
| 1027 | <li> |
| 1028 | <p> |
| 1029 | <em>%ci</em>: committer date, ISO 8601 format |
| 1030 | </p> |
| 1031 | </li> |
| 1032 | <li> |
| 1033 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1034 | <em>%d</em>: ref names, like the --decorate option of <a href="git-log.html">git-log(1)</a> |
Junio C Hamano | 5e4d8de | 2008-09-19 06:27:02 | [diff] [blame] | 1035 | </p> |
| 1036 | </li> |
| 1037 | <li> |
| 1038 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 1039 | <em>%e</em>: encoding |
| 1040 | </p> |
| 1041 | </li> |
| 1042 | <li> |
| 1043 | <p> |
| 1044 | <em>%s</em>: subject |
| 1045 | </p> |
| 1046 | </li> |
| 1047 | <li> |
| 1048 | <p> |
Junio C Hamano | 5f9a6f0 | 2009-04-06 08:26:56 | [diff] [blame] | 1049 | <em>%f</em>: sanitized subject line, suitable for a filename |
| 1050 | </p> |
| 1051 | </li> |
| 1052 | <li> |
| 1053 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 1054 | <em>%b</em>: body |
| 1055 | </p> |
| 1056 | </li> |
| 1057 | <li> |
| 1058 | <p> |
Junio C Hamano | cb39aea | 2010-05-09 07:24:48 | [diff] [blame] | 1059 | <em>%B</em>: raw body (unwrapped subject and body) |
| 1060 | </p> |
| 1061 | </li> |
| 1062 | <li> |
| 1063 | <p> |
Junio C Hamano | 3b70d3c | 2009-11-21 17:37:37 | [diff] [blame] | 1064 | <em>%N</em>: commit notes |
| 1065 | </p> |
| 1066 | </li> |
| 1067 | <li> |
| 1068 | <p> |
Junio C Hamano | 0acb1ae | 2012-09-24 21:28:13 | [diff] [blame] | 1069 | <em>%GG</em>: raw verification message from GPG for a signed commit |
| 1070 | </p> |
| 1071 | </li> |
| 1072 | <li> |
| 1073 | <p> |
| 1074 | <em>%G?</em>: show either "G" for Good or "B" for Bad for a signed commit |
| 1075 | </p> |
| 1076 | </li> |
| 1077 | <li> |
| 1078 | <p> |
| 1079 | <em>%GS</em>: show the name of the signer for a signed commit |
| 1080 | </p> |
| 1081 | </li> |
| 1082 | <li> |
| 1083 | <p> |
Junio C Hamano | c21ab05 | 2009-10-31 04:03:55 | [diff] [blame] | 1084 | <em>%gD</em>: reflog selector, e.g., <tt>refs/stash@{1}</tt> |
| 1085 | </p> |
| 1086 | </li> |
| 1087 | <li> |
| 1088 | <p> |
| 1089 | <em>%gd</em>: shortened reflog selector, e.g., <tt>stash@{1}</tt> |
| 1090 | </p> |
| 1091 | </li> |
| 1092 | <li> |
| 1093 | <p> |
Junio C Hamano | 962f3a3 | 2011-12-22 20:21:44 | [diff] [blame] | 1094 | <em>%gn</em>: reflog identity name |
| 1095 | </p> |
| 1096 | </li> |
| 1097 | <li> |
| 1098 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1099 | <em>%gN</em>: reflog identity 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 | 962f3a3 | 2011-12-22 20:21:44 | [diff] [blame] | 1100 | </p> |
| 1101 | </li> |
| 1102 | <li> |
| 1103 | <p> |
| 1104 | <em>%ge</em>: reflog identity email |
| 1105 | </p> |
| 1106 | </li> |
| 1107 | <li> |
| 1108 | <p> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1109 | <em>%gE</em>: reflog identity email (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 | 962f3a3 | 2011-12-22 20:21:44 | [diff] [blame] | 1110 | </p> |
| 1111 | </li> |
| 1112 | <li> |
| 1113 | <p> |
Junio C Hamano | c21ab05 | 2009-10-31 04:03:55 | [diff] [blame] | 1114 | <em>%gs</em>: reflog subject |
| 1115 | </p> |
| 1116 | </li> |
| 1117 | <li> |
| 1118 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 1119 | <em>%Cred</em>: switch color to red |
| 1120 | </p> |
| 1121 | </li> |
| 1122 | <li> |
| 1123 | <p> |
| 1124 | <em>%Cgreen</em>: switch color to green |
| 1125 | </p> |
| 1126 | </li> |
| 1127 | <li> |
| 1128 | <p> |
| 1129 | <em>%Cblue</em>: switch color to blue |
| 1130 | </p> |
| 1131 | </li> |
| 1132 | <li> |
| 1133 | <p> |
| 1134 | <em>%Creset</em>: reset color |
| 1135 | </p> |
| 1136 | </li> |
| 1137 | <li> |
| 1138 | <p> |
Junio C Hamano | cc0cb31 | 2009-01-22 03:38:50 | [diff] [blame] | 1139 | <em>%C(…)</em>: color specification, as described in color.branch.* config option |
| 1140 | </p> |
| 1141 | </li> |
| 1142 | <li> |
| 1143 | <p> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 1144 | <em>%m</em>: left, right or boundary mark |
| 1145 | </p> |
| 1146 | </li> |
| 1147 | <li> |
| 1148 | <p> |
| 1149 | <em>%n</em>: newline |
| 1150 | </p> |
| 1151 | </li> |
Junio C Hamano | b78d259 | 2008-04-09 09:39:08 | [diff] [blame] | 1152 | <li> |
| 1153 | <p> |
Junio C Hamano | a9701f0 | 2010-01-21 00:42:16 | [diff] [blame] | 1154 | <em>%%</em>: a raw <em>%</em> |
| 1155 | </p> |
| 1156 | </li> |
| 1157 | <li> |
| 1158 | <p> |
Junio C Hamano | b78d259 | 2008-04-09 09:39:08 | [diff] [blame] | 1159 | <em>%x00</em>: print a byte from a hex code |
| 1160 | </p> |
| 1161 | </li> |
Junio C Hamano | bf984de | 2009-11-23 06:11:19 | [diff] [blame] | 1162 | <li> |
| 1163 | <p> |
| 1164 | <em>%w([<w>[,<i1>[,<i2>]]])</em>: switch line wrapping, like the -w option of |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1165 | <a href="git-shortlog.html">git-shortlog(1)</a>. |
Junio C Hamano | bf984de | 2009-11-23 06:11:19 | [diff] [blame] | 1166 | </p> |
| 1167 | </li> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1168 | </ul></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 1169 | </li> |
Junio C Hamano | c21ab05 | 2009-10-31 04:03:55 | [diff] [blame] | 1170 | </ul></div> |
| 1171 | <div class="admonitionblock"> |
| 1172 | <table><tr> |
| 1173 | <td class="icon"> |
| 1174 | <div class="title">Note</div> |
| 1175 | </td> |
| 1176 | <td class="content">Some placeholders may depend on other options given to the |
| 1177 | revision traversal engine. For example, the <tt>%g*</tt> reflog options will |
| 1178 | insert an empty string unless we are traversing reflog entries (e.g., by |
| 1179 | <tt>git log -g</tt>). The <tt>%d</tt> placeholder will use the "short" decoration |
| 1180 | format if <tt>--decorate</tt> was not already provided on the command line.</td> |
| 1181 | </tr></table> |
| 1182 | </div> |
Junio C Hamano | b76a686 | 2012-05-02 22:02:46 | [diff] [blame] | 1183 | <div class="paragraph"><p>If you add a <tt>+</tt> (plus sign) after <em>%</em> of a placeholder, a line-feed |
Junio C Hamano | 2bd8a74 | 2009-12-01 21:16:59 | [diff] [blame] | 1184 | is inserted immediately before the expansion if and only if the |
| 1185 | placeholder expands to a non-empty string.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1186 | <div class="paragraph"><p>If you add a <tt>-</tt> (minus sign) after <em>%</em> of a placeholder, line-feeds that |
Junio C Hamano | 2bd8a74 | 2009-12-01 21:16:59 | [diff] [blame] | 1187 | immediately precede the expansion are deleted if and only if the |
| 1188 | placeholder expands to an empty string.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1189 | <div class="paragraph"><p>If you add a ` ` (space) after <em>%</em> of a placeholder, a space |
Junio C Hamano | 89a5734 | 2010-06-22 23:22:55 | [diff] [blame] | 1190 | is inserted immediately before the expansion if and only if the |
| 1191 | placeholder expands to a non-empty string.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1192 | <div class="ulist"><ul> |
Junio C Hamano | 6fb124c | 2008-06-13 10:04:01 | [diff] [blame] | 1193 | <li> |
| 1194 | <p> |
| 1195 | <em>tformat:</em> |
| 1196 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1197 | <div class="paragraph"><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] | 1198 | provides "terminator" semantics instead of "separator" semantics. In |
| 1199 | other words, each commit has the message terminator character (usually a |
| 1200 | newline) appended, rather than a separator placed between entries. |
| 1201 | This means that the final entry of a single-line format will be properly |
| 1202 | terminated with a new line, just as the "oneline" format does. |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1203 | For example:</p></div> |
Junio C Hamano | 6fb124c | 2008-06-13 10:04:01 | [diff] [blame] | 1204 | <div class="listingblock"> |
| 1205 | <div class="content"> |
| 1206 | <pre><tt>$ git log -2 --pretty=format:%h 4da45bef \ |
| 1207 | | perl -pe '$_ .= " -- NO NEWLINE\n" unless /\n/' |
| 1208 | 4da45be |
| 1209 | 7134973 -- NO NEWLINE |
| 1210 | |
| 1211 | $ git log -2 --pretty=tformat:%h 4da45bef \ |
| 1212 | | perl -pe '$_ .= " -- NO NEWLINE\n" unless /\n/' |
| 1213 | 4da45be |
| 1214 | 7134973</tt></pre> |
| 1215 | </div></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1216 | <div class="paragraph"><p>In addition, any unrecognized string that has a <tt>%</tt> in it is interpreted |
Junio C Hamano | 0a23522 | 2009-03-06 08:21:09 | [diff] [blame] | 1217 | as if it has <tt>tformat:</tt> in front of it. For example, these two are |
| 1218 | equivalent:</p></div> |
| 1219 | <div class="listingblock"> |
| 1220 | <div class="content"> |
| 1221 | <pre><tt>$ git log -2 --pretty=tformat:%h 4da45bef |
| 1222 | $ git log -2 --pretty=%h 4da45bef</tt></pre> |
| 1223 | </div></div> |
Junio C Hamano | 6fb124c | 2008-06-13 10:04:01 | [diff] [blame] | 1224 | </li> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1225 | </ul></div> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 1226 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1227 | <h2 id="_examples">Examples</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1228 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1229 | <div class="dlist"><dl> |
| 1230 | <dt class="hdlist1"> |
Junio C Hamano | 16ebcd0 | 2011-08-05 00:05:45 | [diff] [blame] | 1231 | <tt>git whatchanged -p v2.6.12.. include/scsi drivers/scsi</tt> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1232 | </dt> |
| 1233 | <dd> |
| 1234 | <p> |
| 1235 | Show as patches the commits since version <em>v2.6.12</em> that changed |
| 1236 | any file in the include/scsi or drivers/scsi subdirectories |
| 1237 | </p> |
| 1238 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1239 | <dt class="hdlist1"> |
Junio C Hamano | 16ebcd0 | 2011-08-05 00:05:45 | [diff] [blame] | 1240 | <tt>git whatchanged --since="2 weeks ago" -- gitk</tt> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1241 | </dt> |
| 1242 | <dd> |
| 1243 | <p> |
| 1244 | Show the changes during the last two weeks to the file <em>gitk</em>. |
| 1245 | The "--" is necessary to avoid confusion with the <strong>branch</strong> named |
| 1246 | <em>gitk</em> |
| 1247 | </p> |
| 1248 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1249 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1250 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1251 | <h2 id="_git">GIT</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1252 | <div class="sectionbody"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1253 | <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] | 1254 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 1255 | </div> |
| 1256 | <div id="footnotes"><hr /></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1257 | <div id="footer"> |
| 1258 | <div id="footer-text"> |
Junio C Hamano | b76a686 | 2012-05-02 22:02:46 | [diff] [blame] | 1259 | Last updated 2012-05-02 15:00:44 PDT |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1260 | </div> |
| 1261 | </div> |
| 1262 | </body> |
| 1263 | </html> |