Skip to content

Commit 37fa9a2

Browse files
committed
Show all the rootless commits
1 parent c5814cf commit 37fa9a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/git-roots

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
# Show all the parentless commits
4+
5+
exec git log --all --oneline --decorate --max-parents=0

0 commit comments

Comments
 (0)