Conversation
e9be6cc to
cd54f43
Compare
|
@arbrauns Do you know a workaround for that issue other than using your forked version? |
|
No, I'm not aware of any existing filtering that could be used for this. |
|
With Tig >= 2.5.5, add a line |
koutcher
left a comment
There was a problem hiding this comment.
Thanks, the code part is OK but the documentation can't be merged as is.
NEWS.adoc
Outdated
| - Use HTTPS for GitHub clone URLs. (#1310) | ||
| - Move default log view options to tigrc. | ||
| - Allow to go to stage view without Enter. (#1284) | ||
| - Add new "prefetch" reference type for refs created by `git maintentance` |
doc/tigrc.5.adoc
Outdated
| - If no format is specified for `tracked-remote`, the format for `remote` | ||
| is used. | ||
| - If no format is specified for any other reference type, the format for | ||
| `branch` is used. |
There was a problem hiding this comment.
This breaks the layout of the generated man page. Separating list in asciidoc while staying in the same block doesn't look straightforward.
There was a problem hiding this comment.
I can't get it to work with the legacy https://pypi.org/project/asciidoc/ either, but asciidoctor can handle it - switching the man pages to that is probably a more complicated endeavour though. I've reverted it back to the running text style.
These are created by `git maintentance` and are special-cased in git tools to not be shown, since they are mostly noise.
cd54f43 to
3320e30
Compare
* refdb: add prefetch reference type * tigrc: document fallback for reference-format * tigrc: hide prefetch references by default These are created by `git maintenance` and are special-cased in git tools to not be shown, since they are mostly noise.
These are created by
git maintentanceand are special-cased in git tools to not be shown, since they are mostly noise.