From 03f9457daa731ef72606ed9a52a495fd0caaa792 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 27 Apr 2026 10:36:00 -0700 Subject: [PATCH] comment --- git-recent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-recent b/git-recent index 1e366c9..2030be1 100755 --- a/git-recent +++ b/git-recent @@ -80,7 +80,7 @@ YELLOW='\033[0;33m' DIM='\033[2m' NC='\033[0m' # No Color -# if show_cl passed then also run git cl status. (chromium/gerrit/github repos) +# if show_links passed we'll collect CL/PR info (gerrit/github repos) and add links in the TUI. [[ "$1" == "--cl" || "$1" == "-cl" || "$1" == "--pr" || "$1" == "-pr" ]] && show_links=true || show_links=false # if extra arg passed (eg `git recent remotename`), then list those remote branches, rather than local ones