No pager on Windows
[?]
Dec 3, 2020, 5:45 PM
2K7JLB4Z7BS5VFNWD4DO3MKYU7VNPA5MTVHVSDI3FQZ5ICM6XM6QCDependencies
- [2]
H62VFFJECargo.nix, and solving conflicts - [3]
Q45QHPO4Feedback on network stuff - [4]
5DVRL6MFHard-unrecord - [5]
NLGQAH4HCredit and reset relative to current directory instead of the root - [6]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [7]
Q7CAYX5NFixing Windows compilation - [8]
VIHXB7SGcommands: set up pager for diff, change, and credit - [9]
GURIBVW6Fixing the pager - [10]
KWAMD2KRA few fixes in the documentation comments - [11]
RR65HCKOThrussh versions - [12]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [13]
3S4DR77ZVersion updates - [14]
23LVKATNUse pager crate for log output - [15]
RPZK3JQAFixing a conflict - [16]
YDKNUL6BAdd `diff --short` that lists changes without showing them - [17]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [18]
NX5I5H53New published versions - [19]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [20]
OUWD436AVersion bump - [21]
I52XSRUHMassive cleanup, and simplification - [22]
WI5BS6BSNew published versions - [23]
UDHP4ZVBFixing SSH asynchronicity issues
Change contents
- edit in pijul/src/commands/mod.rs at line 100
}#[cfg(unix)]fn pager() {pager::Pager::with_pager("less -RF").setup() - edit in pijul/src/commands/mod.rs at line 106[4.2911]
#[cfg(not(unix))]fn pager() {pager::Pager::with_pager("less -RF").setup()} - edit in pijul/src/commands/log.rs at line 7
use pager::Pager; - replacement in pijul/src/commands/log.rs at line 43
Pager::with_pager("less -F").setup();super::pager(); - edit in pijul/src/commands/diff.rs at line 8
use pager::Pager; - replacement in pijul/src/commands/diff.rs at line 88
Pager::with_pager("less -F").setup();super::pager(); - edit in pijul/src/commands/credit.rs at line 8
use pager::Pager; - replacement in pijul/src/commands/credit.rs at line 54
Pager::with_pager("less -F").setup();super::pager(); - edit in pijul/src/commands/change.rs at line 7
use pager::Pager; - replacement in pijul/src/commands/change.rs at line 39
Pager::with_pager("less -F").setup();super::pager(); - replacement in pijul/Cargo.toml at line 59[5.197741]→[5.95:115](∅→∅),[5.115]→[5.19:43](∅→∅),[5.12893]→[5.19:43](∅→∅),[5.19]→[5.19:43](∅→∅),[5.43]→[5.0:0](∅→∅),[5.0]→[5.67:84](∅→∅),[5.197800]→[5.67:84](∅→∅)
thrussh = "0.29.10"thrussh-keys = "0.18.8"pager = "0.16.0"thrussh = "0.29.13"thrussh-keys = "0.18.10" - edit in pijul/Cargo.toml at line 77[3.2859]
[target.'cfg(unix)'.dependencies]pager = "0.16.0"