summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
17 hoursgit-sonar v0.9.0HEADv0.9.0masterMatt Hunter1-1/+1
18 hoursFix %{alert} not rendering when upstream is missingMatt Hunter1-1/+1
18 hoursFix bug with prepare_element rendering on bsdMatt Hunter1-9/+9
18 hoursUse more portable path for manpagesMatt Hunter1-2/+2
23 hoursMerge branch 'docs'Matt Hunter7-579/+650
23 hoursReplace README with new project informationMatt Hunter2-58/+69
23 hoursprecheck: Add documentation in new manpageMatt Hunter3-33/+71
23 hoursUpdate core documentation as git-sonar manpageMatt Hunter4-490/+512
7 daysFix default gray prompt colorMatt Hunter1-1/+1
7 daysAdd configuration variables for default unprintable markersMatt Hunter1-9/+11
2026-05-16Update copyright yearsMatt Hunter1-0/+1
2026-05-16Allow custom branch color for detached HEADMatt Hunter1-2/+6
2026-05-16Allow configurable color reset codeMatt Hunter1-1/+1
2026-05-13Escape backslashes for \001 and \002 bytesMatt Hunter1-6/+6
2026-05-13Reword some commentsMatt Hunter1-4/+4
2026-05-10precheck: Improve bisect detectionMatt Hunter1-1/+1
2026-05-10precheck: Always use lower-case messagesMatt Hunter1-3/+3
2026-05-10precheck: Switch to file-based detection and report all conditionsMatt Hunter1-33/+41
2026-05-10precheck: Improve rebase detectionMatt Hunter1-2/+6
2026-05-10precheck: Use lower-case git verbsMatt Hunter1-5/+5
2026-05-10precheck: Show full script name in error messageMatt Hunter1-1/+1
2026-05-08Merge branch 'perf'Matt Hunter1-55/+59
2026-05-08Remove unneeded option --symbolic-full-name for upstream_nameMatt Hunter1-1/+1
2026-05-08Remove outer grep in prepare_element for speedupMatt Hunter1-9/+5
2026-05-08Use faster command to obtain stash countMatt Hunter1-8/+2
2026-05-08Revert status output to a single prompt elementMatt Hunter1-37/+51
2026-05-08Use simpler names for global configuration variablesMatt Hunter1-20/+20
2026-05-07Reorder file status change indicatorsMatt Hunter1-5/+5
2026-05-07Fix unmerged paths being double counted in statusMatt Hunter1-2/+3
2026-05-06Bulk rewrite of git-sonar scriptMatt Hunter1-437/+216
2026-04-22Combine special condition and missingups into alertMatt Hunter1-33/+16
2026-04-22Only invoke git-precheck onceMatt Hunter1-9/+6
2026-03-30Fix a bug which surfaced in commits_ahead/behind_remoteMatt Hunter1-26/+20
2026-03-30Match remote/local commits display order of arrows and numbersMatt Hunter1-1/+1
2026-03-16Merge branch 'bashisms'Matt Hunter1-188/+113
2026-03-16Switch to POSIX shebang lineMatt Hunter1-1/+1
2026-03-16Convert hex character literals to octalMatt Hunter1-24/+24
2026-03-16Remove bash string indexingMatt Hunter1-1/+1
2026-03-16Remove echo flagsMatt Hunter1-10/+10
2026-03-16Remove use of "local" keywordMatt Hunter1-52/+29
2026-03-16Remove [[ ]] testsMatt Hunter1-27/+27
2026-03-16Remove shell regex evaluationMatt Hunter1-7/+7
2026-03-16Refactor autofetch logicMatt Hunter1-45/+7
2026-03-16Refactor rc config file managementMatt Hunter1-21/+7
2026-03-15Clean git macro functionsMatt Hunter1-9/+3
2026-03-15Rescope "remote" variableMatt Hunter1-1/+1
2026-02-28Change missing upstream default indicator color to yellowMatt Hunter1-1/+1
2026-02-28Move repository condition indicator to beginning of default formatMatt Hunter1-1/+1
2026-02-28Update default style of remote commits statusMatt Hunter1-7/+7
2026-02-28Add new prompt output element "missingups"Matt Hunter1-4/+20