summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
34 hoursprecheck: Always use lower-case messagesMatt Hunter1-3/+3
34 hoursprecheck: Switch to file-based detection and report all conditionsMatt Hunter1-33/+41
34 hoursprecheck: Improve rebase detectionMatt Hunter1-2/+6
34 hoursprecheck: Use lower-case git verbsMatt Hunter1-5/+5
34 hoursprecheck: Show full script name in error messageMatt Hunter1-1/+1
3 daysMerge branch 'perf'Matt Hunter1-55/+59
3 daysRemove unneeded option --symbolic-full-name for upstream_nameMatt Hunter1-1/+1
3 daysRemove outer grep in prepare_element for speedupMatt Hunter1-9/+5
3 daysUse faster command to obtain stash countMatt Hunter1-8/+2
3 daysRevert status output to a single prompt elementMatt Hunter1-37/+51
4 daysUse simpler names for global configuration variablesMatt Hunter1-20/+20
4 daysReorder file status change indicatorsMatt Hunter1-5/+5
4 daysFix unmerged paths being double counted in statusMatt Hunter1-2/+3
5 daysBulk 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
2026-02-22Remove source file banner commentsMatt Hunter1-7/+0
2026-02-22Remove in_current_dir check during dot_git()Matt Hunter1-14/+1
2026-02-22Remove is_cwd_a_dot_git_directory check during stash statusMatt Hunter1-16/+4
2026-02-22Rework option parsing and drop extraneous calls to is_repo()Matt Hunter1-38/+35
2026-02-22Merge branch 'precheck'Matt Hunter3-11/+120
2026-02-22Add new prompt output element "condition"Matt Hunter1-4/+20
2026-02-22Use git-precheck to determine if we are inside a repositoryMatt Hunter1-5/+2
2026-02-22Add git-precheck scriptMatt Hunter2-2/+98
2026-02-22Remove shell-specific options from README examplesMatt Hunter1-21/+7
2025-04-13git-sonar v0.8.1v0.8.1Matt Hunter1-1/+1
2025-04-13Fix potential installation problems with odd file permissionsMatt Hunter1-1/+1
2021-08-24git-sonar v0.8v0.8Malfurious1-0/+3
2021-08-24Update README for new releaseMalfurious1-74/+18
2021-08-24Add explicit --help outputMalfurious1-34/+15
2021-08-23Remove dead codeMalfurious1-119/+0
2021-08-23Remove unit testsMalfurious19-4211/+0