knittl [off-list ref] writes:
From 6be63c5bc1a411a13a012a6508a7301bed7faec6 Mon Sep 17 00:00:00 2001
From: Daniel Knittl-Frank <redacted>
Date: Fri, 19 Nov 2010 16:40:02 +0100
Subject: [PATCH] bash: Match lightweight tags in prompt
Please drop these lines next time, so that I do not have to remove them in
my editor before applying.
the bash prompt would display a commit's SHA1 when having checked out a
lightweight tag. provide `--tags` to `git describe` in the completion
script, so it will display lightweight tag names (as it already does for
annotated tags)
Hmph. Is your Shift-key broken (probably not, as you spelled SHA in
capital)?
Signed-off-by: Daniel Knittl-Frank <redacted>
---
version two of my patch, adding the missing s-o-b and extending commit message
the diff is still the same as v1
Thanks; will apply (no need for resend).