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 | 2bb1310 | 2006-03-06 07:10:21 | [diff] [blame] | 6 | <meta name="generator" content="AsciiDoc 7.0.2" /> |
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 | |
| 19 | a { color: blue; } |
| 20 | a:visited { color: fuchsia; } |
| 21 | |
| 22 | em { |
| 23 | font-style: italic; |
| 24 | } |
| 25 | |
| 26 | strong { |
| 27 | font-weight: bold; |
| 28 | } |
| 29 | |
| 30 | tt { |
| 31 | color: navy; |
| 32 | } |
| 33 | |
| 34 | h1, h2, h3, h4, h5, h6 { |
| 35 | color: #527bbd; |
| 36 | font-family: sans-serif; |
| 37 | margin-top: 1.2em; |
| 38 | margin-bottom: 0.5em; |
| 39 | line-height: 1.3; |
| 40 | } |
| 41 | |
| 42 | h1 { |
| 43 | border-bottom: 2px solid silver; |
| 44 | } |
| 45 | h2 { |
| 46 | border-bottom: 2px solid silver; |
| 47 | padding-top: 0.5em; |
| 48 | } |
| 49 | |
| 50 | div.sectionbody { |
| 51 | font-family: serif; |
| 52 | margin-left: 0; |
| 53 | } |
| 54 | |
| 55 | hr { |
| 56 | border: 1px solid silver; |
| 57 | } |
| 58 | |
| 59 | p { |
| 60 | margin-top: 0.5em; |
| 61 | margin-bottom: 0.5em; |
| 62 | } |
| 63 | |
| 64 | pre { |
| 65 | padding: 0; |
| 66 | margin: 0; |
| 67 | } |
| 68 | |
| 69 | span#author { |
| 70 | color: #527bbd; |
| 71 | font-family: sans-serif; |
| 72 | font-weight: bold; |
| 73 | font-size: 1.2em; |
| 74 | } |
| 75 | span#email { |
| 76 | } |
| 77 | span#revision { |
| 78 | font-family: sans-serif; |
| 79 | } |
| 80 | |
| 81 | div#footer { |
| 82 | font-family: sans-serif; |
| 83 | font-size: small; |
| 84 | border-top: 2px solid silver; |
| 85 | padding-top: 0.5em; |
| 86 | margin-top: 4.0em; |
| 87 | } |
| 88 | div#footer-text { |
| 89 | float: left; |
| 90 | padding-bottom: 0.5em; |
| 91 | } |
| 92 | div#footer-badges { |
| 93 | float: right; |
| 94 | padding-bottom: 0.5em; |
| 95 | } |
| 96 | |
| 97 | div#preamble, |
| 98 | div.tableblock, div.imageblock, div.exampleblock, div.verseblock, |
| 99 | div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, |
| 100 | div.admonitionblock { |
| 101 | margin-right: 10%; |
| 102 | margin-top: 1.5em; |
| 103 | margin-bottom: 1.5em; |
| 104 | } |
| 105 | div.admonitionblock { |
| 106 | margin-top: 2.5em; |
| 107 | margin-bottom: 2.5em; |
| 108 | } |
| 109 | |
| 110 | div.content { /* Block element content. */ |
| 111 | padding: 0; |
| 112 | } |
| 113 | |
| 114 | /* Block element titles. */ |
| 115 | div.title, caption.title { |
| 116 | font-family: sans-serif; |
| 117 | font-weight: bold; |
| 118 | text-align: left; |
| 119 | margin-top: 1.0em; |
| 120 | margin-bottom: 0.5em; |
| 121 | } |
| 122 | div.title + * { |
| 123 | margin-top: 0; |
| 124 | } |
| 125 | |
| 126 | td div.title:first-child { |
| 127 | margin-top: 0.0em; |
| 128 | } |
| 129 | div.content div.title:first-child { |
| 130 | margin-top: 0.0em; |
| 131 | } |
| 132 | div.content + div.title { |
| 133 | margin-top: 0.0em; |
| 134 | } |
| 135 | |
| 136 | div.sidebarblock > div.content { |
| 137 | background: #ffffee; |
| 138 | border: 1px solid silver; |
| 139 | padding: 0.5em; |
| 140 | } |
| 141 | |
| 142 | div.listingblock > div.content { |
| 143 | border: 1px solid silver; |
| 144 | background: #f4f4f4; |
| 145 | padding: 0.5em; |
| 146 | } |
| 147 | |
| 148 | div.quoteblock > div.content { |
| 149 | padding-left: 2.0em; |
| 150 | } |
| 151 | div.quoteblock .attribution { |
| 152 | text-align: right; |
| 153 | } |
| 154 | |
| 155 | div.admonitionblock .icon { |
| 156 | vertical-align: top; |
| 157 | font-size: 1.1em; |
| 158 | font-weight: bold; |
| 159 | text-decoration: underline; |
| 160 | color: #527bbd; |
| 161 | padding-right: 0.5em; |
| 162 | } |
| 163 | div.admonitionblock td.content { |
| 164 | padding-left: 0.5em; |
| 165 | border-left: 2px solid silver; |
| 166 | } |
| 167 | |
| 168 | div.exampleblock > div.content { |
| 169 | border-left: 2px solid silver; |
| 170 | padding: 0.5em; |
| 171 | } |
| 172 | |
| 173 | div.verseblock div.content { |
| 174 | white-space: pre; |
| 175 | } |
| 176 | |
| 177 | div.imageblock div.content { padding-left: 0; } |
| 178 | div.imageblock img { border: 1px solid silver; } |
| 179 | span.image img { border-style: none; } |
| 180 | |
| 181 | dl { |
| 182 | margin-top: 0.8em; |
| 183 | margin-bottom: 0.8em; |
| 184 | } |
| 185 | dt { |
| 186 | margin-top: 0.5em; |
| 187 | margin-bottom: 0; |
| 188 | font-style: italic; |
| 189 | } |
| 190 | dd > *:first-child { |
| 191 | margin-top: 0; |
| 192 | } |
| 193 | |
| 194 | ul, ol { |
| 195 | list-style-position: outside; |
| 196 | } |
| 197 | ol.olist2 { |
| 198 | list-style-type: lower-alpha; |
| 199 | } |
| 200 | |
| 201 | div.tableblock > table { |
| 202 | border-color: #527bbd; |
| 203 | border-width: 3px; |
| 204 | } |
| 205 | thead { |
| 206 | font-family: sans-serif; |
| 207 | font-weight: bold; |
| 208 | } |
| 209 | tfoot { |
| 210 | font-weight: bold; |
| 211 | } |
| 212 | |
| 213 | div.hlist { |
| 214 | margin-top: 0.8em; |
| 215 | margin-bottom: 0.8em; |
| 216 | } |
| 217 | td.hlist1 { |
| 218 | vertical-align: top; |
| 219 | font-style: italic; |
| 220 | padding-right: 0.8em; |
| 221 | } |
| 222 | td.hlist2 { |
| 223 | vertical-align: top; |
| 224 | } |
| 225 | |
| 226 | @media print { |
| 227 | div#footer-badges { display: none; } |
| 228 | } |
| 229 | include::./stylesheets/xhtml11-manpage.css[] |
| 230 | /* Workarounds for IE6's broken and incomplete CSS2. */ |
| 231 | |
| 232 | div.sidebar-content { |
| 233 | background: #ffffee; |
| 234 | border: 1px solid silver; |
| 235 | padding: 0.5em; |
| 236 | } |
| 237 | div.sidebar-title, div.image-title { |
| 238 | font-family: sans-serif; |
| 239 | font-weight: bold; |
| 240 | margin-top: 0.0em; |
| 241 | margin-bottom: 0.5em; |
| 242 | } |
| 243 | |
| 244 | div.listingblock div.content { |
| 245 | border: 1px solid silver; |
| 246 | background: #f4f4f4; |
| 247 | padding: 0.5em; |
| 248 | } |
| 249 | |
| 250 | div.quoteblock-content { |
| 251 | padding-left: 2.0em; |
| 252 | } |
| 253 | |
| 254 | div.exampleblock-content { |
| 255 | border-left: 2px solid silver; |
| 256 | padding-left: 0.5em; |
| 257 | } |
| 258 | </style> |
| 259 | <title>git-show-branch(1)</title> |
| 260 | </head> |
| 261 | <body> |
| 262 | <div id="header"> |
| 263 | <h1> |
| 264 | git-show-branch(1) Manual Page |
| 265 | </h1> |
| 266 | <h2>NAME</h2> |
| 267 | <div class="sectionbody"> |
| 268 | <p>git-show-branch - |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 269 | Show branches and their commits |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 270 | </p> |
| 271 | </div> |
| 272 | </div> |
| 273 | <h2>SYNOPSIS</h2> |
| 274 | <div class="sectionbody"> |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 275 | <div class="verseblock"> |
Junio C Hamano | 30e1db1 | 2006-12-23 10:29:52 | [diff] [blame] | 276 | <div class="content"><em>git-show-branch</em> [--all] [--remotes] [--topo-order] [--current] |
Junio C Hamano | 2bb1310 | 2006-03-06 07:10:21 | [diff] [blame] | 277 | [--more=<n> | --list | --independent | --merge-base] |
Junio C Hamano | d793de5 | 2006-12-26 09:11:43 | [diff] [blame] | 278 | [--no-name | --sha1-name] [--topics] [<rev> | <glob>]… |
Junio C Hamano | 16cf158 | 2007-02-05 07:21:48 | [diff] [blame] | 279 | <em>git-show-branch</em> (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]</div></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 280 | </div> |
| 281 | <h2>DESCRIPTION</h2> |
| 282 | <div class="sectionbody"> |
| 283 | <p>Shows the commit ancestry graph starting from the commits named |
| 284 | with <rev>s or <globs>s (or all refs under $GIT_DIR/refs/heads |
| 285 | and/or $GIT_DIR/refs/tags) semi-visually.</p> |
| 286 | <p>It cannot show more than 29 branches and commits at a time.</p> |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 287 | <p>It uses <tt>showbranch.default</tt> multi-valued configuration items if |
| 288 | no <rev> nor <glob> is given on the command line.</p> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 289 | </div> |
| 290 | <h2>OPTIONS</h2> |
| 291 | <div class="sectionbody"> |
| 292 | <dl> |
| 293 | <dt> |
| 294 | <rev> |
| 295 | </dt> |
| 296 | <dd> |
| 297 | <p> |
| 298 | Arbitrary extended SHA1 expression (see <tt>git-rev-parse</tt>) |
| 299 | that typically names a branch HEAD or a tag. |
| 300 | </p> |
| 301 | </dd> |
| 302 | <dt> |
| 303 | <glob> |
| 304 | </dt> |
| 305 | <dd> |
| 306 | <p> |
| 307 | A glob pattern that matches branch or tag names under |
| 308 | $GIT_DIR/refs. For example, if you have many topic |
| 309 | branches under $GIT_DIR/refs/heads/topic, giving |
| 310 | <tt>topic/*</tt> would show all of them. |
| 311 | </p> |
| 312 | </dd> |
| 313 | <dt> |
Junio C Hamano | 30e1db1 | 2006-12-23 10:29:52 | [diff] [blame] | 314 | -r|--remotes |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 315 | </dt> |
| 316 | <dd> |
| 317 | <p> |
Junio C Hamano | 30e1db1 | 2006-12-23 10:29:52 | [diff] [blame] | 318 | Show the remote-tracking branches. |
| 319 | </p> |
| 320 | </dd> |
| 321 | <dt> |
| 322 | -a|--all |
| 323 | </dt> |
| 324 | <dd> |
| 325 | <p> |
| 326 | Show both remote-tracking branches and local branches. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 327 | </p> |
| 328 | </dd> |
| 329 | <dt> |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 330 | --current |
| 331 | </dt> |
| 332 | <dd> |
| 333 | <p> |
| 334 | With this option, the command includes the current |
| 335 | branch to the list of revs to be shown when it is not |
| 336 | given on the command line. |
| 337 | </p> |
| 338 | </dd> |
| 339 | <dt> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 340 | --topo-order |
| 341 | </dt> |
| 342 | <dd> |
| 343 | <p> |
| 344 | By default, the branches and their commits are shown in |
| 345 | reverse chronological order. This option makes them |
| 346 | appear in topological order (i.e., descendant commits |
| 347 | are shown before their parents). |
| 348 | </p> |
| 349 | </dd> |
| 350 | <dt> |
Junio C Hamano | 872c568 | 2006-07-07 06:05:40 | [diff] [blame] | 351 | --sparse |
| 352 | </dt> |
| 353 | <dd> |
| 354 | <p> |
| 355 | By default, the output omits merges that are reachable |
| 356 | from only one tip being shown. This option makes them |
| 357 | visible. |
| 358 | </p> |
| 359 | </dd> |
| 360 | <dt> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 361 | --more=<n> |
| 362 | </dt> |
| 363 | <dd> |
| 364 | <p> |
| 365 | Usually the command stops output upon showing the commit |
| 366 | that is the common ancestor of all the branches. This |
| 367 | flag tells the command to go <n> more common commits |
| 368 | beyond that. When <n> is negative, display only the |
| 369 | <reference>s given, without showing the commit ancestry |
| 370 | tree. |
| 371 | </p> |
| 372 | </dd> |
| 373 | <dt> |
| 374 | --list |
| 375 | </dt> |
| 376 | <dd> |
| 377 | <p> |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 378 | Synonym to <tt>--more=-1</tt> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 379 | </p> |
| 380 | </dd> |
| 381 | <dt> |
| 382 | --merge-base |
| 383 | </dt> |
| 384 | <dd> |
| 385 | <p> |
| 386 | Instead of showing the commit list, just act like the |
| 387 | <em>git-merge-base -a</em> command, except that it can accept |
| 388 | more than two heads. |
| 389 | </p> |
| 390 | </dd> |
| 391 | <dt> |
| 392 | --independent |
| 393 | </dt> |
| 394 | <dd> |
| 395 | <p> |
| 396 | Among the <reference>s given, display only the ones that |
| 397 | cannot be reached from any other <reference>. |
| 398 | </p> |
| 399 | </dd> |
| 400 | <dt> |
| 401 | --no-name |
| 402 | </dt> |
| 403 | <dd> |
| 404 | <p> |
| 405 | Do not show naming strings for each commit. |
| 406 | </p> |
| 407 | </dd> |
| 408 | <dt> |
| 409 | --sha1-name |
| 410 | </dt> |
| 411 | <dd> |
| 412 | <p> |
| 413 | Instead of naming the commits using the path to reach |
| 414 | them from heads (e.g. "master~2" to mean the grandparent |
| 415 | of "master"), name them with the unique prefix of their |
| 416 | object names. |
| 417 | </p> |
| 418 | </dd> |
Junio C Hamano | 52401ef | 2006-12-19 00:54:38 | [diff] [blame] | 419 | <dt> |
| 420 | --topics |
| 421 | </dt> |
| 422 | <dd> |
| 423 | <p> |
| 424 | Shows only commits that are NOT on the first branch given. |
| 425 | This helps track topic branches by hiding any commit that |
| 426 | is already in the main line of development. When given |
| 427 | "git show-branch --topics master topic1 topic2", this |
Junio C Hamano | 6926bef | 2007-06-16 09:54:05 | [diff] [blame] | 428 | will show the revisions given by "git rev-list ^master |
Junio C Hamano | 52401ef | 2006-12-19 00:54:38 | [diff] [blame] | 429 | topic1 topic2" |
| 430 | </p> |
| 431 | </dd> |
Junio C Hamano | d793de5 | 2006-12-26 09:11:43 | [diff] [blame] | 432 | <dt> |
Junio C Hamano | 16cf158 | 2007-02-05 07:21:48 | [diff] [blame] | 433 | --reflog[=<n>[,<base>]] [<ref>] |
Junio C Hamano | d793de5 | 2006-12-26 09:11:43 | [diff] [blame] | 434 | </dt> |
| 435 | <dd> |
| 436 | <p> |
Junio C Hamano | db450ba | 2007-01-21 08:57:14 | [diff] [blame] | 437 | Shows <n> most recent ref-log entries for the given |
| 438 | ref. If <base> is given, <n> entries going back from |
Junio C Hamano | fa0d4cf | 2007-01-25 02:23:58 | [diff] [blame] | 439 | that entry. <base> can be specified as count or date. |
Junio C Hamano | 16cf158 | 2007-02-05 07:21:48 | [diff] [blame] | 440 | <tt>-g</tt> can be used as a short-hand for this option. When |
| 441 | no explicit <ref> parameter is given, it defaults to the |
| 442 | current branch (or <tt>HEAD</tt> if it is detached). |
Junio C Hamano | d793de5 | 2006-12-26 09:11:43 | [diff] [blame] | 443 | </p> |
| 444 | </dd> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 445 | </dl> |
| 446 | <p>Note that --more, --list, --independent and --merge-base options |
| 447 | are mutually exclusive.</p> |
| 448 | </div> |
| 449 | <h2>OUTPUT</h2> |
| 450 | <div class="sectionbody"> |
| 451 | <p>Given N <references>, the first N lines are the one-line |
| 452 | description from their commit message. The branch head that is |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 453 | pointed at by $GIT_DIR/HEAD is prefixed with an asterisk <tt>*</tt> |
| 454 | character while other heads are prefixed with a <tt>!</tt> character.</p> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 455 | <p>Following these N lines, one-line log for each commit is |
| 456 | displayed, indented N places. If a commit is on the I-th |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 457 | branch, the I-th indentation character shows a <tt>+</tt> sign; |
| 458 | otherwise it shows a space. Merge commits are denoted by |
| 459 | a <tt>-</tt> sign. Each commit shows a short name that |
Junio C Hamano | 235a91e | 2006-01-07 01:13:58 | [diff] [blame] | 460 | can be used as an extended SHA1 to name that commit.</p> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 461 | <p>The following example shows three branches, "master", "fixes" |
| 462 | and "mhf":</p> |
| 463 | <div class="listingblock"> |
| 464 | <div class="content"> |
| 465 | <pre><tt>$ git show-branch master fixes mhf |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 466 | * [master] Add 'git show-branch'. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 467 | ! [fixes] Introduce "reset type" flag to "git reset" |
| 468 | ! [mhf] Allow "+remote:local" refspec to cause --force when fetching. |
| 469 | --- |
| 470 | + [mhf] Allow "+remote:local" refspec to cause --force when fetching. |
| 471 | + [mhf~1] Use git-octopus when pulling more than one heads. |
| 472 | + [fixes] Introduce "reset type" flag to "git reset" |
| 473 | + [mhf~2] "git fetch --force". |
| 474 | + [mhf~3] Use .git/remote/origin, not .git/branches/origin. |
| 475 | + [mhf~4] Make "git pull" and "git fetch" default to origin |
| 476 | + [mhf~5] Infamous 'octopus merge' |
| 477 | + [mhf~6] Retire git-parse-remote. |
| 478 | + [mhf~7] Multi-head fetch. |
| 479 | + [mhf~8] Start adding the $GIT_DIR/remotes/ support. |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 480 | *++ [master] Add 'git show-branch'.</tt></pre> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 481 | </div></div> |
| 482 | <p>These three branches all forked from a common commit, [master], |
| 483 | whose commit message is "Add <em>git show-branch</em>. "fixes" branch |
| 484 | adds one commit <em>Introduce "reset type"</em>. "mhf" branch has many |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 485 | other commits. The current branch is "master".</p> |
| 486 | </div> |
| 487 | <h2>EXAMPLE</h2> |
| 488 | <div class="sectionbody"> |
| 489 | <p>If you keep your primary branches immediately under |
| 490 | <tt>$GIT_DIR/refs/heads</tt>, and topic branches in subdirectories of |
| 491 | it, having the following in the configuration file may help:</p> |
| 492 | <div class="listingblock"> |
| 493 | <div class="content"> |
| 494 | <pre><tt>[showbranch] |
| 495 | default = --topo-order |
| 496 | default = heads/* |
| 497 | </tt></pre> |
| 498 | </div></div> |
Junio C Hamano | 2b13527 | 2006-03-18 07:45:42 | [diff] [blame] | 499 | <p>With this, <tt>git show-branch</tt> without extra parameters would show |
Junio C Hamano | 38064d5 | 2006-01-15 10:13:49 | [diff] [blame] | 500 | only the primary branches. In addition, if you happen to be on |
| 501 | your topic branch, it is shown as well.</p> |
Junio C Hamano | db450ba | 2007-01-21 08:57:14 | [diff] [blame] | 502 | <div class="listingblock"> |
| 503 | <div class="content"> |
| 504 | <pre><tt>$ git show-branch --reflog='10,1 hour ago' --list master</tt></pre> |
| 505 | </div></div> |
| 506 | <p>shows 10 reflog entries going back from the tip as of 1 hour ago. |
| 507 | Without <tt>--list</tt>, the output also shows how these tips are |
| 508 | topologically related with each other.</p> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 509 | </div> |
| 510 | <h2>Author</h2> |
| 511 | <div class="sectionbody"> |
| 512 | <p>Written by Junio C Hamano <junkio@cox.net></p> |
| 513 | </div> |
| 514 | <h2>Documentation</h2> |
| 515 | <div class="sectionbody"> |
| 516 | <p>Documentation by Junio C Hamano.</p> |
| 517 | </div> |
| 518 | <h2>GIT</h2> |
| 519 | <div class="sectionbody"> |
| 520 | <p>Part of the <a href="git.html">git(7)</a> suite</p> |
| 521 | </div> |
| 522 | <div id="footer"> |
| 523 | <div id="footer-text"> |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 524 | Last updated 07-Jan-2008 07:50:47 UTC |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 525 | </div> |
| 526 | </div> |
| 527 | </body> |
| 528 | </html> |