{"id":25453173,"url":"https://github.com/nlopes/cgit","last_synced_at":"2025-11-02T06:30:37.100Z","repository":{"id":142334398,"uuid":"2848616","full_name":"nlopes/cgit","owner":"nlopes","description":"a web frontend for git repositories - this is my own fork with changes to provide charts in the stats page","archived":false,"fork":false,"pushed_at":"2012-03-01T03:36:54.000Z","size":848,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-13T08:31:11.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hjemli.net/git/cgit/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nlopes.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-25T09:11:49.000Z","updated_at":"2023-03-13T08:35:42.779Z","dependencies_parsed_at":"2023-03-13T10:10:00.022Z","dependency_job_id":null,"html_url":"https://github.com/nlopes/cgit","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlopes%2Fcgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlopes%2Fcgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlopes%2Fcgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlopes%2Fcgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlopes","download_url":"https://codeload.github.com/nlopes/cgit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239384733,"owners_count":19629509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-17T23:49:31.415Z","updated_at":"2025-02-17T23:49:35.267Z","avatar_url":"https://github.com/nlopes.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n                       cgit - cgi for git\n\n\nThis is an attempt to create a fast web interface for the git scm, using a\nbuiltin cache to decrease server io-pressure.\n\n\nInstallation\n\nBuilding cgit involves building a proper version of git. How to do this\ndepends on how you obtained the cgit sources:\n\na) If you're working in a cloned cgit repository, you first need to\ninitialize and update the submodules:\n\n  $ git submodule init     # register the git/d3 submodule in .git/config\n  $ $EDITOR .git/config    # if you want to specify a different url for git/d3\n  $ git submodule update   # clone/fetch and checkout correct git version\n\nb) If you're building from a cgit tarball, you can download a proper git/d3\nversion like this:\n\n  $ make get-git\n  $ make get-d3\n\nWhen either a) or b) has been performed, you can build and install cgit like\nthis:\n\n  $ make\n  $ sudo make install\n\nThis will install cgit.cgi and cgit.css into \"/var/www/htdocs/cgit\". You can\nconfigure this location (and a few other things) by providing a \"cgit.conf\"\nfile (see the Makefile for details).\n\n\nDependencies:\n  -git 1.7.4\n  -zip lib\n  -crypto lib\n  -openssl lib\n\n\nApache configuration\n\nA new Directory-section must probably be added for cgit, possibly something\nlike this:\n\n  \u003cDirectory \"/var/www/htdocs/cgit/\"\u003e\n      AllowOverride None\n      Options +ExecCGI\n      Order allow,deny\n      Allow from all\n  \u003c/Directory\u003e\n\n\nRuntime configuration\n\nThe file /etc/cgitrc is read by cgit before handling a request. In addition\nto runtime parameters, this file may also contain a list of repositories\ndisplayed by cgit (see cgitrc.5.txt for further details).\n\n\nThe cache\n\nWhen cgit is invoked it looks for a cachefile matching the request and\nreturns it to the client. If no such cachefile exist (or if it has expired),\nthe content for the request is written into the proper cachefile before the\nfile is returned.\n\nIf the cachefile has expired but cgit is unable to obtain a lock for it, the\nstale cachefile is returned to the client. This is done to favour page\nthroughput over page freshness.\n\nThe generated content contains the complete response to the client, including\nthe http-headers \"Modified\" and \"Expires\".\n\n\nOnline presence\n\n* The cgit homepage is hosted by cgit at http://hjemli.net/git/cgit/about\n\n* Patches, bugreports, discussions and support should go to the cgit\n  mailing list: cgit@hjemli.net\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlopes%2Fcgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlopes%2Fcgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlopes%2Fcgit/lists"}