Refactor committags support, fix BUG(868) properly
[git/jnareb-git.git] / README
blob6d44a13cb7b2326997a3edfc1d06cd0549acf777
1 GIT web Interface
3 *** NOTE ***
4 This version of gitweb was modified for use by the XMMS2 project and is not
5 the official version by Kay Sievers. For more info, contact eleusis@xmms.org
7 Changes incude:
8 - Support for commit snapshots
9   - You need to set the appropriate configuration variables in
10     snapshot.cgi in order to use that script.
11 - Support for commit tags (http://wiki.xmms2.xmms.se/index.php/ChangeLog_Format)
12 - Refactored navbar
13 - Grouping of projects by category in the project list (via $GIT_DIR/category)
14 - Code syntax highlighting (requires 'highlight' utility by André Simon - http://www.andre-simon.de/doku/highlight/en/highlight.html)
15 - Support for anchors at lines with function definitions and variable 
16 declarations using etags (tested with exuberant-ctags in etags mode) in blob
17 view. For example, http://git.xmms.se/?p=xmms2-devel.git;a=blob;h=d5c558e3b2b2885566083b99f8fcbc6d2f1476e6;hb=3474a907ac32739a2f1e296de7de261dc137c849;f=src/xmms/plsplugins.c#xmms_playlist_plugin_verify
18 To use this feature, set the $etagsbin variable to the command used to run
19 etags; to disable it, set it to "" (empty string).
21 *** Original README follows ***
23 The one working on:
24   http://www.kernel.org/git/
26 Get the gitweb.cgi by ftp:
27   ftp://ftp.kernel.org/pub/software/scm/gitweb/
29 It reqires the git-core binaries installed on the system:
30   http://www.kernel.org/git/?p=git/git.git;a=summary
32 The gitweb repository is here:
33   http://www.kernel.org/git/?p=git/gitweb.git;a=summary
35 Any comment/question/concern to:
36   Kay Sievers <kay.sievers@vrfy.org>