Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Enhancement suggestion

On Fri, Jun 16, 2017 at 8:45 AM, Oliver Lockwood <oliver.lockwood@xxxxxxxxxx> wrote:
Hi JGit dev community,

There's some missing functionality in JGit that I'd like to see.  I could clearly build this independently on top of JGit, but if it's something you think would be appropriate to include, I'd rather contribute to the wider community so other people can use the functionality too.

If this is not the right place to raise an enhancement suggestion, please point me in the right direction.  I didn't want to raise it as a bug because it's not one; and there is no Issues page on https://github.com/eclipse/jgit.

file a bug here
and set severity to "enhancement"
 
Specifics:
-  The `git describe` command (https://git-scm.com/docs/git-describe) supports regex pattern matching of tag names via the `--match` option.
-  The equivalent in JGit (`porcelain.describe().call()`) does not support this.  I would like this feature and would suggest adding it via a `setMatch(String regex)` method or similar on the `DescribeCommand` class.

I look forward to your thoughts.

+1, that would be a useful enhancement. Looking forward to your contribution.

Find the contributor guide here

-Matthias 

Back to the top