summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-29 16:32:52 -0400
committerDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-29 16:32:52 -0400
commit8bed55d71745f8eb7bb0dc3e1140fa725dd7767e (patch)
tree977d72509424d2c8cc98601381bc3de694592252
parente16120f04122816ce887ee786c16a0b8be7008a4 (diff)
git-ll-remote: add missing message output
-rwxr-xr-xdot/local/bin/git-ll-remote10
1 files changed, 10 insertions, 0 deletions
diff --git a/dot/local/bin/git-ll-remote b/dot/local/bin/git-ll-remote
index 76feada..28b996f 100755
--- a/dot/local/bin/git-ll-remote
+++ b/dot/local/bin/git-ll-remote
@@ -55,6 +55,16 @@ AND where you have commits ahead of theirs.
55EOF 55EOF
56} 56}
57 57
58show_diverged_none_message()
59{
60 cat >&2 <<EOF
61No remote branches are diverged from your HEAD. $1 other remote
62branches were not listed.
63
64EOF
65}
66
67
58show_all_none_message() 68show_all_none_message()
59{ 69{
60 cat >&2 <<EOF 70 cat >&2 <<EOF