git-repo-styles
Design documents for git.pablopie.xyz ✏️
commit.html (2786B)
1 <!DOCTYPE html> 2 <html><head> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4 <meta name="viewport" content="width=device-width, initial-scale=1"> 5 <title>My personal build of stagit 😸️ 6 </title> 7 <link rel="icon" type="image/svg" href="https://git.pablopie.xyz/icons/favicon.svg"> 8 <link rel="stylesheet" type="text/css" href="./styles.css"> 9 </head> 10 <body> 11 <header> 12 <nav> 13 <a href="https://git.pablopie.xyz/"> 14 <img aria-hidden="true" alt="Website logo" src="./favicon.svg"> 15 git.pablopie.xyz 16 </a> 17 </nav> 18 </header> 19 <main> 20 <h1>stagit</h1> 21 <p>My personal build of stagit 😸️ 22 </p> 23 <nav> 24 <ul> 25 <li>git clone: <a href="git://git.pablopie.xyz/stagit">git://git.pablopie.xyz/stagit</a></li> 26 <li><a href="https://git.pablopie.xyz/stagit/log.html">Log</a></li> 27 <li><a href="https://git.pablopie.xyz/stagit/files.html">Files</a></li> 28 <li><a href="https://git.pablopie.xyz/stagit/refs.html">Refs</a></li> 29 <li><a href="https://git.pablopie.xyz/stagit/README.html">README</a></li> 30 <li><a href="https://git.pablopie.xyz/stagit/file/LICENSE.html">LICENSE</a></li> 31 </ul> 32 </nav> 33 34 <article class="commit"> 35 <dl> 36 <dt>Commit</dt> 37 <dd><a href="https://git.pablopie.xyz/stagit/commit/e5de041edfb3ea18e977f152443dbdd9511cf385.html">e5de041edfb3ea18e977f152443dbdd9511cf385</a></dd> 38 <dt>Parent</dt> 39 <dd><a href="https://git.pablopie.xyz/stagit/commit/9ff045f26ddf8c842685334e9cb8cd3b951f7b5b.html">9ff045f26ddf8c842685334e9cb8cd3b951f7b5b</a></dd> 40 <dt>Author</dt> 41 <dd>Pablo <<a href="mailto:pablo-escobar@riseup.net">pablo-escobar@riseup.net</a>></dd> 42 <dt>Date</dt> 43 <dd><time>Mon, 29 Aug 2022 23:22:15 +0000</time></dd> 44 </dl> 45 <p>Fixed a bug in the index page</p> 46 </article> 47 48 <h2>Diffstat</h2> 49 50 <p>1 file changed, 1 insertion, 1 deletion</p> 51 52 <div class="table-container"> 53 <table> 54 <thead> 55 <tr> 56 <td>Status</td> 57 <td>File Name</td> 58 <td>N° Changes</td> 59 <td>Insertions</td> 60 <td align="right">Deletions</td> 61 </tr> 62 </thead> 63 <tbody> 64 <tr> 65 <td>Modified</td> 66 <td><a href="#h0">stagit-index.c</a></td> 67 <td>2</td> 68 <td>1</td> 69 <td>1</td> 70 </tr> 71 </tbody> 72 </table> 73 </div> 74 75 <div class="codeblock"> 76 <pre><b>diff --git a/<a id="h0" href="https://git.pablopie.xyz/stagit/file/stagit-index.c.html">stagit-index.c</a> b/<a href="https://git.pablopie.xyz/stagit/file/stagit-index.c.html">stagit-index.c</a></b> 77 <a href="#h0-0" id="h0-0" class="h">@@ -99,7 +99,7 @@ void writeheader(FILE *fp) 78 </a> fputs("</nav>\n", fp); 79 80 fputs("<main>\n", fp); 81 <a href="#h0-0-3" id="h0-0-3" class="d">- fputs("<div id=\"index\">\n", fp); 82 </a><a href="#h0-0-4" id="h0-0-4" class="i">+ fputs("<div class=\"article-list\">\n", fp); 83 </a> } 84 85 void writefooter(FILE *fp) 86 </pre> 87 </div> 88 89 </ul></main> 90 <footer>made with ❤️ by <a href="https://pablopie.xyz/">@pablo</a></footer> 91 92 93 </body></html>