Solving a conflict
Dependencies
- [2]
YXAVFTPPAllowing vertex buffer to use references to the transaction, by changing `output::output` to take an ArcTxn<T> instead of a simple T - [3]
U6TQX5Z2pager function respects cli option and user config files, PAGER env var - [4]
2K7JLB4ZNo pager on Windows - [5]
EUZFFJSOUpdating Pijul with the latest changes in Libpijul - [6]
Y7YAFMFFFix path prefix striping on Windows. - [7]
5DVRL6MFHard-unrecord - [8]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [9]
GLRGFBCWChecking the version of less we have - [10]
5YDI33C4Fixing pager on OSX - [11]
I24UEJQLVarious post-fire fixes - [12]
OWCCRVO5Fixing a broken pipe in credit - [13]
NLGQAH4HCredit and reset relative to current directory instead of the root
Change contents
- replacement in pijul/src/commands/mod.rs at line 123
/// Respect the `pager` key/value pair in both the user's repository config, and their global config./// The global configuration requires no additional arguments, but the other two are optional to cover/// cases in which that information is not available. Users can also disable the pager by not setting/// Respect the `pager` key/value pair in both the user's repository config, and their global config./// The global configuration requires no additional arguments, but the other two are optional to cover/// cases in which that information is not available. Users can also disable the pager by not setting - resurrect zombie in pijul/src/commands/credit.rs at line 53
std::mem::drop(txn); - edit in pijul/src/commands/credit.rs at line 54
super::pager(repo.config.pager.as_ref()); - edit in pijul/src/commands/credit.rs at line 179
super::pager(repo.config.pager.as_ref()); - resolve order conflict in pijul/src/commands/credit.rs at line 179[4.182879]