summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-07issues: Request internationalization.Arun Isaac
2022-07-07issues: Request pagination of search results in the web UI.Arun Isaac
2022-07-07issue: Parse known keys in list lines even if they are long.Arun Isaac
2022-07-07tests: Add tests.Arun Isaac
2022-07-07issue: Comment on list-line->alist cond ladder.Arun Isaac
2022-07-07issue: Rename hashtable-append! to hashtable-prepend!.Arun Isaac
2022-07-06website: Add home page.Arun Isaac
2022-07-06bin: Print out filenames when building website.Arun Isaac
2022-07-06bin: Allow everyone to read built website.Arun Isaac
2022-07-06bin: Look for a default config file.Arun Isaac
2022-07-05tissue.scm: Export issue files to HTML.Arun Isaac
2022-07-05tissue: Deprecate tag listings configuration.Arun Isaac
2022-07-05tissue: Delay default value of #:web-files.Arun Isaac
2022-07-05bin: Refer to %xapian-index, not db-path, in main function.Arun Isaac
2022-07-05issues: Request inline image rendering feature.Arun Isaac
2022-07-05tissue.scm: Add tissue.scm.Arun Isaac
2022-07-05bin: Guard main function against all git errors.Arun Isaac
2022-07-05git: Add condition-git-error utility.Arun Isaac
2022-07-05bin: Do not error out when current repository is not found.Arun Isaac
2022-07-05web: server: Serve static files too.Arun Isaac
2022-07-05web: server: Error out on unknown host.Arun Isaac
2022-07-05bin: Centralize `tissue pull' and `tissue run-web' configuration.Arun Isaac
2022-07-05bin: Set css host parameter by parameterizing the current repo.Arun Isaac
2022-07-05bin: Pass configuration file to `tissue run-web' as an option.Arun Isaac
2022-07-05web: server: Pass state directory to web server.Arun Isaac
2022-07-05bin: Move stale index checks to main function.Arun Isaac
2022-07-04bin: Add `tissue pull' subcommand.Arun Isaac
2022-07-04git: Bind git_reference_set_target from libgit2.Arun Isaac
2022-07-04git: Bind git_reference_symbolic_target from libgit2.Arun Isaac
2022-07-04utils: Add call-with-temporary-directory utility.Arun Isaac
2022-07-04web: static: When building website, accept port to log to.Arun Isaac
2022-07-04web: static: Deprecate mkdir-p in favor of guile-filesystem.Arun Isaac
2022-07-04bin: Deprecate delete-directory in favor of guile-filesystem.Arun Isaac
2022-07-04git: Add %current-git-repository parameter.Arun Isaac
2022-07-04git: Implement git-top-level in terms of current-git-repository.Arun Isaac
2022-07-04git: Implement current-git-repository using repository-open-ext.Arun Isaac
2022-07-04git: Add clone-options utility.Arun Isaac
2022-07-04bin: Separate out indexing into new function.Arun Isaac
2022-07-04bin: Generalize delete-xapian-index to delete-directory.Arun Isaac
2022-07-04bin: Unmemoize load-config.Arun Isaac
2022-07-03git: Fill git-top-level docstring.Arun Isaac
2022-07-03bin: Correctly support REPL listening on TCP socket.Arun Isaac
2022-07-03bin: Print Unix socket path, not port, for REPL listening on it.Arun Isaac
2022-07-03issue: Use string-remove-prefix from (tissue utils).Arun Isaac
2022-07-03conditions: Deprecate &issue-file-not-found-error.Arun Isaac
2022-07-03tissue: Read files from git repository, not from the working tree.Arun Isaac
2022-07-03git: Add call-with-file-in-git utility.Arun Isaac
2022-07-03git: Find git tracked files from HEAD, not from index.Arun Isaac
2022-07-01web: server: Make CSS a host-specific parameter.Arun Isaac
2022-07-01bin: Do not build index or parameterize for `tissue run-web'.Arun Isaac