aboutsummaryrefslogtreecommitdiff
path: root/devel/nmbug
AgeCommit message (Expand)Author
2022-06-17nmbug: promote to user tool "notmuch-git"David Bremner
2021-01-09nmbug: notmuch-report: set both background and foreground colorsTomi Ollila
2020-04-03nmbug: explicitly prefer python3Daniel Kahn Gillmor
2018-06-14use #!/usr/bin/env python consistentlyDaniel Kahn Gillmor
2018-05-03move more http -> httpsDaniel Kahn Gillmor
2017-12-29nmbug: Bump to version 0.3W. Trevor King
2017-12-16nmbug: Only error for invalid diff lines in tags/W. Trevor King
2017-12-11nmbug: Auto-checkout in clone if it wouldn't clobberW. Trevor King
2017-12-11nmbug: Accept failures to unset core.worktree in cloneW. Trevor King
2017-12-11nmbug: Respect 'expect' in _spawn(..., wait=True)W. Trevor King
2017-08-18Use rooted paths in .gitignore filesVladimir Panteleev
2016-10-04nmbug: Add --no-renames to default log optionsW. Trevor King
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-06-05nmbug: updated to modern URL for PEP 343Daniel Kahn Gillmor
2016-03-28nmbug: ignore # commentsDavid Bremner
2016-03-24notmuch-report: Add notmuch-report(1) and notmuch-report.json(5) man pagesW. Trevor King
2016-03-24notmuch-report.json: Rename from status-config.jsonW. Trevor King
2016-03-24notmuch-report: Rename from nmbug-statusW. Trevor King
2016-03-24status-config.json: Remove parens from query entryW. Trevor King
2016-03-24nmbug-status: Wrap query phrases in parentheses when and-ing togetherW. Trevor King
2016-03-24nmbug-status: Add meta.message-url config settingW. Trevor King
2016-01-13nmbug-status: Fix unbalanced <p> tags in default header/footerW. Trevor King
2016-01-13nmbug-status: Style headers with smaller fontsW. Trevor King
2016-01-13nmbug-status: Adjust headers to start with h1W. Trevor King
2016-01-07nmbug-status: Avoid hard-coded filename in error messageW. Trevor King
2015-10-04nmbug-status: print config errors to stderrJani Nikula
2015-09-29nmbug-status: add support for specifying sort order for each viewJani Nikula
2015-04-01nmbug-status: Use 'show-ref --heads' for loading configsW. Trevor King
2015-03-15nmbug-status: Clarify errors for illegible configsW. Trevor King
2015-01-18nmbug: Add a 'help' command for folks who don't like --helpW. Trevor King
2014-10-05nmbug: Translate to PythonW. Trevor King
2014-07-16nmbug: Handle missing @upstream in is_unmergedW. Trevor King
2014-07-16nmbug: Add a git_with_status helper functionW. Trevor King
2014-07-15nmbug-status: Optionally load the header and footer templates from the configW. Trevor King
2014-07-15nmbug-status: Add the time to the footer's build-dateW. Trevor King
2014-07-15nmbug-status: Factor out header/footer context into a shared dictW. Trevor King
2014-07-15Move the generated date from the top of the page to the footer.Carl Worth
2014-07-15Add a docstring describing the programCarl Worth
2014-07-15Add explicit license informationCarl Worth
2014-04-15nmbug: mark repository as bare on cloneDavid Bremner
2014-04-08nmbug: Add 'clone' and replace FETCH_HEAD with @{upstream}W. Trevor King
2014-03-23nmbug-status: make output title and blurb configurableJani Nikula
2014-03-23nmbug-status: parameterize title and blurb in the page headerJani Nikula
2014-02-21nmbug-status: replace __values__() with values() in OrderedDict stubTomi Ollila
2014-02-14nmbug-status: Hardcode UTF-8 instead of using the user's localeW. Trevor King
2014-02-14nmbug-status: Encode output using the user's localeW. Trevor King
2014-02-14nmbug-status: Add inter-message paddingW. Trevor King
2014-02-14nmbug-status: Color threads in HTML outputW. Trevor King
2014-02-14nmbug-status: Escape &, <, and > in HTML display dataW. Trevor King
2014-02-13nmbug-status: Use <code> and <p> markup where appropriateW. Trevor King