summary refs log tree commit diff
path: root/cgit.css (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-03Use GIT-1.5.3.5Lars Hjemli2-1/+1
2007-11-03Don't include current SHA1 in 'log' menu-itemLars Hjemli1-2/+2
2007-11-03Don't include current path in menu linksLars Hjemli1-3/+2
2007-11-03Fix search form action/hidden fieldsLars Hjemli1-18/+24
2007-11-03Add search parameters to cgit_log_linkLars Hjemli6-8/+21
2007-11-03Fix typo in cssShunichi Fuji1-1/+1
2007-10-30Change the cgit layoutLars Hjemli7-197/+231
2007-10-30Add config param 'index-info'Lars Hjemli2-0/+4
2007-10-28Teach cgit_object_link() about tag objectsLars Hjemli1-0/+3
2007-10-28Make print_branch() handle refs not pointing at commitsLars Hjemli1-5/+11
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli7-9/+39
2007-10-28Add html_option() functionLars Hjemli2-0/+13
2007-10-27cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli1-2/+2
2007-10-27Cleanup code introduced by the filter-refs topicLars Hjemli1-30/+19
2007-10-27Add links to the new refs page from summary pageLars Hjemli3-0/+21
2007-10-27Add support for refs viewLars Hjemli5-2/+37
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli2-2/+4
2007-10-27Add descriptions of summary-branches and summary-tags to cgitrcLars Hjemli1-0/+10
2007-10-27Add support for config param summary-branchesLars Hjemli3-3/+32
2007-10-27Move logic for age comparision from cmp_tag_age into cmp_age()Lars Hjemli1-8/+13
2007-10-27Add support for config param summary-tagsLars Hjemli3-3/+11
2007-10-27Sort tags by ageLars Hjemli1-0/+18
2007-10-27Use reflist to print tag infoLars Hjemli1-17/+19
2007-10-27Use reflist to print branch infoLars Hjemli1-14/+16
2007-10-27Add functions and types for ref listsLars Hjemli2-0/+60
2007-10-27Skip unknown header fields when parsing tags and commitsLars Hjemli1-0/+6
2007-10-05correct typo in CSSMichael Krelin1-1/+1
2007-10-01Use git-1.5.3.3Lars Hjemli2-1/+1
2007-10-01cgit.css: make diff headers more visibleLars Hjemli1-1/+6
2007-10-01ui-diff: add links to pre- and postversion of blobsLars Hjemli1-16/+26
2007-10-01gen-version.sh: don't sed the output from git describeLars Hjemli1-1/+1
2007-10-01css: remove the annoying tr:hover rule for diffstatLars Hjemli1-4/+0
2007-10-01ui-commit.c: link to diff instead of tree from diffstatLars Hjemli1-2/+2
2007-10-01Add prefix parameter to cgit_print_diff()Lars Hjemli3-4/+4
2007-10-01Add prefix parameter to cgit_diff_tree()Lars Hjemli3-5/+11
2007-09-25Add support for a renamelimit option in cgitrcLars Hjemli2-0/+11
2007-09-20cgit v0.6.3 v0.6.3Lars Hjemli1-1/+1
2007-09-20Upgrade to GIT 1.5.3.2Lars Hjemli2-1/+1
2007-09-20Use trim_end() to remove trailing slashesLars Hjemli1-3/+3
2007-09-20Remove a few compiler warningsLars Hjemli2-2/+3
2007-09-20Add cgit.conf to .gitignore, remove *~Lars Hjemli1-1/+1
2007-09-20ui-tree: show last line of blobLars Hjemli1-2/+5
2007-09-19ui-tree: specify parameter position for all htmlf formatsLars Hjemli1-1/+1
2007-09-14fixed typo in cgitrcMichael Krelin1-1/+1
2007-09-09Improve the sample cgitrc fileChris Pickel1-12/+51
2007-09-08cgit v0.6.2 v0.6.2Lars Hjemli1-1/+1
2007-09-08Revert part of "Makefile: add support for DESTDIR"Lars Hjemli1-3/+3
2007-09-08Revert "Makefile: add missing references to DESTDIR"Lars Hjemli1-2/+2
2007-09-08cgit v0.6.1 v0.6.1Lars Hjemli2-2/+2
2007-09-08Makefile: add missing references to DESTDIRLars Hjemli1-2/+2
2007-09-08Make cgit honor CACHE_ROOT as defined in MakefileChris Pickel2-1/+2
2007-09-08Makefile: add support for DESTDIRChris Pickel1-7/+7
2007-09-04cgit v0.6 v0.6Lars Hjemli1-2/+2
2007-09-04Update READMELars Hjemli1-18/+39
2007-09-04Set xdemitconf_t.findfunc=NULLLars Hjemli1-0/+1
2007-09-03Use git-1.5.3 as submoduleLars Hjemli1-0/+0
2007-09-03Delete submodules.sh and prepare for using git-submoduleLars Hjemli2-186/+3
2007-09-03Makefile: add target "get-git"Lars Hjemli1-1/+6
2007-09-03Rewrite the makefile + gen-version.shLars Hjemli2-67/+55
2007-07-23ui-snapshot: whitespace/formatting cleanupLars Hjemli1-23/+23
2007-07-23Make ui-tag.c generate valid xhtmlLars Hjemli1-1/+1
2007-07-23Add support for line number in url fragmentLars Hjemli2-1/+10
2007-07-23cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli5-21/+41
2007-07-22Add ui-tag.cLars Hjemli7-32/+111
2007-07-21link raw blob from tree file viewMichael Krelin1-0/+4
2007-07-21fix: changed view link to blob in summary.Michael Krelin1-1/+1
2007-07-21allow selective enabling of snapshotsMichael Krelin6-15/+48
2007-07-21shorten snapshot names to repo basenameMichael Krelin2-2/+3
2007-07-21introduce cgit_repobasenameMichael Krelin2-0/+26
2007-07-21added snapshot filename to the linkMichael Krelin3-5/+16
2007-07-21add plain uncompressed tar snapshort formatMichael Krelin1-1/+2
2007-07-21introduced .tar.bz2 snapshotsMichael Krelin1-31/+42
2007-07-20compress .tar.gz using gzip as a filterMichael Krelin1-1/+37
2007-07-20added a chk_non_negative checkMichael Krelin2-0/+8
2007-07-18css: adjust vertical-align of commit info th cellsMichael Krelin1-0/+1
2007-07-18add support for snapshot tarballsMichael Krelin4-37/+55
2007-07-03make gen-version.sh run even if . is not in PATHMichael Krelin1-1/+1
2007-07-03make config adjustable via env variable CGIT_CONFIGMichael Krelin1-1/+3
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli6-16/+30
2007-06-26Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli3-2/+25
2007-06-26Do not include current path in the "tree" menu linkLars Hjemli1-1/+1
2007-06-19Add setting to enable/disable extra links on index pageLars Hjemli4-12/+31
2007-06-18Change S/L/T to summary/log/treeLars Hjemli3-9/+10
2007-06-18Change "files" to "tree"Lars Hjemli2-2/+2
2007-06-18Include querystring as part of cached filename for repo summary pageLars Hjemli1-4/+6
2007-06-18Add version info from git-describeLars Hjemli7-16/+27
2007-06-18Add more menuitems on repo pagesLars Hjemli2-16/+49
2007-06-17Add cgit_diff_link()Lars Hjemli6-69/+75
2007-06-17ui-commit: use cgit_commit_link() for parent linksLars Hjemli1-6/+4
2007-06-17ui-log: honor id=sha1 on querystringLars Hjemli2-1/+4
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli7-18/+31
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli5-20/+24
2007-06-17ui-tree: html/css cleanupLars Hjemli2-23/+12
2007-06-17ui-shared: use strcmp() to compare stringsLars Hjemli1-2/+2
2007-06-17Add and use cgit_tree_link()Lars Hjemli5-38/+107
2007-06-16ui-tree: make blob viewer generate valid htmlLars Hjemli1-1/+0
2007-06-16ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli8-112/+174
2007-06-07cgit.css: make it validateLars Hjemli1-8/+7
2007-06-06ui-diff: close td/tr/table properlyLars Hjemli1-0/+2
2007-06-05ui-diff: emit table/tr/td at better locationsLars Hjemli1-9/+7
2007-06-04Rename dirlink to gitlink.Jeffrey C. Ollie3-7/+7
2007-05-31Implemented configurable HEAD shortlog on summary page.Ondrej Jirman4-1/+16
2007-05-31Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman1-0/+3
2007-05-31Add option to disable pager to cgit_print_log().Ondrej Jirman3-16/+18
2007-05-31Handle single-line and empty commit subjectsOndrej Jirman1-3/+8
2007-05-31Use & instead of & in URLs.Ondrej Jirman6-13/+13
2007-05-31Fixed unexpected tags in html output.Ondrej Jirman3-6/+7
2007-05-24cgit v0.5 v0.5Lars Hjemli1-1/+1
2007-05-24Bad html: it's nice to add alt-attributesLars Hjemli1-1/+1
2007-05-24Bad html: <form> should have an action-attributeLars Hjemli1-1/+1
2007-05-24Close a <tr> properlyLars Hjemli1-1/+1
2007-05-23Add repo.readme parameterLars Hjemli5-15/+23
2007-05-23Remove unused variable from ui-repolist.c:read_agefile()Lars Hjemli1-1/+0
2007-05-22Show time since last change on index pageLars Hjemli3-1/+43
2007-05-22Use cgit_print_age() on summary and log pagesLars Hjemli2-10/+6
2007-05-22Add cgit_print_age() functionLars Hjemli5-8/+94
2007-05-21css: make column headings boldLars Hjemli1-1/+1
2007-05-21Make frontpage friendlierLars Hjemli2-15/+43
2007-05-20Adjust apperance of repogroup headersLars Hjemli1-1/+1
2007-05-20Use git-1.5.2Lars Hjemli2-5/+3
2007-05-19Teach cgit howto include an external file on index page.Lars Hjemli3-0/+9
2007-05-18Add html_include()Lars Hjemli2-0/+15
2007-05-18Don't highlight repogroup headingsLars Hjemli1-1/+1
2007-05-18Teach cgit how to group repositories by categoryLars Hjemli4-0/+21
2007-05-18Don't be fooled by trailing '/' in url-parameterLars Hjemli1-1/+2
2007-05-18cache_safe_filename() needs more buffersLars Hjemli1-4/+9
2007-05-18Enable url=value querystring parameterLars Hjemli6-40/+98
2007-05-18Add lookup-function for valid repo commandsLars Hjemli2-0/+24
2007-05-18Move cgit_get_repoinfo into shared.cLars Hjemli3-14/+14
2007-05-18Remove unused extern declarations from cgit.hLars Hjemli1-4/+0
2007-05-18Add knobs to enable/disable files/lines changed in log viewLars Hjemli4-13/+48
2007-05-16Restrict length of repo description on repolist pageLars Hjemli4-1/+9
2007-05-16Don't die when diffing trees with subprojectsLars Hjemli1-19/+43
2007-05-16Do not wrap filemode column in diffstat tableLars Hjemli1-0/+4
2007-05-16Add C D L and T links to index pageLars Hjemli1-1/+15
2007-05-16Make git_pageurl handle NULL querystringsLars Hjemli1-2/+6
2007-05-16Add support for tree listing via h parameterLars Hjemli1-0/+10
2007-05-16Add link to commitdiff below diffstatLars Hjemli2-2/+10
2007-05-16Add support for commitdiff via h parameterLars Hjemli3-7/+21
2007-05-16Change commit-view to expect h parameter, not idLars Hjemli4-10/+13
2007-05-16Enable default value for head parameterLars Hjemli3-14/+7
2007-05-15Restrict deep nesting of configfilesLars Hjemli1-4/+6
2007-05-15Include cgit.conf in MakefileLars Hjemli1-0/+5
2007-05-15ui-diff: show /dev/null as filename for add/deleteLars Hjemli1-1/+4
2007-05-15Use tables and css to create the diffstat graph, fix scalingLars Hjemli5-15/+27
2007-05-15Do not alter incoming sha1 when handling the download refs.Lars Hjemli1-2/+5
2007-05-15Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli5-4/+9
2007-05-15ui-shared.c: fix whitespace breakageLars Hjemli1-6/+5
2007-05-15Show tag heading even if first tag is of the lightweight kindLars Hjemli1-13/+19
2007-05-15Specify static storage class for file-local declarationsLars Hjemli2-11/+11
2007-05-14Add include-parameter to config filesLars Hjemli3-8/+15
2007-05-14Let makefile override the configfile locationLars Hjemli2-5/+8
2007-05-14cgit.c: fix whitespace breakageLars Hjemli1-7/+7
2007-05-14cgit.css: try to make diffs look a little bit nicerLars Hjemli2-13/+32
2007-05-14cgit.css: try do make diffstat a little bit nicerLars Hjemli1-4/+3
2007-05-14Add log filtering by path and link to it from tree viewLars Hjemli6-13/+37
2007-05-13cgit v0.4 v0.4Lars Hjemli1-1/+1
2007-05-13Add commitdiff between commit and each of it's parentLars Hjemli5-10/+63
2007-05-13Add graphical diffstat to commit viewLars Hjemli5-33/+130
2007-05-13Add max-commit-count parameter to cgitrcLars Hjemli4-2/+10
2007-05-13Show number of changed lines in log viewLars Hjemli1-1/+11
2007-05-13Simplify ui-diff.c using the new file-level diff interfaceLars Hjemli1-86/+2
2007-05-13Add standard interface for file diff functionsLars Hjemli2-0/+86
2007-05-13Show number of changed files in log viewLars Hjemli1-2/+15
2007-05-13Use standard tree-diff function when showing diffstat for single commitLars Hjemli1-51/+15
2007-05-13Add shared diff-handling functionsLars Hjemli2-2/+50
2007-05-12css: fix bad rendering in Internet ExplorerLars Hjemli1-2/+7
2007-05-11Add links to enable downloading of tagged blobsLars Hjemli2-9/+85
2007-05-11Makefile: add support for building w.o. preinstalled gitLars Hjemli1-1/+13
2007-05-11Tag release v0.3 v0.3Lars Hjemli1-1/+1
2007-05-11Update README with submodule build infoLars Hjemli1-13/+39
2007-05-11Add submodule links in tree listingLars Hjemli6-12/+27
2007-05-11Add submodules.sh and use it during buildsLars Hjemli3-13/+222
2007-05-11Added git as a submoduleLars Hjemli2-1/+1
2007-05-09Add support for downloading single blobsLars Hjemli5-3/+47
2007-05-08ui-view: show pathname if specified in querystringLars Hjemli3-5/+10
2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli9-837/+50
2007-02-21Layout updateLars Hjemli9-32/+127
2007-02-08Make snapshot feature configurableLars Hjemli5-6/+22
2007-02-08Add support for snapshotsLars Hjemli8-8/+153
2007-02-05cgit v0.2 v0.2Lars Hjemli1-1/+1
2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2-15/+37
2007-02-04Update cgitrc templateLars Hjemli1-21/+32
2007-02-04Add support for lightweight tagsLars Hjemli2-19/+37
2007-02-04Read repo-info from /etc/cgitrcLars Hjemli5-55/+120
2007-02-04Do not die if tag has no messageLars Hjemli1-2/+2
2007-02-03Fix search for non-virtual urlsLars Hjemli1-0/+6
2007-01-28Update README with install/config informationLars Hjemli