From ef5d2578315c704cc7fb722ae4dedf1d41ee4239 Mon Sep 17 00:00:00 2001
From: Colin P. McCabe <cmccabe@apache.org>
Date: Mon, 7 Aug 2023 13:06:33 -0700
Subject: [PATCH] add git-log-without-leading-spaces.sh

---
 git-log-without-leading-spaces.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
 create mode 100755 git-log-without-leading-spaces.sh

diff --git a/git-log-without-leading-spaces.sh b/git-log-without-leading-spaces.sh
new file mode 100755
index 0000000..6a51f89
--- /dev/null
+++ b/git-log-without-leading-spaces.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+#
+git log "$@" | sed 's/^[ ]*//' | less
-- 
1.6.6.rc1.39.g9a42