summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAge
...
* | Merge branch 'lh/embedded'Lars Hjemli2009-07-25
|\ \
| * | cgit.h: keep config flags sortedLars Hjemli2009-07-25
| * | cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli2009-07-25
| * | Add support for 'noheader' optionLars Hjemli2009-07-25
| * | Add support for an 'embedded' option in cgitrcLars Hjemli2009-02-02
* | | Merge branch 'ml/head-include'Lars Hjemli2009-07-25
|\ \ \
| * | | cgitrc.5.txt: document 'head-include'Lars Hjemli2009-07-25
| * | | Add head-include configuration option.Mark Lodato2009-06-07
* | | | Merge branch 'plain-etag'Lars Hjemli2009-07-25
|\ \ \ \
| * | | | Add support for HEAD requestsLars Hjemli2009-02-19
| * | | | Add support for ETag in 'plain' viewLars Hjemli2009-02-19
* | | | | Merge branch 'rt/plain-binary'Lars Hjemli2009-07-25
|\ \ \ \ \
| * | | | | ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli2009-07-25
| * | | | | ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon2009-07-25
| | |_|_|/ | |/| | |
* | | | | Merge branch 'do/https'Lars Hjemli2009-07-25
|\ \ \ \ \
| * | | | | use cgit_httpscheme() for atom feedDiego Ongaro2009-06-11
| * | | | | add cgit_httpscheme() -> http:// or https://Diego Ongaro2009-06-11
| | |_|/ / | |/| | |
* / | | | Return http statuscode 404 on unknown branchLars Hjemli2009-06-07
|/ / / /
* | | | Merge branch 'stable'Lars Hjemli2009-03-15
|\| | |
| * | | CGIT 0.8.2.1v0.8.2.1Lars Hjemli2009-03-15
* | | | Fix doc-related glitches in Makefile and .gitignoreLars Hjemli2009-03-15
* | | | Merge branch 'stable'Lars Hjemli2009-03-15
|\| | |
| * | | ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli2009-03-15
| * | | fix segfault when displaying empty blobsEric Wong2009-03-15
| |/ /
* | | Merge branch 'asciidoc'Lars Hjemli2009-03-15
|\ \ \ | |/ / |/| |
| * | Makefile: add doc-related targetsLars Hjemli2009-02-12
| * | Add cgit-doc.cssLars Hjemli2009-02-12
| * | cgitrc.5.txt: un-indent the name sectionLars Hjemli2009-02-12
| * | cgitrc.5.txt: wrap the example file in an asciidoc LiteralBlockLars Hjemli2009-02-12
| * | cgitrc.5.txt: make the cgitrc options a valid asciidoc labeled listLars Hjemli2009-02-12
| * | make cgitrc.5.txt asciidoc manpage compatibleMatt McCormick (thewtex)2009-02-12
| |/
* / ui-tree: escape ascii-text properly in hexdump viewLars Hjemli2009-02-12
|/
* CGIT 0.8.2v0.8.2Lars Hjemli2009-02-01
* Use GIT-1.6.1.1Lars Hjemli2009-02-01
* Merge branch 'lh/binary'Lars Hjemli2009-02-01
|\
| * shared.c: avoid SEGFAULT when checking for binary buffersLars Hjemli2009-02-01
| * ui-tree: show hexdump of binary blobsLars Hjemli2009-01-31
| * Handle binary files in diffsLars Hjemli2009-01-31
* | Merge branch 'lh/header'Lars Hjemli2009-02-01
|\ \ | |/ |/|
| * Add support for a custom headerLars Hjemli2009-01-29
* | Merge branch 'stable'Lars Hjemli2009-01-29
|\ \ | |/ |/|
| * html.c: use correct escaping in html attributesLars Hjemli2009-01-29
* | Merge branch 'stable'Lars Hjemli2009-01-27
|\|
| * CGIT 0.8.1.1v0.8.1.1Lars Hjemli2009-01-27
* | Merge branch 'jw/commit-decorations'Lars Hjemli2009-01-27
|\ \
| * | tests/t0105-commit.sh: expect commit decorationsLars Hjemli2009-01-27
| * | cgit.css: minor adjustment of commit decorationsLars Hjemli2009-01-27
| * | Add decorations to commit pagesJustin Waters2009-01-27
* | | Merge branch 'og/tree-view-selection'Lars Hjemli2009-01-27
|\ \ \
| * | | changed objects are outputted, allowing for selections of code onlyOnne Gorter2009-01-10
692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952