| |   |
| 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" /> |
| 6 | <meta name="generator" content="AsciiDoc 8.2.2" /> |
| 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 { |
| 20 | color: blue; |
| 21 | text-decoration: underline; |
| 22 | } |
| 23 | a:visited { |
| 24 | color: fuchsia; |
| 25 | } |
| 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 | |
| 47 | h1 { |
| 48 | border-bottom: 2px solid silver; |
| 49 | } |
| 50 | h2 { |
| 51 | border-bottom: 2px solid silver; |
| 52 | padding-top: 0.5em; |
| 53 | } |
| 54 | |
| 55 | div.sectionbody { |
| 56 | font-family: serif; |
| 57 | margin-left: 0; |
| 58 | } |
| 59 | |
| 60 | hr { |
| 61 | border: 1px solid silver; |
| 62 | } |
| 63 | |
| 64 | p { |
| 65 | margin-top: 0.5em; |
| 66 | margin-bottom: 0.5em; |
| 67 | } |
| 68 | |
| 69 | pre { |
| 70 | padding: 0; |
| 71 | margin: 0; |
| 72 | } |
| 73 | |
| 74 | span#author { |
| 75 | color: #527bbd; |
| 76 | font-family: sans-serif; |
| 77 | font-weight: bold; |
| 78 | font-size: 1.1em; |
| 79 | } |
| 80 | span#email { |
| 81 | } |
| 82 | span#revision { |
| 83 | font-family: sans-serif; |
| 84 | } |
| 85 | |
| 86 | div#footer { |
| 87 | font-family: sans-serif; |
| 88 | font-size: small; |
| 89 | border-top: 2px solid silver; |
| 90 | padding-top: 0.5em; |
| 91 | margin-top: 4.0em; |
| 92 | } |
| 93 | div#footer-text { |
| 94 | float: left; |
| 95 | padding-bottom: 0.5em; |
| 96 | } |
| 97 | div#footer-badges { |
| 98 | float: right; |
| 99 | padding-bottom: 0.5em; |
| 100 | } |
| 101 | |
| 102 | div#preamble, |
| 103 | div.tableblock, div.imageblock, div.exampleblock, div.verseblock, |
| 104 | div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, |
| 105 | div.admonitionblock { |
| 106 | margin-right: 10%; |
| 107 | margin-top: 1.5em; |
| 108 | margin-bottom: 1.5em; |
| 109 | } |
| 110 | div.admonitionblock { |
| 111 | margin-top: 2.5em; |
| 112 | margin-bottom: 2.5em; |
| 113 | } |
| 114 | |
| 115 | div.content { /* Block element content. */ |
| 116 | padding: 0; |
| 117 | } |
| 118 | |
| 119 | /* Block element titles. */ |
| 120 | div.title, caption.title { |
| 121 | font-family: sans-serif; |
| 122 | font-weight: bold; |
| 123 | text-align: left; |
| 124 | margin-top: 1.0em; |
| 125 | margin-bottom: 0.5em; |
| 126 | } |
| 127 | div.title + * { |
| 128 | margin-top: 0; |
| 129 | } |
| 130 | |
| 131 | td div.title:first-child { |
| 132 | margin-top: 0.0em; |
| 133 | } |
| 134 | div.content div.title:first-child { |
| 135 | margin-top: 0.0em; |
| 136 | } |
| 137 | div.content + div.title { |
| 138 | margin-top: 0.0em; |
| 139 | } |
| 140 | |
| 141 | div.sidebarblock > div.content { |
| 142 | background: #ffffee; |
| 143 | border: 1px solid silver; |
| 144 | padding: 0.5em; |
| 145 | } |
| 146 | |
| 147 | div.listingblock { |
| 148 | margin-right: 0%; |
| 149 | } |
| 150 | div.listingblock > div.content { |
| 151 | border: 1px solid silver; |
| 152 | background: #f4f4f4; |
| 153 | padding: 0.5em; |
| 154 | } |
| 155 | |
| 156 | div.quoteblock > div.content { |
| 157 | padding-left: 2.0em; |
| 158 | } |
| 159 | |
| 160 | div.attribution { |
| 161 | text-align: right; |
| 162 | } |
| 163 | div.verseblock + div.attribution { |
| 164 | text-align: left; |
| 165 | } |
| 166 | |
| 167 | div.admonitionblock .icon { |
| 168 | vertical-align: top; |
| 169 | font-size: 1.1em; |
| 170 | font-weight: bold; |
| 171 | text-decoration: underline; |
| 172 | color: #527bbd; |
| 173 | padding-right: 0.5em; |
| 174 | } |
| 175 | div.admonitionblock td.content { |
| 176 | padding-left: 0.5em; |
| 177 | border-left: 2px solid silver; |
| 178 | } |
| 179 | |
| 180 | div.exampleblock > div.content { |
| 181 | border-left: 2px solid silver; |
| 182 | padding: 0.5em; |
| 183 | } |
| 184 | |
| 185 | div.verseblock div.content { |
| 186 | white-space: pre; |
| 187 | } |
| 188 | |
| 189 | div.imageblock div.content { padding-left: 0; } |
| 190 | div.imageblock img { border: 1px solid silver; } |
| 191 | span.image img { border-style: none; } |
| 192 | |
| 193 | dl { |
| 194 | margin-top: 0.8em; |
| 195 | margin-bottom: 0.8em; |
| 196 | } |
| 197 | dt { |
| 198 | margin-top: 0.5em; |
| 199 | margin-bottom: 0; |
| 200 | font-style: italic; |
| 201 | } |
| 202 | dd > *:first-child { |
| 203 | margin-top: 0; |
| 204 | } |
| 205 | |
| 206 | ul, ol { |
| 207 | list-style-position: outside; |
| 208 | } |
| 209 | ol.olist2 { |
| 210 | list-style-type: lower-alpha; |
| 211 | } |
| 212 | |
| 213 | div.tableblock > table { |
| 214 | border: 3px solid #527bbd; |
| 215 | } |
| 216 | thead { |
| 217 | font-family: sans-serif; |
| 218 | font-weight: bold; |
| 219 | } |
| 220 | tfoot { |
| 221 | font-weight: bold; |
| 222 | } |
| 223 | |
| 224 | div.hlist { |
| 225 | margin-top: 0.8em; |
| 226 | margin-bottom: 0.8em; |
| 227 | } |
| 228 | div.hlist td { |
| 229 | padding-bottom: 5px; |
| 230 | } |
| 231 | td.hlist1 { |
| 232 | vertical-align: top; |
| 233 | font-style: italic; |
| 234 | padding-right: 0.8em; |
| 235 | } |
| 236 | td.hlist2 { |
| 237 | vertical-align: top; |
| 238 | } |
| 239 | |
| 240 | @media print { |
| 241 | div#footer-badges { display: none; } |
| 242 | } |
| 243 | |
| 244 | div#toctitle { |
| 245 | color: #527bbd; |
| 246 | font-family: sans-serif; |
| 247 | font-size: 1.1em; |
| 248 | font-weight: bold; |
| 249 | margin-top: 1.0em; |
| 250 | margin-bottom: 0.1em; |
| 251 | } |
| 252 | |
| 253 | div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { |
| 254 | margin-top: 0; |
| 255 | margin-bottom: 0; |
| 256 | } |
| 257 | div.toclevel2 { |
| 258 | margin-left: 2em; |
| 259 | font-size: 0.9em; |
| 260 | } |
| 261 | div.toclevel3 { |
| 262 | margin-left: 4em; |
| 263 | font-size: 0.9em; |
| 264 | } |
| 265 | div.toclevel4 { |
| 266 | margin-left: 6em; |
| 267 | font-size: 0.9em; |
| 268 | } |
| 269 | /* Workarounds for IE6's broken and incomplete CSS2. */ |
| 270 | |
| 271 | div.sidebar-content { |
| 272 | background: #ffffee; |
| 273 | border: 1px solid silver; |
| 274 | padding: 0.5em; |
| 275 | } |
| 276 | div.sidebar-title, div.image-title { |
| 277 | font-family: sans-serif; |
| 278 | font-weight: bold; |
| 279 | margin-top: 0.0em; |
| 280 | margin-bottom: 0.5em; |
| 281 | } |
| 282 | |
| 283 | div.listingblock div.content { |
| 284 | border: 1px solid silver; |
| 285 | background: #f4f4f4; |
| 286 | padding: 0.5em; |
| 287 | } |
| 288 | |
| 289 | div.quoteblock-content { |
| 290 | padding-left: 2.0em; |
| 291 | } |
| 292 | |
| 293 | div.exampleblock-content { |
| 294 | border-left: 2px solid silver; |
| 295 | padding-left: 0.5em; |
| 296 | } |
| 297 | |
| 298 | /* IE6 sets dynamically generated links as visited. */ |
| 299 | div#toc a:visited { color: blue; } |
| 300 | </style> |
| 301 | <title>Release notes</title> |
| 302 | </head> |
| 303 | <body> |
| 304 | <div id="header"> |
| 305 | <h1>Release notes</h1> |
| 306 | </div> |
| 307 | <h2>tig master branch</h2> |
| 308 | <div class="sectionbody"> |
| 309 | <p>Improvements:</p> |
| 310 | <ul> |
| 311 | <li> |
| 312 | <p> |
| 313 | F5 also refreshes the current view. |
| 314 | </p> |
| 315 | </li> |
| 316 | <li> |
| 317 | <p> |
| 318 | Allow line graphics to be disabled with new line-graphics option. |
| 319 | </p> |
| 320 | </li> |
| 321 | <li> |
| 322 | <p> |
| 323 | Also include the reference names when searching. |
| 324 | </p> |
| 325 | </li> |
| 326 | </ul> |
| 327 | <p>Bug fixes:</p> |
| 328 | <ul> |
| 329 | <li> |
| 330 | <p> |
| 331 | Fix regression when staging all diff chunks in a section. |
| 332 | </p> |
| 333 | </li> |
| 334 | <li> |
| 335 | <p> |
| 336 | Bind the maximize view action to <em>O</em>; it conflicted with the |
| 337 | keybinding to launch the merge tool in the status view. |
| 338 | </p> |
| 339 | </li> |
| 340 | </ul> |
| 341 | </div> |
| 342 | <h2>tig-0.11</h2> |
| 343 | <div class="sectionbody"> |
| 344 | <p>Incompatibilities:</p> |
| 345 | <ul> |
| 346 | <li> |
| 347 | <p> |
| 348 | Remove parsing of deprecated options: -g, -l, -d. |
| 349 | </p> |
| 350 | </li> |
| 351 | <li> |
| 352 | <p> |
| 353 | The first seen <em>—</em> will stop option parsing and is passed to git |
| 354 | instead of breaking out of tig's option parsing. |
| 355 | </p> |
| 356 | </li> |
| 357 | </ul> |
| 358 | <p>New features:</p> |
| 359 | <ul> |
| 360 | <li> |
| 361 | <p> |
| 362 | Blame view; bound to <em>B</em> by default, reachable from the command line |
| 363 | and the tree, status, and stage views. |
| 364 | </p> |
| 365 | </li> |
| 366 | <li> |
| 367 | <p> |
| 368 | Blame/main view: allow display of date, author, and references to be |
| 369 | toggled on/off. Bound to <em>D</em>, <em>A</em>, and <em>F</em> respectively. |
| 370 | </p> |
| 371 | </li> |
| 372 | <li> |
| 373 | <p> |
| 374 | Add action to maximize the current view. |
| 375 | </p> |
| 376 | </li> |
| 377 | </ul> |
| 378 | <p>Improvements:</p> |
| 379 | <ul> |
| 380 | <li> |
| 381 | <p> |
| 382 | Show the current branch in the status view. |
| 383 | </p> |
| 384 | </li> |
| 385 | <li> |
| 386 | <p> |
| 387 | Show local/light-weight tags. |
| 388 | </p> |
| 389 | </li> |
| 390 | </ul> |
| 391 | <p>Bug fixes:</p> |
| 392 | <ul> |
| 393 | <li> |
| 394 | <p> |
| 395 | Fix regressions for the pager mode. |
| 396 | </p> |
| 397 | </li> |
| 398 | <li> |
| 399 | <p> |
| 400 | Fix refreshing of the index with working directory info. |
| 401 | </p> |
| 402 | </li> |
| 403 | </ul> |
| 404 | </div> |
| 405 | <h2>tig-0.10.1</h2> |
| 406 | <div class="sectionbody"> |
| 407 | <p>Improvements:</p> |
| 408 | <ul> |
| 409 | <li> |
| 410 | <p> |
| 411 | Status view: detect renamed files and show them with <em>R</em>. |
| 412 | </p> |
| 413 | </li> |
| 414 | <li> |
| 415 | <p> |
| 416 | Status view: refresh the index to avoid "empty diffs". |
| 417 | </p> |
| 418 | </li> |
| 419 | <li> |
| 420 | <p> |
| 421 | Diff view: make diff headers more verbose to include e.g. committer. |
| 422 | </p> |
| 423 | </li> |
| 424 | <li> |
| 425 | <p> |
| 426 | Configure: check for the ncursesw library. |
| 427 | </p> |
| 428 | </li> |
| 429 | </ul> |
| 430 | <p>Bug fixes:</p> |
| 431 | <ul> |
| 432 | <li> |
| 433 | <p> |
| 434 | Fix UTF8 handling for tag names and commit messages. |
| 435 | </p> |
| 436 | </li> |
| 437 | <li> |
| 438 | <p> |
| 439 | Fix the check for git-config(1) in configure to handle the case when |
| 440 | git has been installed using a libexecdir which is not in the path. |
| 441 | </p> |
| 442 | </li> |
| 443 | <li> |
| 444 | <p> |
| 445 | Fix replacing of SYSCONFDIR when installing from released tarballs. |
| 446 | </p> |
| 447 | </li> |
| 448 | </ul> |
| 449 | </div> |
| 450 | <h2>tig-0.10</h2> |
| 451 | <div class="sectionbody"> |
| 452 | <p>Incompatibilities:</p> |
| 453 | <ul> |
| 454 | <li> |
| 455 | <p> |
| 456 | Deprecate most tig specific command line options to make tig more |
| 457 | compatible with gitk. The deprecated options are: -g, -l, -d, and -S. |
| 458 | Use of any of them will result in a warning being printed to stderr. |
| 459 | Instead of <em>-S</em>, use the new <em>status</em> subcommand. |
| 460 | </p> |
| 461 | </li> |
| 462 | <li> |
| 463 | <p> |
| 464 | Make man page building depend on DocBook XSL version >= 1.72.0. |
| 465 | </p> |
| 466 | </li> |
| 467 | <li> |
| 468 | <p> |
| 469 | Install man pages in $(prefix)/share/man. |
| 470 | </p> |
| 471 | </li> |
| 472 | <li> |
| 473 | <p> |
| 474 | Implement the cherry pick action (bound to <em>C</em>) using new support for |
| 475 | running external commands. This obsoletes the TIG_CHEERY_PICK |
| 476 | environment variable |
| 477 | </p> |
| 478 | </li> |
| 479 | </ul> |
| 480 | <p>New features:</p> |
| 481 | <ul> |
| 482 | <li> |
| 483 | <p> |
| 484 | Add support for binding keys to external commands. To bind <em>.</em> to |
| 485 | running git-commit(1), add the line: "bind generic . !git commit" to |
| 486 | your ~/.tigrc. Each command can have replacement string such as |
| 487 | %(commit), %(head), and %(blob), which are substituted before the |
| 488 | command is run. |
| 489 | </p> |
| 490 | </li> |
| 491 | <li> |
| 492 | <p> |
| 493 | Add system-wide configuration file defaulting to $(prefix)/etc/tigrc. |
| 494 | </p> |
| 495 | </li> |
| 496 | <li> |
| 497 | <p> |
| 498 | Add the environment variables TIGRC_USER and TIGRC_SYSTEM to change |
| 499 | user and system-wide configuration files, respectively. |
| 500 | </p> |
| 501 | </li> |
| 502 | </ul> |
| 503 | <p>Improvements:</p> |
| 504 | <ul> |
| 505 | <li> |
| 506 | <p> |
| 507 | Main view: color the revision graph. |
| 508 | </p> |
| 509 | </li> |
| 510 | <li> |
| 511 | <p> |
| 512 | Main view: show boundary commits; they are marked with <em>^</em> in the |
| 513 | revision graph. |
| 514 | </p> |
| 515 | </li> |
| 516 | <li> |
| 517 | <p> |
| 518 | Tree view: add tree-parent action to jump to view of the parent tree. |
| 519 | Bound to <em>,</em> by default. |
| 520 | </p> |
| 521 | </li> |
| 522 | <li> |
| 523 | <p> |
| 524 | Allow the default terminal colors to be overwritten. To use black |
| 525 | text on white, add the line "color default white black" to your |
| 526 | ~/.tigrc. |
| 527 | </p> |
| 528 | </li> |
| 529 | <li> |
| 530 | <p> |
| 531 | Misc. documentation improvements. |
| 532 | </p> |
| 533 | </li> |
| 534 | </ul> |
| 535 | <p>Bug fixes:</p> |
| 536 | <ul> |
| 537 | <li> |
| 538 | <p> |
| 539 | Use git-diff-index(1) and git-diff-files(1) instead of git-diff(1) to |
| 540 | avoid running external diff drivers. |
| 541 | </p> |
| 542 | </li> |
| 543 | <li> |
| 544 | <p> |
| 545 | Use —no-color when calling git-log(1). |
| 546 | </p> |
| 547 | </li> |
| 548 | <li> |
| 549 | <p> |
| 550 | Fix crash when opening mergetool for lines that are not unmerged. |
| 551 | </p> |
| 552 | </li> |
| 553 | </ul> |
| 554 | </div> |
| 555 | <h2>tig-0.9.1</h2> |
| 556 | <div class="sectionbody"> |
| 557 | <p>Incompatibilities:</p> |
| 558 | <ul> |
| 559 | <li> |
| 560 | <p> |
| 561 | Make the clean rule to never remove generated documentation files. |
| 562 | Use the distclean rule for accomplishing this. |
| 563 | </p> |
| 564 | </li> |
| 565 | </ul> |
| 566 | <p>New features:</p> |
| 567 | <ul> |
| 568 | <li> |
| 569 | <p> |
| 570 | Add support for cherry-picking commits in the main view to the |
| 571 | current branch. Bound to <em>C</em> by default. |
| 572 | </p> |
| 573 | </li> |
| 574 | </ul> |
| 575 | <p>Improvements:</p> |
| 576 | <ul> |
| 577 | <li> |
| 578 | <p> |
| 579 | Add support for launching git-mergetool(1) from the status view. |
| 580 | Bound to <em>M</em> by default. |
| 581 | </p> |
| 582 | </li> |
| 583 | <li> |
| 584 | <p> |
| 585 | Add support for refreshing/reloading the status view |
| 586 | </p> |
| 587 | </li> |
| 588 | <li> |
| 589 | <p> |
| 590 | Detect working trees and disable the status view when it is missing. |
| 591 | </p> |
| 592 | </li> |
| 593 | </ul> |
| 594 | <p>Bug fixes:</p> |
| 595 | <ul> |
| 596 | <li> |
| 597 | <p> |
| 598 | Fix iconv() checking in configure. |
| 599 | </p> |
| 600 | </li> |
| 601 | <li> |
| 602 | <p> |
| 603 | Fix editor invocation to make paths relative to the project root. |
| 604 | </p> |
| 605 | </li> |
| 606 | <li> |
| 607 | <p> |
| 608 | Fix out-of-range current line when reloading the status view. |
| 609 | </p> |
| 610 | </li> |
| 611 | <li> |
| 612 | <p> |
| 613 | Include autoconf files in the tarball generated by <tt>make dist</tt>. |
| 614 | </p> |
| 615 | </li> |
| 616 | </ul> |
| 617 | </div> |
| 618 | <h2>tig-0.9</h2> |
| 619 | <div class="sectionbody"> |
| 620 | <p>New features:</p> |
| 621 | <ul> |
| 622 | <li> |
| 623 | <p> |
| 624 | Add bash completion script for tig (contrib/tig-completion.bash). |
| 625 | </p> |
| 626 | </li> |
| 627 | <li> |
| 628 | <p> |
| 629 | Add optional autoconf-based build infrastructure. |
| 630 | </p> |
| 631 | </li> |
| 632 | <li> |
| 633 | <p> |
| 634 | Add stage view for showing changes in the working tree and add |
| 635 | support for staging individual diff chunks for commit. |
| 636 | </p> |
| 637 | </li> |
| 638 | </ul> |
| 639 | <p>Improvements:</p> |
| 640 | <ul> |
| 641 | <li> |
| 642 | <p> |
| 643 | Status view: allow all files in a section to be staged for commit. |
| 644 | </p> |
| 645 | </li> |
| 646 | <li> |
| 647 | <p> |
| 648 | Status view: Add support for opening files in an editor. Bound to <em>e</em> |
| 649 | by default. |
| 650 | </p> |
| 651 | </li> |
| 652 | <li> |
| 653 | <p> |
| 654 | Tree view: use a stack for remembering the lines for parent tree. |
| 655 | </p> |
| 656 | </li> |
| 657 | </ul> |
| 658 | </div> |
| 659 | <div id="footer"> |
| 660 | <div id="footer-text"> |
| 661 | Last updated 23-Apr-2008 02:46:54 CEST |
| 662 | </div> |
| 663 | </div> |
| 664 | </body> |
| 665 | </html> |
| toggle raw diff |
--- /dev/null
+++ b/NEWS.html
@@ -0,0 +1,665 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta name="generator" content="AsciiDoc 8.2.2" />
+<style type="text/css">
+/* Debug borders */
+p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
+/*
+ border: 1px solid red;
+*/
+}
+
+body {
+ margin: 1em 5% 1em 5%;
+}
+
+a {
+ color: blue;
+ text-decoration: underline;
+}
+a:visited {
+ color: fuchsia;
+}
+
+em {
+ font-style: italic;
+}
+
+strong {
+ font-weight: bold;
+}
+
+tt {
+ color: navy;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ color: #527bbd;
+ font-family: sans-serif;
+ margin-top: 1.2em;
+ margin-bottom: 0.5em;
+ line-height: 1.3;
+}
+
+h1 {
+ border-bottom: 2px solid silver;
+}
+h2 {
+ border-bottom: 2px solid silver;
+ padding-top: 0.5em;
+}
+
+div.sectionbody {
+ font-family: serif;
+ margin-left: 0;
+}
+
+hr {
+ border: 1px solid silver;
+}
+
+p {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+pre {
+ padding: 0;
+ margin: 0;
+}
+
+span#author {
+ color: #527bbd;
+ font-family: sans-serif;
+ font-weight: bold;
+ font-size: 1.1em;
+}
+span#email {
+}
+span#revision {
+ font-family: sans-serif;
+}
+
+div#footer {
+ font-family: sans-serif;
+ font-size: small;
+ border-top: 2px solid silver;
+ padding-top: 0.5em;
+ margin-top: 4.0em;
+}
+div#footer-text {
+ float: left;
+ padding-bottom: 0.5em;
+}
+div#footer-badges {
+ float: right;
+ padding-bottom: 0.5em;
+}
+
+div#preamble,
+div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
+div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
+div.admonitionblock {
+ margin-right: 10%;
+ margin-top: 1.5em;
+ margin-bottom: 1.5em;
+}
+div.admonitionblock {
+ margin-top: 2.5em;
+ margin-bottom: 2.5em;
+}
+
+div.content { /* Block element content. */
+ padding: 0;
+}
+
+/* Block element titles. */
+div.title, caption.title {
+ font-family: sans-serif;
+ font-weight: bold;
+ text-align: left;
+ margin-top: 1.0em;
+ margin-bottom: 0.5em;
+}
+div.title + * {
+ margin-top: 0;
+}
+
+td div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content + div.title {
+ margin-top: 0.0em;
+}
+
+div.sidebarblock > div.content {
+ background: #ffffee;
+ border: 1px solid silver;
+ padding: 0.5em;
+}
+
+div.listingblock {
+ margin-right: 0%;
+}
+div.listingblock > div.content {
+ border: 1px solid silver;
+ background: #f4f4f4;
+ padding: 0.5em;
+}
+
+div.quoteblock > div.content {
+ padding-left: 2.0em;
+}
+
+div.attribution {
+ text-align: right;
+}
+div.verseblock + div.attribution {
+ text-align: left;
+}
+
+div.admonitionblock .icon {
+ vertical-align: top;
+ font-size: 1.1em;
+ font-weight: bold;
+ text-decoration: underline;
+ color: #527bbd;
+ padding-right: 0.5em;
+}
+div.admonitionblock td.content {
+ padding-left: 0.5em;
+ border-left: 2px solid silver;
+}
+
+div.exampleblock > div.content {
+ border-left: 2px solid silver;
+ padding: 0.5em;
+}
+
+div.verseblock div.content {
+ white-space: pre;
+}
+
+div.imageblock div.content { padding-left: 0; }
+div.imageblock img { border: 1px solid silver; }
+span.image img { border-style: none; }
+
+dl {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+dt {
+ margin-top: 0.5em;
+ margin-bottom: 0;
+ font-style: italic;
+}
+dd > *:first-child {
+ margin-top: 0;
+}
+
+ul, ol {
+ list-style-position: outside;
+}
+ol.olist2 {
+ list-style-type: lower-alpha;
+}
+
+div.tableblock > table {
+ border: 3px solid #527bbd;
+}
+thead {
+ font-family: sans-serif;
+ font-weight: bold;
+}
+tfoot {
+ font-weight: bold;
+}
+
+div.hlist {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+div.hlist td {
+ padding-bottom: 5px;
+}
+td.hlist1 {
+ vertical-align: top;
+ font-style: italic;
+ padding-right: 0.8em;
+}
+td.hlist2 {
+ vertical-align: top;
+}
+
+@media print {
+ div#footer-badges { display: none; }
+}
+
+div#toctitle {
+ color: #527bbd;
+ font-family: sans-serif;
+ font-size: 1.1em;
+ font-weight: bold;
+ margin-top: 1.0em;
+ margin-bottom: 0.1em;
+}
+
+div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+div.toclevel2 {
+ margin-left: 2em;
+ font-size: 0.9em;
+}
+div.toclevel3 {
+ margin-left: 4em;
+ font-size: 0.9em;
+}
+div.toclevel4 {
+ margin-left: 6em;
+ font-size: 0.9em;
+}
+/* Workarounds for IE6's broken and incomplete CSS2. */
+
+div.sidebar-content {
+ background: #ffffee;
+ border: 1px solid silver;
+ padding: 0.5em;
+}
+div.sidebar-title, div.image-title {
+ font-family: sans-serif;
+ font-weight: bold;
+ margin-top: 0.0em;
+ margin-bottom: 0.5em;
+}
+
+div.listingblock div.content {
+ border: 1px solid silver;
+ background: #f4f4f4;
+ padding: 0.5em;
+}
+
+div.quoteblock-content {
+ padding-left: 2.0em;
+}
+
+div.exampleblock-content {
+ border-left: 2px solid silver;
+ padding-left: 0.5em;
+}
+
+/* IE6 sets dynamically generated links as visited. */
+div#toc a:visited { color: blue; }
+</style>
+<title>Release notes</title>
+</head>
+<body>
+<div id="header">
+<h1>Release notes</h1>
+</div>
+<h2>tig master branch</h2>
+<div class="sectionbody">
+<p>Improvements:</p>
+<ul>
+<li>
+<p>
+F5 also refreshes the current view.
+</p>
+</li>
+<li>
+<p>
+Allow line graphics to be disabled with new line-graphics option.
+</p>
+</li>
+<li>
+<p>
+Also include the reference names when searching.
+</p>
+</li>
+</ul>
+<p>Bug fixes:</p>
+<ul>
+<li>
+<p>
+Fix regression when staging all diff chunks in a section.
+</p>
+</li>
+<li>
+<p>
+Bind the maximize view action to <em>O</em>; it conflicted with the
+ keybinding to launch the merge tool in the status view.
+</p>
+</li>
+</ul>
+</div>
+<h2>tig-0.11</h2>
+<div class="sectionbody">
+<p>Incompatibilities:</p>
+<ul>
+<li>
+<p>
+Remove parsing of deprecated options: -g, -l, -d.
+</p>
+</li>
+<li>
+<p>
+The first seen <em>—</em> will stop option parsing and is passed to git
+ instead of breaking out of tig's option parsing.
+</p>
+</li>
+</ul>
+<p>New features:</p>
+<ul>
+<li>
+<p>
+Blame view; bound to <em>B</em> by default, reachable from the command line
+ and the tree, status, and stage views.
+</p>
+</li>
+<li>
+<p>
+Blame/main view: allow display of date, author, and references to be
+ toggled on/off. Bound to <em>D</em>, <em>A</em>, and <em>F</em> respectively.
+</p>
+</li>
+<li>
+<p>
+Add action to maximize the current view.
+</p>
+</li>
+</ul>
+<p>Improvements:</p>
+<ul>
+<li>
+<p>
+Show the current branch in the status view.
+</p>
+</li>
+<li>
+<p>
+Show local/light-weight tags.
+</p>
+</li>
+</ul>
+<p>Bug fixes:</p>
+<ul>
+<li>
+<p>
+Fix regressions for the pager mode.
+</p>
+</li>
+<li>
+<p>
+Fix refreshing of the index with working directory info.
+</p>
+</li>
+</ul>
+</div>
+<h2>tig-0.10.1</h2>
+<div class="sectionbody">
+<p>Improvements:</p>
+<ul>
+<li>
+<p>
+Status view: detect renamed files and show them with <em>R</em>.
+</p>
+</li>
+<li>
+<p>
+Status view: refresh the index to avoid "empty diffs".
+</p>
+</li>
+<li>
+<p>
+Diff view: make diff headers more verbose to include e.g. committer.
+</p>
+</li>
+<li>
+<p>
+Configure: check for the ncursesw library.
+</p>
+</li>
+</ul>
+<p>Bug fixes:</p>
+<ul>
+<li>
+<p>
+Fix UTF8 handling for tag names and commit messages.
+</p>
+</li>
+<li>
+<p>
+Fix the check for git-config(1) in configure to handle the case when
+ git has been installed using a libexecdir which is not in the path.
+</p>
+</li>
+<li>
+<p>
+Fix replacing of SYSCONFDIR when installing from released tarballs.
+</p>
+</li>
+</ul>
+</div>
+<h2>tig-0.10</h2>
+<div class="sectionbody">
+<p>Incompatibilities:</p>
+<ul>
+<li>
+<p>
+Deprecate most tig specific command line options to make tig more
+ compatible with gitk. The deprecated options are: -g, -l, -d, and -S.
+ Use of any of them will result in a warning being printed to stderr.
+ Instead of <em>-S</em>, use the new <em>status</em> subcommand.
+</p>
+</li>
+<li>
+<p>
+Make man page building depend on DocBook XSL version >= 1.72.0.
+</p>
+</li>
+<li>
+<p>
+Install man pages in $(prefix)/share/man.
+</p>
+</li>
+<li>
+<p>
+Implement the cherry pick action (bound to <em>C</em>) using new support for
+ running external commands. This obsoletes the TIG_CHEERY_PICK
+ environment variable
+</p>
+</li>
+</ul>
+<p>New features:</p>
+<ul>
+<li>
+<p>
+Add support for binding keys to external commands. To bind <em>.</em> to
+ running git-commit(1), add the line: "bind generic . !git commit" to
+ your ~/.tigrc. Each command can have replacement string such as
+ %(commit), %(head), and %(blob), which are substituted before the
+ command is run.
+</p>
+</li>
+<li>
+<p>
+Add system-wide configuration file defaulting to $(prefix)/etc/tigrc.
+</p>
+</li>
+<li>
+<p>
+Add the environment variables TIGRC_USER and TIGRC_SYSTEM to change
+ user and system-wide configuration files, respectively.
+</p>
+</li>
+</ul>
+<p>Improvements:</p>
+<ul>
+<li>
+<p>
+Main view: color the revision graph.
+</p>
+</li>
+<li>
+<p>
+Main view: show boundary commits; they are marked with <em>^</em> in the
+ revision graph.
+</p>
+</li>
+<li>
+<p>
+Tree view: add tree-parent action to jump to view of the parent tree.
+ Bound to <em>,</em> by default.
+</p>
+</li>
+<li>
+<p>
+Allow the default terminal colors to be overwritten. To use black
+ text on white, add the line "color default white black" to your
+ ~/.tigrc.
+</p>
+</li>
+<li>
+<p>
+Misc. documentation improvements.
+</p>
+</li>
+</ul>
+<p>Bug fixes:</p>
+<ul>
+<li>
+<p>
+Use git-diff-index(1) and git-diff-files(1) instead of git-diff(1) to
+ avoid running external diff drivers.
+</p>
+</li>
+<li>
+<p>
+Use —no-color when calling git-log(1).
+</p>
+</li>
+<li>
+<p>
+Fix crash when opening mergetool for lines that are not unmerged.
+</p>
+</li>
+</ul>
+</div>
+<h2>tig-0.9.1</h2>
+<div class="sectionbody">
+<p>Incompatibilities:</p>
+<ul>
+<li>
+<p>
+Make the clean rule to never remove generated documentation files.
+ Use the distclean rule for accomplishing this.
+</p>
+</li>
+</ul>
+<p>New features:</p>
+<ul>
+<li>
+<p>
+Add support for cherry-picking commits in the main view to the
+ current branch. Bound to <em>C</em> by default.
+</p>
+</li>
+</ul>
+<p>Improvements:</p>
+<ul>
+<li>
+<p>
+Add support for launching git-mergetool(1) from the status view.
+ Bound to <em>M</em> by default.
+</p>
+</li>
+<li>
+<p>
+Add support for refreshing/reloading the status view
+</p>
+</li>
+<li>
+<p>
+Detect working trees and disable the status view when it is missing.
+</p>
+</li>
+</ul>
+<p>Bug fixes:</p>
+<ul>
+<li>
+<p>
+Fix iconv() checking in configure.
+</p>
+</li>
+<li>
+<p>
+Fix editor invocation to make paths relative to the project root.
+</p>
+</li>
+<li>
+<p>
+Fix out-of-range current line when reloading the status view.
+</p>
+</li>
+<li>
+<p>
+Include autoconf files in the tarball generated by <tt>make dist</tt>.
+</p>
+</li>
+</ul>
+</div>
+<h2>tig-0.9</h2>
+<div class="sectionbody">
+<p>New features:</p>
+<ul>
+<li>
+<p>
+Add bash completion script for tig (contrib/tig-completion.bash).
+</p>
+</li>
+<li>
+<p>
+Add optional autoconf-based build infrastructure.
+</p>
+</li>
+<li>
+<p>
+Add stage view for showing changes in the working tree and add
+ support for staging individual diff chunks for commit.
+</p>
+</li>
+</ul>
+<p>Improvements:</p>
+<ul>
+<li>
+<p>
+Status view: allow all files in a section to be staged for commit.
+</p>
+</li>
+<li>
+<p>
+Status view: Add support for opening files in an editor. Bound to <em>e</em>
+ by default.
+</p>
+</li>
+<li>
+<p>
+Tree view: use a stack for remembering the lines for parent tree.
+</p>
+</li>
+</ul>
+</div>
+<div id="footer">
+<div id="footer-text">
+Last updated 23-Apr-2008 02:46:54 CEST
+</div>
+</div>
+</body>
+</html>
|