{"id":142,"date":"2008-11-24T12:19:05","date_gmt":"2008-11-24T02:49:05","guid":{"rendered":"http:\/\/www.clearchain.com\/blog\/?p=142"},"modified":"2008-11-24T12:19:46","modified_gmt":"2008-11-24T02:49:46","slug":"cgit-upgrade-gitweb-retired","status":"publish","type":"post","link":"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired","title":{"rendered":"cgit upgrade &#038; gitweb retired"},"content":{"rendered":"<p>With<a href=\"http:\/\/hjemli.net\/git\/cgit\/\"> CGit<\/a> v0.8 supporting, atom feeds, patch targets and also the clone-url option, it&#8217;s time to finally rid ourselves of the memory hungry gitweb. Hence <a href=\"http:\/\/cgit.freedesktop.org\/\">cgit.fd.o<\/a> has been upgraded and gitweb been pointed to cgit.fd.o. There&#8217;s also a bucket load of redirects in place to support this. Hence all the old gitweb url&#8217;s should correctly translate into cgit urls.<\/p>\n<p><!--more--><\/p>\n<p>Here&#8217;s the url redirect list in case someone else wants to use cgit over gitweb (highly recommended)<\/p>\n<pre>&lt;VirtualHost *:80&gt;\r\n        ServerName gitweb2.freedesktop.org\r\n        ServerAdmin <a class=\"moz-txt-link-abbreviated\" href=\"mailto:sitewranglers@freedesktop.org\">sitewranglers@freedesktop.org<\/a>\r\n\r\n        CustomLog \/var\/log\/apache2\/gitweb.freedesktop.org-access.log combined\r\n        ErrorLog \/var\/log\/apache2\/gitweb.freedesktop.org-error.log\r\n\r\n        #\r\n        # Redirects mapping gitweb -&gt; cgit\r\n        #\r\n        # Gitweb uses get targets seperated by ;\r\n        #\r\n        # \/?...;...;...\r\n        #\r\n        # p = Project\r\n        # a = action ( blob, blob_plain, blobdiff, commitdiff, commit, shortlog, summary, tree, log, tag, history, rss)\r\n        # h = SHA Hash\r\n        # o = sort order\r\n        # hb= SHA Hash Tree Base\r\n        # hp= ?\r\n        # pg= page\r\n        # f= file\/dir\r\n        #\r\n        # Cgit uses the following:\r\n        #\r\n        # <em class=\"moz-txt-slash\"><span class=\"moz-txt-tag\">\/<\/span>project\/action<span class=\"moz-txt-tag\">\/<\/span><\/em>?...\r\n        #\r\n        # action ( commit, log, diff, tree, tag, patch  )\r\n        #\r\n        # id = SHA Hash\r\n        # id2 = SHA Hash\r\n        # h = head\r\n        #\r\n        # Translation rules\r\n        #\r\n        # Project is a straight redirect\r\n        # ---\r\n        # \/?p=([^.]+).git;       <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/$1\/\">http:\/\/cgit.freedesktop.org\/$1\/<\/a>\r\n        #\r\n        # Action requires a mapping\r\n        # ---\r\n        # a=(blob|tree) <em class=\"moz-txt-slash\"><span class=\"moz-txt-tag\">\/<\/span>tree<span class=\"moz-txt-tag\">\/<\/span><\/em>\r\n        # a=(blobdiff|commitdiff)       <em class=\"moz-txt-slash\"><span class=\"moz-txt-tag\">\/<\/span>diff<span class=\"moz-txt-tag\">\/<\/span><\/em>\r\n        # a=commit      <em class=\"moz-txt-slash\"><span class=\"moz-txt-tag\">\/<\/span>commit<span class=\"moz-txt-tag\">\/<\/span><\/em>\r\n        # a=(summary)   \/\r\n        # a=(shortlog|log|history)      <em class=\"moz-txt-slash\"><span class=\"moz-txt-tag\">\/<\/span>log<span class=\"moz-txt-tag\">\/<\/span><\/em>\r\n        # a=tag         <em class=\"moz-txt-slash\"><span class=\"moz-txt-tag\">\/<\/span>tag<span class=\"moz-txt-tag\">\/<\/span><\/em>\r\n        # a=blob_plain  <em class=\"moz-txt-slash\"><span class=\"moz-txt-tag\">\/<\/span>blob<span class=\"moz-txt-tag\">\/<\/span><\/em>\r\n        # a=rss    ?No CGIT Equivilant?\r\n        #\r\n        # Targets require mapping\r\n        # ---\r\n        # h=([^;]+)     id=$1\r\n        # f=([^;]+)     \/$1\r\n        # hb=([^;]+)    id2=$1\r\n        # hp([^;]+      id=$1\r\n        #\r\n        # Now putting it all together\r\n        #\r\n        RewriteEngine On\r\n        #RewriteLog \/tmp\/rewrite.log\r\n        #RewriteLogLevel 5\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=blob;h=([^;]+);hb=([^;]+);f=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/tree\/%5?id=%3;id2=%4\">http:\/\/cgit.freedesktop.org\/%1\/tree\/%5?id=%3;id2=%4<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=blob;hb=([^;]+);f=([^;]+)\r\n        RewriteRule ^\/$  <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/tree\/%4?id=%3\">http:\/\/cgit.freedesktop.org\/%1\/tree\/%4?id=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=tree;h=([^;]+);hb=([^;]+);f=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/tree\/%5?id=%4\">http:\/\/cgit.freedesktop.org\/%1\/tree\/%5?id=%4<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=tree;h=([^;]+);hb=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/tree\/?id=%4\">http:\/\/cgit.freedesktop.org\/%1\/tree\/?id=%4<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=tree;hb=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/tree\/?id=%3\">http:\/\/cgit.freedesktop.org\/%1\/tree\/?id=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=tree\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/tree\/\">http:\/\/cgit.freedesktop.org\/%1\/tree\/<\/a>? [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=blobdiff;h=([^;]+);hp=([^;]+);hb=([^;]+);f=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/diff\/%6?id2=%4;id=%3;id3=%5\">http:\/\/cgit.freedesktop.org\/%1\/diff\/%6?id2=%4;id=%3;id3=%5<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=commitdiff;h=([^;]+);hp=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/diff\/?id=%4;id2=%3\">http:\/\/cgit.freedesktop.org\/%1\/diff\/?id=%4;id2=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=commitdiff;h=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/diff\/?id=%3\">http:\/\/cgit.freedesktop.org\/%1\/diff\/?id=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=commit;h=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/commit\/?id=%3\">http:\/\/cgit.freedesktop.org\/%1\/commit\/?id=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=shortlog;h=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/log\/?id=%3\">http:\/\/cgit.freedesktop.org\/%1\/log\/?id=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=shortlog\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/log\/\">http:\/\/cgit.freedesktop.org\/%1\/log\/<\/a>? [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=log;h=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/log\/?id=%3\">http:\/\/cgit.freedesktop.org\/%1\/log\/?id=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=log\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/log\">http:\/\/cgit.freedesktop.org\/%1\/log<\/a>? [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=history;h=([^;]+);hb=([^;]+);f=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/log\/%5?id=%4\">http:\/\/cgit.freedesktop.org\/%1\/log\/%5?id=%4<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=history;h=([^;]+);hb=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/log\/?id=%4\">http:\/\/cgit.freedesktop.org\/%1\/log\/?id=%4<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=history;hb=([^;]+);f=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/log\/%4?id=%3\">http:\/\/cgit.freedesktop.org\/%1\/log\/%4?id=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=history;hb=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/log\/?id=%3\">http:\/\/cgit.freedesktop.org\/%1\/log\/?id=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=tag;h=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/tag\/?id=%4\">http:\/\/cgit.freedesktop.org\/%1\/tag\/?id=%4<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=blob_plain;h=([^;]+);f=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/blob\/%4?id=%3\">http:\/\/cgit.freedesktop.org\/%1\/blob\/%4?id=%3<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=blob_plain;f=([^;]+)\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/blob\/%4\">http:\/\/cgit.freedesktop.org\/%1\/blob\/%4<\/a> [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=rss\r\n        RewriteRule ^\/$ http:\/\/cgit.freedesktop.org\/%1\/atom? [R,L,NE]\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*;a=summary\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/\">http:\/\/cgit.freedesktop.org\/%1\/<\/a>? [R,L,NE]\r\n        #\r\n        # Fail safes incase nothing above matches, try at least to put the person in the project, els root of cgit\r\n        RewriteCond %{query_string} p=([^.]+)(\\.git)*.*\r\n        RewriteRule ^\/$ <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/%1\/\">http:\/\/cgit.freedesktop.org\/%1\/<\/a>? [R,L,NE]\r\n        RewriteRule ^.* <a class=\"moz-txt-link-freetext\" href=\"http:\/\/cgit.freedesktop.org\/\">http:\/\/cgit.freedesktop.org\/<\/a> [R,L,NE]\r\n&lt;\/VirtualHost&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>With CGit v0.8 supporting, atom feeds, patch targets and also the clone-url option, it&#8217;s time to finally rid ourselves of the memory hungry gitweb. Hence cgit.fd.o has been upgraded and gitweb been pointed to cgit.fd.o. There&#8217;s also a bucket load of redirects in place to support this. Hence all the old gitweb url&#8217;s should correctly<a href=\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired\"> <font size=-2>[..more..]<\/font><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[73,106,107,108],"class_list":["post-142","post","type-post","status-publish","format-standard","hentry","category-freedesktop","tag-apache","tag-cgit","tag-git","tag-rewrite"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>cgit upgrade &amp; gitweb retired - ClearChain<\/title>\n<meta name=\"description\" content=\"With CGit v0.8 supporting, atom feeds, patch targets and also the clone-url option, it&#039;s time to finally rid ourselves of the memory hungry gitweb. Hence\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Benjamin Close\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired\"},\"author\":{\"name\":\"Benjamin Close\",\"@id\":\"https:\/\/www.clearchain.com\/blog\/#\/schema\/person\/aef6faa2c32188398139db9270ca1c98\"},\"headline\":\"cgit upgrade &#038; gitweb retired\",\"datePublished\":\"2008-11-24T02:49:05+00:00\",\"dateModified\":\"2008-11-24T02:49:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired\"},\"wordCount\":88,\"commentCount\":12,\"keywords\":[\"apache\",\"cgit\",\"git\",\"rewrite\"],\"articleSection\":[\"FreeDesktop\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired\",\"url\":\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired\",\"name\":\"cgit upgrade & gitweb retired - ClearChain\",\"isPartOf\":{\"@id\":\"https:\/\/www.clearchain.com\/blog\/#website\"},\"datePublished\":\"2008-11-24T02:49:05+00:00\",\"dateModified\":\"2008-11-24T02:49:46+00:00\",\"author\":{\"@id\":\"https:\/\/www.clearchain.com\/blog\/#\/schema\/person\/aef6faa2c32188398139db9270ca1c98\"},\"description\":\"With CGit v0.8 supporting, atom feeds, patch targets and also the clone-url option, it's time to finally rid ourselves of the memory hungry gitweb. Hence\",\"breadcrumb\":{\"@id\":\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.clearchain.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"cgit upgrade &#038; gitweb retired\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.clearchain.com\/blog\/#website\",\"url\":\"https:\/\/www.clearchain.com\/blog\/\",\"name\":\"ClearChain\",\"description\":\"-= Daily Happenings =-\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.clearchain.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.clearchain.com\/blog\/#\/schema\/person\/aef6faa2c32188398139db9270ca1c98\",\"name\":\"Benjamin Close\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.clearchain.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/19dca0aa372edfa901b93c556dfda2e78ad4434558fe4d139598e086315d714a?s=96&d=mm&r=pg\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/19dca0aa372edfa901b93c556dfda2e78ad4434558fe4d139598e086315d714a?s=96&d=mm&r=pg\",\"caption\":\"Benjamin Close\"},\"sameAs\":[\"http:\/\/www.clearchain.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"cgit upgrade & gitweb retired - ClearChain","description":"With CGit v0.8 supporting, atom feeds, patch targets and also the clone-url option, it's time to finally rid ourselves of the memory hungry gitweb. Hence","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired","twitter_misc":{"Written by":"Benjamin Close","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired#article","isPartOf":{"@id":"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired"},"author":{"name":"Benjamin Close","@id":"https:\/\/www.clearchain.com\/blog\/#\/schema\/person\/aef6faa2c32188398139db9270ca1c98"},"headline":"cgit upgrade &#038; gitweb retired","datePublished":"2008-11-24T02:49:05+00:00","dateModified":"2008-11-24T02:49:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired"},"wordCount":88,"commentCount":12,"keywords":["apache","cgit","git","rewrite"],"articleSection":["FreeDesktop"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired","url":"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired","name":"cgit upgrade & gitweb retired - ClearChain","isPartOf":{"@id":"https:\/\/www.clearchain.com\/blog\/#website"},"datePublished":"2008-11-24T02:49:05+00:00","dateModified":"2008-11-24T02:49:46+00:00","author":{"@id":"https:\/\/www.clearchain.com\/blog\/#\/schema\/person\/aef6faa2c32188398139db9270ca1c98"},"description":"With CGit v0.8 supporting, atom feeds, patch targets and also the clone-url option, it's time to finally rid ourselves of the memory hungry gitweb. Hence","breadcrumb":{"@id":"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.clearchain.com\/blog\/posts\/cgit-upgrade-gitweb-retired#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.clearchain.com\/blog"},{"@type":"ListItem","position":2,"name":"cgit upgrade &#038; gitweb retired"}]},{"@type":"WebSite","@id":"https:\/\/www.clearchain.com\/blog\/#website","url":"https:\/\/www.clearchain.com\/blog\/","name":"ClearChain","description":"-= Daily Happenings =-","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.clearchain.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.clearchain.com\/blog\/#\/schema\/person\/aef6faa2c32188398139db9270ca1c98","name":"Benjamin Close","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.clearchain.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/19dca0aa372edfa901b93c556dfda2e78ad4434558fe4d139598e086315d714a?s=96&d=mm&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/19dca0aa372edfa901b93c556dfda2e78ad4434558fe4d139598e086315d714a?s=96&d=mm&r=pg","caption":"Benjamin Close"},"sameAs":["http:\/\/www.clearchain.com"]}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/posts\/142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/comments?post=142"}],"version-history":[{"count":3,"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/posts\/142\/revisions"}],"predecessor-version":[{"id":145,"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/posts\/142\/revisions\/145"}],"wp:attachment":[{"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/media?parent=142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/categories?post=142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.clearchain.com\/blog\/wp-json\/wp\/v2\/tags?post=142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}