summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2023-06-06bin: Preserve 0th command line argument when using search alias.Morgan Smith
2023-06-06bin: Allow main file to be loaded without executing main.Morgan Smith
2023-05-30bin: Actually load config file instead of reading and evaluating it.Arun Isaac
2023-05-30Add Emacs mode identifiers to ambiguous files.Morgan Smith
2023-05-30bin: Enable use of pagers other then less.Morgan Smith
2023-01-29bin: Indicate in synopsis that host is required for tissue-pull.Arun Isaac
2023-01-29bin: Remove note about restoring load path.Arun Isaac
2023-01-29bin: Allow pulling only one host in each invocation.Arun Isaac
2023-01-29bin: Show options placeholder in tissue-pull subcommand usage.Arun Isaac
2023-01-29git: Deprecate call-with-file-in-git.Arun Isaac
2023-01-29bin: Pass list of indexed documents explicitly to index function.Arun Isaac
2023-01-29web: Do not temporarily checkout repository when serving it.Arun Isaac
2023-01-29bin: Do not change into state directory when checking out.Arun Isaac
2023-01-28bin: Pass temporary checkout to server handler.Arun Isaac
2023-01-28bin: Use call-with-temporary-checkout when pulling.Arun Isaac
2023-01-23bin: Add repository top level directory to load path.Arun Isaac
2023-01-23bin: Create xapian directory only when it does not exist.Arun Isaac
2023-01-23bin: Change to temporary clone before indexing.Arun Isaac
2023-01-23web: Change to temporary clone before building website.Arun Isaac
2022-12-25bin: Replace define* with define.Arun Isaac
2022-12-25tissue: Deprecate #:project configuration parameter.Arun Isaac
2022-12-25web: static: Introduce functional html engine customizer.Arun Isaac
2022-12-25web: dev: Accept thunk to read project configuration.Arun Isaac
2022-12-24bin: Pass along entire project configuration object to servers.Arun Isaac
2022-12-24bin: Expose new development web server.Arun Isaac
2022-09-19bin: Print error message and exit on user-error conditions.Arun Isaac
2022-09-19bin: Error out if web-dev subcommand is not given a website directory.Arun Isaac
2022-09-19bin: Define &user-error-condition.Arun Isaac
2022-09-19bin: Separate development and deployment subcommands in listing.Arun Isaac
2022-09-19bin: Clarify that web-dev serves both built website and issues.Arun Isaac
2022-09-19bin: Deprecate tissue index subcommand.Arun Isaac
2022-07-23bin: Add tissue web-dev subcommand.Arun Isaac
2022-07-23bin: Abstract out REPL listen code.Arun Isaac
2022-07-21bin: Add tissue web-build subcommand.Arun Isaac
2022-07-21web: server: Be unaware of the state directory.Arun Isaac
2022-07-20bin: Do not print canonical paths when pulling.Arun Isaac
2022-07-13document: Move <file-document> code to a new (tissue file-document).Arun Isaac
2022-07-09commit: Index commit messages too.Arun Isaac
2022-07-09bin: Move indexing document type into document-term-generator.Arun Isaac
2022-07-09issue: Move person related functions to (tissue person).Arun Isaac
2022-07-09bin: Rename run-web subcommand to web.Arun Isaac
2022-07-09bin: Deprecate tissue web subcommand.Arun Isaac
2022-07-09bin: Make indexed documents a list of document objects.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-05bin: Refer to %xapian-index, not db-path, in main function.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