summaryrefslogtreecommitdiffstatshomepage
path: root/ui-commit.c
Commit message (Expand)AuthorAge
* commit: move layout into page functionJohn Keeping2015-08-14
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-13
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-13
* filter: add page source to email filterJason A. Donenfeld2014-01-14
* filter: add support for email filterJason A. Donenfeld2014-01-14
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-14
* Update copyright informationLukas Fleischer2014-01-08
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-16
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-08
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* Update git to v1.8.2.1John Keeping2013-04-08
* cgit_print_commit(): Free tmp variableLukas Fleischer2013-03-04
* Fix several whitespace errorsLukas Fleischer2013-03-04
* cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-13
* Merge branch 'lh/panel'Lars Hjemli2011-05-23
|\
| * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-06
* | cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-26
|/
* Use GIT-1.7.2.2Lars Hjemli2010-08-22
* ui-commit: Display git notes when presentJeff Smith2010-08-04
* Merge branch 'jh/path-limit'Lars Hjemli2010-06-22
|\
| * ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-19
| * ui-commit: Preserve path limit in links to tree and diff pagesJohan Herland2010-06-19
| * ui-patch: Apply path limit to generated patchJohan Herland2010-06-19
| * ui-commit: Limit diff based on path limit in qry.pathJohan Herland2010-06-19
* | Optionally generate verbose parent linksLars Hjemli2010-02-27
* | display subject instead of sha1 as link title of parentsStefan Naewe2010-02-27
|/
* Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-16
* Use GIT-1.6.4.3Lars Hjemli2009-09-13
* Merge branch 'lh/plugins'Lars Hjemli2009-08-09
|\
| * Add support for repo.commit-filter and repo.source-filterLars Hjemli2009-08-09
| * ui-commit: add support for 'commit-filter' optionLars Hjemli2009-07-31
* | Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-08
|/
* Add decorations to commit pagesJustin Waters2009-01-27
* Added `local-time` option to cgitrcStefan Naewe2008-08-01
* ui-commit: handle root commitsLars Hjemli2008-05-18
* Integrate diffstat with diffLars Hjemli2008-04-24
* Fix commitdiff annoyanceLars Hjemli2008-04-17
* Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-13
* Include diff in commit viewLars Hjemli2008-04-12
* Add ui-shared.hLars Hjemli2008-03-24
* Introduce html.hLars Hjemli2008-03-18
* Move cgit_repo into cgit_contextLars Hjemli2008-02-16
* Introduce struct cgit_contextLars Hjemli2008-02-16
* Fix html error detected by test-suiteLars Hjemli2007-11-11
* ui-commit.c: link to diff instead of tree from diffstatLars Hjemli2007-10-01
* cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli2007-07-23
* allow selective enabling of snapshotsMichael Krelin2007-07-21
* add support for snapshot tarballsMichael Krelin2007-07-18
* Add cgit_diff_link()Lars Hjemli2007-06-17
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602