Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-23 | Just-MR: Remove wrong pass-by-reference when wrapping loggers | Paul Cristian Sarbu | |
Passing the logger by reference would require the caller to be kept alive. Also, being a shared_ptr, the logger can be passed by value at almost no cost. | |||
2022-12-21 | Just-MR: Add logic for critical git ops | Paul Cristian Sarbu | |
2022-12-21 | Just-MR: Add types definitions for critical Git ops | Paul Cristian Sarbu | |