Fixing the Git feature
[?]
Mar 7, 2021, 10:56 AM
3AZB5NUOZ3PEP5RX2M2QKA4OVAF6AIXQZ6GH4D6W3JK7UFCLA2RQCDependencies
- [2]
GBSL4AZIVersion bump - [3]
BT2ZHPY4Version bumps - [4]
3VJB4ULDUpdating Cargo.nix - [5]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [6]
HDGRZISMVersion updates - [7]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [8]
7ZFRYVVQCargo.nix and formatting - [9]
VRDOV7DDVersions - [10]
G734WNM6flake.nix: use crate2nix - [11]
FXT5FS5WUpdating Cargo.nix - [12]
5YDI33C4Fixing pager on OSX - [13]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [14]
XWETQ4DEUpgrading versions - [15]
3S4DR77ZVersion updates - [16]
PJ7T2VFLDo not hang on locked repositories - [17]
3WIQYEISFixing conflicts in Cargo.lock - [18]
AOK35FEXNew Cargo.nix versions - [19]
2CNY6KTCUpdating Cargo.nix - [20]
MNTJ3VOKVersion bump - [21]
HR3WK6A7When lock times out, check that there are no more clients before quitting - [22]
RXNT67OTSanakirja version, and removing an unwrap - [23]
BNPSVXICFriendlier progress bars - [24]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [25]
CVAT6LN3Fixing git import, and adding more useful feedback (with `RUST_LOG="pijul=info"`) - [26]
N35L72XVVersions in Cargo.lock - [27]
ZQXP3HNAVersion bump - [28]
G65S7FAWVersion bump and cleanup - [29]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [30]
JACZWIJ6Version bump - [31]
SN7AGY6SMaking `pijul lock` robust to kill signals - [32]
6DOXSHWGCleanup, and version bump - [33]
23LVKATNUse pager crate for log output - [34]
H62VFFJECargo.nix, and solving conflicts - [35]
WIORLB47Version bump - [36]
YX3VCEOMVersion bump - [37]
G6YZ7U65Version bump - [38]
JRENVH5DReqwest 0.11 - [39]
NX5I5H53New published versions - [40]
IIV3EL2XCleanup, formatting, and fixing the Git feature - [41]
SAGSYAPXVarious version bumps - [42]
CUHXXBDZFixing a bug in replacements, recently introduced during a fix of a graph corruption bug - [43]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [44]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [45]
UCQD3JDHFix build errors caused by sanakirja 0.14 - [46]
ZTVNGFNTVersion bump - [47]
KUMJITTFVersion bump in the lockfiles - [48]
OUWD436AVersion bump - [49]
Q7CAYX5NFixing Windows compilation - [50]
VYHHOEYHVersions and formatting - [51]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [52]
XAY4DYRRVersion bump - [53]
WI5BS6BSNew published versions - [54]
HSVGP2G4Version bump + formatting
Change contents
- replacement in pijul/src/commands/git.rs at line 252
let txn = repo.repo.pristine.mut_txn_begin();let txn = repo.repo.pristine.mut_txn_begin()?; - replacement in pijul/src/commands/git.rs at line 291
let mut txn = repo.repo.pristine.mut_txn_begin();let mut txn = repo.repo.pristine.mut_txn_begin()?; - replacement in pijul/Cargo.toml at line 4
version = "1.0.0-alpha.47"version = "1.0.0-alpha.48" - replacement in Cargo.nix at line 3547
version = "1.0.0-alpha.47";version = "1.0.0-alpha.48"; - replacement in Cargo.lock at line 1245
version = "1.0.0-alpha.47"version = "1.0.0-alpha.48"