summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAge
...
* Add submodules.sh and use it during buildsLars Hjemli2007-05-11
* Added git as a submoduleLars Hjemli2007-05-11
* Add support for downloading single blobsLars Hjemli2007-05-09
* ui-view: show pathname if specified in querystringLars Hjemli2007-05-08
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-08
* Layout updateLars Hjemli2007-02-21
* Make snapshot feature configurableLars Hjemli2007-02-08
* Add support for snapshotsLars Hjemli2007-02-08
* cgit v0.2v0.2Lars Hjemli2007-02-05
* Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2007-02-05
* Update cgitrc templateLars Hjemli2007-02-04
* Add support for lightweight tagsLars Hjemli2007-02-04
* Read repo-info from /etc/cgitrcLars Hjemli2007-02-04
* Do not die if tag has no messageLars Hjemli2007-02-04
* Fix search for non-virtual urlsLars Hjemli2007-02-03
* Update README with install/config informationLars Hjemli2007-01-28
* Add template for /etc/cgitrcLars Hjemli2007-01-28
* Add parameter to adjust max message length in log listingsLars Hjemli2007-01-28
* Set explicit font sizeLars Hjemli2007-01-28
* Change global document layoutLars Hjemli2007-01-28
* Unified install pathLars Hjemli2007-01-28
* Cleanup table listingsLars Hjemli2007-01-28
* Enable building with debuginfoLars Hjemli2007-01-17
* Extend repo summary with tag listLars Hjemli2007-01-17
* Add function cgit_parse_tag()Lars Hjemli2007-01-17
* Add some more decls from git (cache.h, tag.h)Lars Hjemli2007-01-17
* Handle empty/malformed commit messagesLars Hjemli2007-01-16
* WIP: add paths/backlinks to tree/blobviewLars Hjemli2007-01-12
* Remove troublesome chars from cachefile namesLars Hjemli2007-01-12
* Move cache_prepare() to cgitLars Hjemli2007-01-12
* Use long instead of int when converting from TTL to secondsLars Hjemli2007-01-05
* Use TTL-settings even in nocache modeLars Hjemli2007-01-05
* Handle %xx encoding in querystringLars Hjemli2007-01-04
* Handle '+' in querystringLars Hjemli2006-12-28
* Add basic log filteringLars Hjemli2006-12-28
* Add generic support for search box in page headerLars Hjemli2006-12-28
* Test for NULL-pointers in html_txt() and friendsLars Hjemli2006-12-28
* Minor style fixesLars Hjemli2006-12-22
* Add missing diff-link in ui-commit.cLars Hjemli2006-12-22
* Only show first 80 characters of commit subject in log and summaryLars Hjemli2006-12-22
* Add missing ttl-options in configLars Hjemli2006-12-22
* cgit 0.1v0.1Lars Hjemli2006-12-21
* Let make know that ui-diff.c depends on xdiff.hLars Hjemli2006-12-21
* Add basic diff viewLars Hjemli2006-12-20
* Use html_filemode in ui-tree.cLars Hjemli2006-12-17
* Don't show new and old filemode for added/removed filesLars Hjemli2006-12-17
* Show list of modified files in ui-commit.cLars Hjemli2006-12-17
* Reformat code to avoid excessive line lengthsLars Hjemli2006-12-16
* Add cgit_free_commitinfo() and use where neededLars Hjemli2006-12-16
* Simplify ui-commit.cLars Hjemli2006-12-16
425'>425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 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 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710