summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorpikomonde <32364823+pikomonde@users.noreply.github.com>2024-03-20 03:05:19 +0700
committerStefan Haller <stefan@haller-berlin.de>2024-04-12 08:31:40 +0200
commit7f6eea2a55ee6e17660c893a9322d743c5016caf (patch)
tree31a410dd5035bf43d43c886dc46d493a98db4791 /scripts
parent06624e85d6b0b05d6c18b05292b3e15295d47a2c (diff)
standardize 'Commit Sha' to 'Commit Hash'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bisect.sh b/scripts/bisect.sh
index a3bc5f19e..3652a85b8 100755
--- a/scripts/bisect.sh
+++ b/scripts/bisect.sh
@@ -4,7 +4,7 @@
# 1) find a commit that is working fine.
# 2) Create an integration test capturing the fact that it works (Don't commit it). See https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md
# 3) checkout the commit that's known to be failing
-# 4) run this script supplying the commit sha / tag name that works and the name of the newly created test
+# 4) run this script supplying the commit hash / tag name that works and the name of the newly created test
# usage: scripts/bisect.sh <ref that's broken> <ref that's working> <integration test name>
# e.g. scripts/bisect.sh v0.32.1 mergeConflictsResolvedExternally