cgit

ref: v0.5
Sha Commit date Commit message Author
2a09c0d1 2007-05-24 cgit v0.5 Lars Hjemli
7dc99a4b 2007-05-24 Bad html: it's nice to add alt-attributes Lars Hjemli
ef473df0 2007-05-24 Bad html: <form> should have an action-attribute Lars Hjemli
62dcc05c 2007-05-24 Close a <tr> properly Lars Hjemli
bbcdc290 2007-05-23 Add repo.readme parameter Lars Hjemli
25da3f76 2007-05-23 Remove unused variable from ui-repolist.c:read_agefile() Lars Hjemli
57f6a8bf 2007-05-22 Show time since last change on index page Lars Hjemli
237ef7b0 2007-05-22 Use cgit_print_age() on summary and log pages Lars Hjemli
5db39170 2007-05-22 Add cgit_print_age() function Lars Hjemli
3b86b44f 2007-05-21 css: make column headings bold Lars Hjemli
0b8b6a31 2007-05-21 Make frontpage friendlier Lars Hjemli
271ac5a7 2007-05-20 Merge branch 'repogroups' Lars Hjemli
7b39144a 2007-05-20 Adjust apperance of repogroup headers Lars Hjemli
dc3ac3f7 2007-05-20 Merge branch 'virtual-url' Lars Hjemli
977a0b17 2007-05-20 Merge branch 'index-header' Lars Hjemli
d4dbfdfb 2007-05-20 Use git-1.5.2 Lars Hjemli
de69ce02 2007-05-19 Teach cgit howto include an external file on index page. Lars Hjemli
5e75128a 2007-05-18 Add html_include() Lars Hjemli
2aef89e5 2007-05-18 Don't highlight repogroup headings Lars Hjemli
5877c49f 2007-05-18 Teach cgit how to group repositories by category Lars Hjemli
3de63b26 2007-05-18 Don't be fooled by trailing '/' in url-parameter Lars Hjemli
72fa5c63 2007-05-18 cache_safe_filename() needs more buffers Lars Hjemli
30ccdcaa 2007-05-18 Enable url=value querystring parameter Lars Hjemli
43d40f2b 2007-05-18 Add lookup-function for valid repo commands Lars Hjemli
305414df 2007-05-18 Move cgit_get_repoinfo into shared.c Lars Hjemli
08cc2e5f 2007-05-18 Remove unused extern declarations from cgit.h Lars Hjemli
e189344a 2007-05-18 Add knobs to enable/disable files/lines changed in log view Lars Hjemli
c1ad6cb7 2007-05-16 Restrict length of repo description on repolist page Lars Hjemli
f4f1339f 2007-05-16 Don't die when diffing trees with subprojects Lars Hjemli
d82c08a0 2007-05-16 Do not wrap filemode column in diffstat table Lars Hjemli
8f6f8c34 2007-05-16 Add C D L and T links to index page Lars Hjemli
72346996 2007-05-16 Make git_pageurl handle NULL querystrings Lars Hjemli
97de8f05 2007-05-16 Add support for tree listing via h parameter Lars Hjemli
dff894d1 2007-05-16 Add link to commitdiff below diffstat Lars Hjemli
f9ff7df6 2007-05-16 Add support for commitdiff via h parameter Lars Hjemli
a2ddc104 2007-05-16 Change commit-view to expect h parameter, not id Lars Hjemli
b28b105e 2007-05-16 Enable default value for head parameter Lars Hjemli
47a81c77 2007-05-15 Restrict deep nesting of configfiles Lars Hjemli
ad3b39d3 2007-05-15 Include cgit.conf in Makefile Lars Hjemli
c94afaac 2007-05-15 ui-diff: show /dev/null as filename for add/delete Lars Hjemli
e903011c 2007-05-15 Use tables and css to create the diffstat graph, fix scaling Lars Hjemli
cfd2aa07 2007-05-15 Do not alter incoming sha1 when handling the download refs. Lars Hjemli
ea2831f1 2007-05-15 Don't hardcode urls when SCRIPT_NAME is available Lars Hjemli
6fb7d09f 2007-05-15 ui-shared.c: fix whitespace breakage Lars Hjemli
495e3967 2007-05-15 Show tag heading even if first tag is of the lightweight kind Lars Hjemli
9927e63f 2007-05-14 Specify static storage class for file-local declarations Lars Hjemli
5ec6e02b 2007-05-14 Add include-parameter to config files Lars Hjemli
9ecde656 2007-05-14 Let makefile override the configfile location Lars Hjemli
5b94c96a 2007-05-14 cgit.c: fix whitespace breakage Lars Hjemli
a342ac6b 2007-05-14 cgit.css: try to make diffs look a little bit nicer Lars Hjemli
a1a0cd8b 2007-05-14 cgit.css: try do make diffstat a little bit nicer Lars Hjemli
9fb53af2 2007-05-14 Add log filtering by path and link to it from tree view Lars Hjemli
4fdf571c 2007-05-13 cgit v0.4 Lars Hjemli
6a8749d3 2007-05-13 Add commitdiff between commit and each of it's parent Lars Hjemli
8a3685bc 2007-05-13 Add graphical diffstat to commit view Lars Hjemli
c6cf3a42 2007-05-13 Add max-commit-count parameter to cgitrc Lars Hjemli
80e577c3 2007-05-13 Show number of changed lines in log view Lars Hjemli
38a0f9cd 2007-05-13 Simplify ui-diff.c using the new file-level diff interface Lars Hjemli
c4ef6679 2007-05-13 Add standard interface for file diff functions Lars Hjemli
48dc0034 2007-05-13 Show number of changed files in log view Lars Hjemli
ae4c1ee1 2007-05-13 Use standard tree-diff function when showing diffstat for single commit Lars Hjemli
1b49de3c 2007-05-13 Add shared diff-handling functions Lars Hjemli
f5af0beb 2007-05-12 css: fix bad rendering in Internet Explorer Lars Hjemli
9f48df63 2007-05-11 Add links to enable downloading of tagged blobs Lars Hjemli
f596d10d 2007-05-11 Makefile: add support for building w.o. preinstalled git Lars Hjemli
dad80d1f 2007-05-11 Tag release v0.3 Lars Hjemli
5a217ed3 2007-05-11 Update README with submodule build info Lars Hjemli
ded9393b 2007-05-11 Add submodule links in tree listing Lars Hjemli
cc1dbd1b 2007-05-10 Add submodules.sh and use it during builds Lars Hjemli
e7434438 2007-05-10 Added git as a submodule Lars Hjemli
ca8eb8fc 2007-05-09 Add support for downloading single blobs Lars Hjemli
7250a154 2007-05-08 ui-view: show pathname if specified in querystring Lars Hjemli
61c3ca97 2007-05-08 Update to libgit 1.5.2-rc2 Lars Hjemli
66cacd05 2007-02-17 Layout update Lars Hjemli
ac70cb47 2007-02-08 Make snapshot feature configurable Lars Hjemli
ab2ab95f 2007-02-08 Add support for snapshots Lars Hjemli
14d360df 2007-02-05 cgit v0.2 Lars Hjemli
c52e8413 2007-02-04 Add support for prefix and gitsrc arguments to 'make' Lars Hjemli
74b0db95 2007-02-04 Update cgitrc template Lars Hjemli
8fb2f056 2007-02-04 Add support for lightweight tags Lars Hjemli
ce1c7336 2007-02-03 Read repo-info from /etc/cgitrc Lars Hjemli
ebd7b0fb 2007-02-03 Do not die if tag has no message Lars Hjemli
bb3e7950 2007-02-03 Fix search for non-virtual urls Lars Hjemli
66414b68 2007-01-28 Update README with install/config information Lars Hjemli
3c388a3b 2007-01-28 Add template for /etc/cgitrc Lars Hjemli
7dd50c98 2007-01-28 Add parameter to adjust max message length in log listings Lars Hjemli
d8b0cca2 2007-01-28 Set explicit font size Lars Hjemli
8596cda7 2007-01-28 Change global document layout Lars Hjemli
4a9dea5c 2007-01-28 Unified install path Lars Hjemli
777faf7e 2007-01-28 Cleanup table listings Lars Hjemli
447025f6 2007-01-17 Enable building with debuginfo Lars Hjemli
23734c5a 2007-01-17 Extend repo summary with tag list Lars Hjemli
a69061fd 2007-01-17 Add function cgit_parse_tag() Lars Hjemli
06c81d6f 2007-01-17 Add some more decls from git (cache.h, tag.h) Lars Hjemli
66091f93 2007-01-16 Handle empty/malformed commit messages Lars Hjemli
5cd2bf7e 2007-01-12 WIP: add paths/backlinks to tree/blobview Lars Hjemli
2c2047ff 2007-01-12 Remove troublesome chars from cachefile names Lars Hjemli
83a5f35a 2007-01-12 Move cache_prepare() to cgit Lars Hjemli
f98e7268 2007-01-05 Use long instead of int when converting from TTL to seconds Lars Hjemli
a6a11125 2007-01-05 Use TTL-settings even in nocache mode Lars Hjemli