diff options
| author | Matt Hunter <m@lfurio.us> | 2026-02-22 23:02:51 -0500 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-02-22 23:02:51 -0500 |
| commit | 254877ef13ba864533b3933fdb5cf0258bee3497 (patch) | |
| tree | bb71793acfc90a04ddf6d95c4abde71b9d234619 | |
| parent | 58af2ba03119955948d9f16259151e60e9fb5765 (diff) | |
| download | git-sonar-254877ef13ba864533b3933fdb5cf0258bee3497.tar.gz git-sonar-254877ef13ba864533b3933fdb5cf0258bee3497.zip | |
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 <m@lfurio.us>
| -rwxr-xr-x | git-sonar | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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" |
