]> git.armaanb.net Git - stagit.git/commitdiff
fix link in stagit-index, update documentation, add TODO
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 3 Jan 2016 21:42:00 +0000 (22:42 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 3 Jan 2016 21:42:00 +0000 (22:42 +0100)
TODO
stagit-index.c
stagit.1

diff --git a/TODO b/TODO
index 4f590e993923bcb79406ddb94eba29ae1c9192a7..c7c3e47679d8133c69c9febb65cc81b1c16e0fa1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,9 +2,13 @@ performance:
 - optimize git_diff_get_stats.
 - speed up generating files.
 
+cleanup:
+- simplify writebranches and writetags, just use git_reference_*,
+  it should kill some lines.
+
 layout:
 - make top menu look nicer in links/lynx again.
-- show tags in log.
+? show tags in log.
 
 documentation:
 - improve mandoc pages.
index 356f08c316733a61d5bee911f5faef9c3436ef17..9e2b2c0fc618dc993bf8ed8b398709454c222fc4 100644 (file)
@@ -145,7 +145,7 @@ writelog(FILE *fp)
 
        fputs("<tr><td><a href=\"", fp);
        xmlencode(fp, name, strlen(name));
-       fputs("/log.html\">", fp);
+       fputs("/log/HEAD.html\">", fp);
        xmlencode(fp, name, strlen(name));
        fputs("</a></td><td>", fp);
        xmlencode(fp, description, strlen(description));
index a87545099acb5d46cbd4cc46ba6a38b9c6c0d537..20035376aafed46fb3f2771473f7feb32d6f07a0 100644 (file)
--- a/stagit.1
+++ b/stagit.1
@@ -17,9 +17,11 @@ to the current directory. The following files will be written:
 Atom XML feed
 .It files.html
 List of files in the latest HEAD commit, linking to the file.
-.It log.html
+.It log/HEAD.html
 List of commits in order of most recent to old of the commits (top to bottom),
 each commit links to a page with a diff and diffstat of the commit.
+.It refs.html
+Lists references of the repository such as branches and tags.
 .El
 .Pp
 For each file in HEAD a file will be written in the format: