Skip to content

Commit 7d4e2bd

Browse files
committed
fix git hash prefix finder to be independent of branch name
1 parent ede0530 commit 7d4e2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
git log --raw
692692
git log
693693
694-
for n in $(seq 1 10000); do clear; echo; (git log -1 | cat &); if git commit --amend -m "the next awesome npm package starts with a single commit" -m "salt: $n" | grep 'master 412'; then break; fi; done
694+
for n in $(seq 1 10000); do clear; echo; (git log -1 | cat &); if git commit --amend -m "the next awesome npm package starts with a single commit" -m "salt: $n" | grep '[a-z] 412'; then break; fi; done
695695
-->
696696

697697
<section>

0 commit comments

Comments
 (0)