David Catmull
David Catmull
This line in GherkinGrammar.berp fails to parse, and it looks like the lookahead hint accidentally got moved. Fixes #15
I'm getting this output when I try to re-generate the Objective-C files for Gherkin: > Berp 1.0.0 > Copyright (C) 2014-2020, Gaspar Nagy (Spec Solutions) > Licensed under the Apache...
I have sometimes wished for the ability to stash specific files, and I just had a user request for this as well. There is the `GIT_STASH_KEEP_INDEX` option, which is one...
In the build status popover, have two sections: Current for builds based on the last push, and Older for other builds.
Trailers are metadata stored at the end of a commit message, usually in the format `: `. For example, the official Git repository uses trailers such as "Signed-off-by" and "Reported-by"....
Currently, remote icons are hard-coded with explicit exceptions for GitHub, GitLab, and BitBucket. Instead, the site's favicon could be displayed. * Do an http HEAD request for the site's root...
- [ ] Indicate signed tags in the sidebar - [ ] Verify signed tags (in the background, starting when they are displayed in the sidebar) - [ ] Indicate...
- [ ] Show an icon in the history list for signed commits - [ ] Add an option to sign when committing (if a signature is available) - [...