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