[ANNOUNCE] cgit v0.6
Lars Hjemli
hjemli at gmail.com
Wed Aug 31 22:00:05 BST 2011
cgit v0.6 (a fast web interface for git) is now available for download:
tarballs - http://hjemli.net/git/cgit
cloning - git://hjemli.net/pub/git/cgit
It's been a while since the last release, so here's a summary of the changes:
* improved site navigation
* improved tree/source browser
* support for shortlog on summary page
* support for multiple snapshot formats (tar.gz, tar.bz, zip)
* support for specifying configfile via environment (great for testing)
* uses git 1.5.3 as a submodule
* bug-fixes
Note: Please take a look at the README
(http://hjemli.net/git/cgit/tree/README) for build instructions,
especially regarding the git subdirectory. And if you've built a
previous version of cgit and provided an override for "prefix" in
cgit.conf, please s/prefix/CGIT_SCRIPT_PATH/ in your cgit.conf before
running "make install".
--
Shortlog since v0.5:
Jeffrey C. Ollie (1):
Rename dirlink to gitlink.
Lars Hjemli (34):
ui-diff: emit table/tr/td at better locations
ui-diff: close td/tr/table properly
cgit.css: make it validate
ui-tree: unify with ui-view, use path to select tree/blob
ui-tree: make blob viewer generate valid html
Add and use cgit_tree_link()
ui-shared: use strcmp() to compare strings
ui-tree: html/css cleanup
Add git_log_link() and fix bug in generic repolink function
Add cgit_commit_link() + support for id=sha1 to commit view
ui-log: honor id=sha1 on querystring
ui-commit: use cgit_commit_link() for parent links
Add cgit_diff_link()
Add more menuitems on repo pages
Add version info from git-describe
Include querystring as part of cached filename for repo summary page
Change "files" to "tree"
Change S/L/T to summary/log/tree
Add setting to enable/disable extra links on index page
Do not include current path in the "tree" menu link
Add trim_end() and use it to remove trailing slashes from repo paths
Add ofs argument to cgit_log_link and use it in ui-log.c
Add ui-tag.c
cgit_print_snapshot_links: use url to specify snapshot name
Add support for line number in url fragment
Make ui-tag.c generate valid xhtml
ui-snapshot: whitespace/formatting cleanup
Rewrite the makefile + gen-version.sh
Makefile: add target "get-git"
Delete submodules.sh and prepare for using git-submodule
Use git-1.5.3 as submodule
Set xdemitconf_t.findfunc=NULL
Update README
cgit v0.6
Michael Krelin (14):
make config adjustable via env variable CGIT_CONFIG
make gen-version.sh run even if . is not in PATH
add support for snapshot tarballs
css: adjust vertical-align of commit info th cells
added a chk_non_negative check
compress .tar.gz using gzip as a filter
introduced .tar.bz2 snapshots
add plain uncompressed tar snapshort format
added snapshot filename to the link
introduce cgit_repobasename
shorten snapshot names to repo basename
allow selective enabling of snapshots
fix: changed view link to blob in summary.
link raw blob from tree file view
Ondrej Jirman (6):
Fixed unexpected tags in html output.
Use & instead of & in URLs.
Handle single-line and empty commit subjects
Add option to disable pager to cgit_print_log().
Check for NULL commit buffer in cgit_parse_commit()
Implemented configurable HEAD shortlog on summary page.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the git-announce
mailing list