From 254877ef13ba864533b3933fdb5cf0258bee3497 Mon Sep 17 00:00:00 2001 From: Matt Hunter Date: Sun, 22 Feb 2026 23:02:51 -0500 Subject: Remove source file banner comments When git-sonar was first forked from git-radar, effort was made to merge the tool down to a single executable script which was installed in the $PATH. At the time, that meant that some files were simply concatenated together to form the 'git-sonar' script. These banner comments were inserted to show the origin of each section of code. Now, these comments are largely vestigial, and some work towards refactoring the script even further has been taking place. Remove these banner comments which are no longer serving any purpose. Signed-off-by: Matt Hunter --- git-sonar | 7 ------- 1 file changed, 7 deletions(-) diff --git a/git-sonar b/git-sonar index d097e12..92a96c7 100755 --- a/git-sonar +++ b/git-sonar @@ -6,9 +6,6 @@ GIT_SONAR_VERSION="v0.8.1" -################################################################################ -# Original sonar-base -################################################################################ dot_git="" remote="" rcfile_path="$HOME" @@ -491,10 +488,6 @@ render_prompt() { -e "$stash_sed" } - -################################################################################ -# Original main -################################################################################ usage() { _git="\033[1;30mgit:(\033[0m" _master="\033[0;37mmaster\033[0m" -- cgit v1.2.3