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