summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-25bin: Unbolden issue keywords and show them all on blue.Arun Isaac
2022-06-25bin: Add search subcommand.Arun Isaac
2022-06-25bin: Index issues using xapian.Arun Isaac
2022-06-25bin: Print issue filename.Arun Isaac
2022-06-25bin: Do not print issue number.Arun Isaac
2022-06-25bin: Underline issue title when printing.Arun Isaac
2022-06-25bin: Deprecate `tissue edit' subcommand.Arun Isaac
2022-06-25bin: Expect filename arguments to `tissue show'.Arun Isaac
2022-06-25issue: Add serialization and deserialization functions.Arun Isaac
2022-06-25bin: Use (term ansi-color) instead of rolling our own.Arun Isaac
2022-06-23pre-inst-env: Add pre-installation environment script.Arun Isaac
2022-06-23Makefile: Disable auto-compile when building guile source.Arun Isaac
2022-06-23utils: Deprecate call-with-input-pipe.Arun Isaac
2022-06-23issue: Lookup commits affecting file using guile-git.Arun Isaac
2022-06-23git: Add commit-date utility function.Arun Isaac
2022-06-23git: Bind git_diff_find_similar from libgit2.Arun Isaac
2022-06-23git: Pass repository argument to git-tracked-files.Arun Isaac
2022-06-23git: Add current-git-repository utility function.Arun Isaac
2022-06-23issue: Remove relative date fields.Arun Isaac
2022-06-23web: Do not use relative dates.Arun Isaac
2022-06-23bin: Wean off git's relative dates.Arun Isaac
2022-06-22bin: Deprecate tissue news subcommand.Arun Isaac
2022-06-22git: Implement git-tracked-files using guile-git.Arun Isaac
2022-06-22bin: Run with the top-level directory as the current directory.Arun Isaac
2022-06-22utils: Add call-with-current-directory utility function.Arun Isaac
2022-04-22bin: Add tissue repl subcommand.Arun Isaac
2022-04-14tissue: Add #:issue-files configuration parameter.Arun Isaac
2022-04-14gitignore: Add gitignore.Arun Isaac
2022-04-14Makefile: Add clean target.Arun Isaac
2022-04-09scripts: Do not auto-compile the tissue script.Arun Isaac
2022-04-06git: Implement git-top-level independent of the git command.Arun Isaac
2022-04-06web: Introduce <file> objects for web export.Arun Isaac
2022-04-05git: Abstract out git-top-level.Arun Isaac
2022-04-05git: Abstract out `git ls-files'.Arun Isaac
2022-04-05issue: Sort authors in lexicographic order.Arun Isaac
2022-03-23bin: Pass the tissue -> `tissue list' alias through main again.Arun Isaac
2022-03-18issue: Build list of authors from list of issues.Arun Isaac
2022-03-18issue: Arrange posts oldest first.Arun Isaac
2022-03-18issue: Add authors function returning all authors.Arun Isaac
2022-03-18issue: Resolve authors and assignees using aliases.Arun Isaac
2022-03-18tissue: Introduce aliases in configuration.Arun Isaac
2022-03-18bin: Abstract out the loading of the configuration file.Arun Isaac
2022-03-18utils: Move memoize-thunk to utils.Arun Isaac
2022-03-18web: Display task lists in web issue listings.Arun Isaac
2022-03-18issue: Record all commits affecting a file, not just how many.Arun Isaac
2022-03-18issue: Refactor out repeated use of assq-ref.Arun Isaac
2022-03-18issue: Follow files across renames.Arun Isaac
2022-03-18issue: Ignore case of keywords.Arun Isaac
2022-03-18issue: Rename issue-open to issue-open?.Arun Isaac
2022-03-18issue: Replace delete-duplicates with lset-adjoin.Arun Isaac