summaryrefslogtreecommitdiff
path: root/git-log-describe.awk
diff options
context:
space:
mode:
Diffstat (limited to 'git-log-describe.awk')
-rwxr-xr-xgit-log-describe.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-log-describe.awk b/git-log-describe.awk
index 579b06d..c4f7fee 100755
--- a/git-log-describe.awk
+++ b/git-log-describe.awk
@@ -16,7 +16,7 @@ function has_color(str) {
{
is_color = has_color($0);
# strip color escapes for easier text matching
- gsub(/\033\[[0-9]*m/, "");
+ gsub(/\033\[[0-9;]*m/, "");
text_len = length($0);
# remove --graph markers