Run record hooks from the repository root
Dependencies
- [2]
VL7ZYKHBRunning hooks through shell on Windows and Unix - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
SEWGHUHQ.pijul/config: simplify remotes and hooks - [5]
H4AU6QRPNew config for HTTP remotes
Change contents
- replacement in pijul/src/config.rs at line 212
pub fn run(&self) -> Result<(), anyhow::Error> {pub fn run(&self, path: PathBuf) -> Result<(), anyhow::Error> { - edit in pijul/src/config.rs at line 221
.current_dir(path) - edit in pijul/src/config.rs at line 229
.current_dir(path) - edit in pijul/src/config.rs at line 242
.current_dir(path) - replacement in pijul/src/commands/record.rs at line 78
h.run()?h.run(repo.path.clone())?