From ab5ac5a62829aeefc3bc5d3f6f79b1b02ed378a5 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Fri, 27 Jun 2025 09:49:03 +0200 Subject: [PATCH] git: add `git-what`: convenience wrapper around `git describe` --- bin/git-what | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/git-what diff --git a/bin/git-what b/bin/git-what new file mode 100755 index 0000000..fecd6f6 --- /dev/null +++ b/bin/git-what @@ -0,0 +1,5 @@ +#!/bin/sh +# +# Detailed description of what I'm looking at. +# +exec git describe --always --tags --long --dirty