edit in bashrc at line 1
replacement in bashrc at line 13
− pjh() { grep -E '^# (pj|\*|.*disablesimilar)' "$THISFILE" | sed -e 's/^# \*\*/\n**/' -e 's/^# //' ; }
+ pjh() { grep -E '^# (pj|\*)' "$THISFILE" | sed -e 's/^# \*\*/\n**/' -e 's/^# //' ; }
+
+ # pjhh - show more verbose help with equivalent commands
+ pjhh() { grep -E '^# (pj|\*| \S)' "$THISFILE" | sed -e 's/^# \*\*/\n**/' -e 's/^# //' ; }
edit in bashrc at line 24
+ # pijul key generate `whoami`
edit in bashrc at line 28
replacement in bashrc at line 35
− # ** List recorded changees in current repo
+ # ** List recorded changes in current repo
edit in bashrc at line 38
+ # pijul log (like git log, darcs log)
edit in bashrc at line 42
+ # pijul log --description
replacement in bashrc at line 46
− # (similar to git log --stat, darcs log -s)
+ # (like git log --stat, darcs log -s)
edit in bashrc at line 50
+ # pijul log --hash-only
replacement in bashrc at line 63
[2.264]→[3.762:817](∅→∅),
[3.762]→[3.762:817](∅→∅) − # (similar to git show [HASH], darcs log -v -h HASH)
+ # pijul change (like git show [HASH], darcs log -v -h HASH)
replacement in bashrc at line 67
[2.326]→[3.878:940](∅→∅),
[3.878]→[3.878:940](∅→∅) − # (similar to git show --stat [HASH], darcs log -v -h HASH)
+ # (like git show --stat [HASH], darcs log -v -h HASH)
replacement in bashrc at line 73
[3.1439]→[3.971:1110](∅→∅) − # pjs - summarise unrecorded changes (except added files), add -u to see untracked files
− # (similar to git status -s, darcs whatsnew -s)
+ # pjs - summarise unrecorded changes (except added files), -u for untracked files
+ # pijul diff -s (like git status -s, darcs whatsnew -s)
replacement in bashrc at line 78
[3.1172]→[3.1172:1214](∅→∅) − # (similar to git diff, darcs whatsnew)
+ # pijul diff (like git diff, darcs whatsnew)
replacement in bashrc at line 84
[3.1334]→[3.1334:1396](∅→∅) − # (similar to git commit -am 'MSG', darcs record -am 'MSG')
+ # pijul record -am 'MSG' (like git commit -am 'MSG', darcs record -am 'MSG')
replacement in bashrc at line 87
[3.1786]→[3.1427:1567](∅→∅) − # pjamend [HASH] [PATHS] - add all unrecorded changes to the last or specified patch
− # (similar to git commit --amend -a, darcs amend -a)
+ # pjamend [HASH] [PATHS] - add all unrecorded changes to last or specified patch
+ # pijul record -a --amend [HASH] (like git commit --amend -a, darcs amend -a)
replacement in README.md at line 13
edit in README.md at line 16
+ pjhh - show more verbose help with equivalent commands
edit in README.md at line 21
+ pijul key generate `whoami`
edit in README.md at line 23
edit in README.md at line 27
+ pijul log (like git log, darcs log)
edit in README.md at line 29
+ pijul log --description
edit in README.md at line 31
+ (like git log --stat, darcs log -s)
replacement in README.md at line 34
[3.2078]→[2.497:527](∅→∅) − ** Inspect a recorded change
+ ** Inspect a record change
edit in README.md at line 36
+ pijul change (like git show [HASH], darcs log -v -h HASH)
edit in README.md at line 38
+ (like git show --stat [HASH], darcs log -v -h HASH)
replacement in README.md at line 41
[3.2244]→[3.2244:2332](∅→∅) − pjs - summarise unrecorded changes (except added files), add -u to see untracked files
+ pjs - summarise unrecorded changes (except added files), -u for untracked files
+ pijul diff -s (like git status -s, darcs whatsnew -s)
edit in README.md at line 44
+ pijul diff (like git diff, darcs whatsnew)
replacement in README.md at line 48
[3.2489]→[3.2489:2573](∅→∅) − pjamend [HASH] [PATHS] - add all unrecorded changes to the last or specified patch
+ pijul record -am 'MSG' (like git commit -am 'MSG', darcs record -am 'MSG')
+ pjamend [HASH] [PATHS] - add all unrecorded changes to last or specified patch
+ pijul record -a --amend [HASH] (like git commit --amend -a, darcs amend -a)