summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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