B:BD[
10.99] → [
10.99:537]
B:BD[
10.537] → [
3.190:258]
∅:D[
3.258] → [
10.569:591]
B:BD[
10.569] → [
10.569:591]
∅:D[
2.123] → [
10.674:704]
B:BD[
10.674] → [
10.674:704]
B:BD[
10.767] → [
10.767:858]
B:BD[
10.858] → [
5.129:195]
∅:D[
5.195] → [
10.858:1049]
B:BD[
10.858] → [
10.858:1049]
# * Pijul command line aliases.
# pjh - show help for these aliases.
# pj [CMD] - run a pijul command or show pijul's help.
# ** pijul setup/uninstall helpers
# pjkeygen - generate a patch-signing key for current user.
# pjconfrm - erase current user's pijul config and keys.
# ** list recorded patches in current repo
# pjl - standard list.
# pjlv - list with full descriptions. (?)
# pjls - list with summary of file changes.
# pjhashes [N] - list the patch hashes, or just the last N hashes.
# ** inspect a patch
# pjshow [HASH] - show the last or specified patch in full.
# pjshowstat [HASH] - summarise the last or specified patch.
# ** show unrecorded changes
# pjs - summarise unrecorded changes (except added files). Add -u to see untracked files.
# pjdiff - show unrecorded changes in full (except added files).
# ** record changes
# pjrecam 'MSG' [PATHS] - record all unrecorded changes, with the given message.
# pjamenda [HASH] [PATHS] - add all unrecorded changes to the last or specified patch.
* pijul command line aliases
pjh - show help for these aliases
pj [CMD] - run a pijul command or show pijul's help
** Setup/uninstall helpers
pjkeygen - generate a patch-signing key for current user
pjconfrm - erase current user's pijul config and keys
** List recorded patches in current repo
pjl - standard list
pjlv - list with full descriptions. (?)
pjls - list with summary of file changes
pjhashes [N] - list the patch hashes, or just the last N hashes
** Inspect a patch
pjshow [HASH] - show the last or specified patch in full
pjshowstat [HASH] - summarise the last or specified patch
** Show unrecorded changes
pjs - summarise unrecorded changes (except added files), add -u to see untracked files
pjd - show unrecorded changes in full (except added files)
** Record changes
pjrec 'MSG' [PATHS] - record all unrecorded changes, with the given message
pjamend [HASH] [PATHS] - add all unrecorded changes to the last or specified patch