From 68e20daeb48c2f2aa78d8da3a09279c7cb549afe Mon Sep 17 00:00:00 2001 From: steering7253 Date: Fri, 22 May 2026 18:05:39 -0600 Subject: no error when deleting a branch --- update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update b/update index 7af934d..c1bf203 100755 --- a/update +++ b/update @@ -48,6 +48,8 @@ if [ "$suppress" != "true" ]; then if ((16#$old == 0)); then git log --no-show-signature --no-patch --pretty="tformat:$FORMAT" "$new" | head -9 + elif ((16#$new == 0)); then + : else git log --no-show-signature --pretty="tformat:$FORMAT" "$old".."$new" fi | while read line; do -- cgit v1.3.1-10-gc9f91