pjhashes
Dependencies
- [2]
6JFIFDO7readme formatting - [3]
T5O2CIKSadd help output to readme - [4]
GOZGHMBYupdates - [5]
QDXCMHT4help cleanups - [6]
VI5A56EHreadme update, formatting - [7]
CMKT7UIXpijul command line helpers, tested with bash - [*]
T66A5UPFreadme
Change contents
- replacement in bashrc at line 41
# pjlh - list just the hashes.alias pjlh='pj log --hash-only'# pjhashes [N] - list the patch hashes, or just the last N hashes.pjhashes() {N="$1"if [[ -n $N ]]; thenpj log --hash-only | head -n "$N"elsepj log --hash-onlyfi} - replacement in README.md at line 24
# pjlh - list just the hashes.# pjhashes [N] - list the patch hashes, or just the last N hashes.