]> Kevux Git Server - rit/commit
Merge branch 'jk/describe-contains-all-match-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2026 16:01:02 +0000 (09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2026 16:01:02 +0000 (09:01 -0700)
commit7afc0f184b3933e8dc04aa6da30a938d35cf79cd
tree13ceefb115089041f9767fac573d45b2c47d848e
parent6e148f82dc91cf208c5f60dea66dce198d4ee4e2
parent1891707d1b8bb0ac3c47343e881fcf28ec69457a
Merge branch 'jk/describe-contains-all-match-fix'

The 'git describe --contains --all' command has been fixed to
properly honor the '--match' and '--exclude' options by passing
them down to 'git name-rev' with the appropriate reference
prefixes.

* jk/describe-contains-all-match-fix:
  describe: fix --exclude, --match with --contains and --all
builtin/describe.c
t/t6120-describe.sh