Ville Skyttä
Ville Skyttä
What about the colon, we already have `-c` which adds it, and you mentioned that's what your completion requires?
There's also a nice deduplicated `trap` recipe in https://github.com/scop/bash-completion/issues/44#issuecomment-291136367 that could be adapted to automatically reset shopt as well at return.
Sorry about taking this long. The reason for that is that every time I eyeball this I see the `eval`, and that doesn't give me a warm fuzzy feeling at...
#423 is the alternative, but as mentioned there, I think I'd prefer this one myself.
(The commit URL used as an example above does not have anything to do with the actual problem, it's just a random one I grabbed from this project for illustration...
> I think a better example of what you're trying to show is: [...] Maybe, maybe not :) My example illustrates the problem of all long lines being ignored, yours...
I _think_ the suggested feature would work great for my purposes. Thanks for considering and working on it!
Sorry for taking ages to get back to this. I tried out the `issues/255` branch briefly, and did not manage to find any problems with it :+1: But it just...
To me the interesting thing is _why_ would I want to have staged commit meta-info read from the repo. In that sense, "if checking other properties of a commit besides...
Oh, incidentally I happened to hack on primitive validation too last night without noticing this, my approach is in #21 (only maximum/exclusiveMaximum done for now, but should be mostly trivial...