QQWDF7WVTS2HBSHYGPNU6WHME42WSG5K57QTXWB6EC22O6FAJF7QC
6JFIFDO7Q75BO3QISCJYMK73MARIJDUX7XYZ3ZAKAUAAISQXR5FAC
QDXCMHT4BDGBESMYVDJWJJDKSZCD3OISSZPZMOCGS7FZ7PVCJUWAC
CMKT7UIXEPWTZ3QJHB72HDNWZQK3QRGCD64N6NAGAT5LKAN6HI2AC
T66A5UPF3V6W7I5R7NTDAJRZREW6G6C2AIVSSI5HMEKWPRO7MPMQC
# pjlh - list just the hashes.alias pjlh='pj log --hash-only'
# 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 ]]; then pj log --hash-only | head -n "$N" else pj log --hash-only fi}
# pjhashes [N] - list the patch hashes, or just the last N hashes.
pjhashes() {
N="$1"
if [[ -n $N ]]; then
pj log --hash-only | head -n "$N"
else
pj log --hash-only
fi
}