3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
|
#!/bin/sh
|
||
|
git-rev-list --pretty HEAD | LESS=-S ${PAGER:-less}
|