You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -691,7 +691,7 @@
691
691
git log --raw
692
692
git log
693
693
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
0 commit comments