summaryrefslogtreecommitdiffstats
path: root/src/git
AgeCommit message (Expand)Author
2024-02-19Reenable the unused lint, and cleanup unusedTim Oram
2024-02-17Cleanup and add tests to improve coverageTim Oram
2024-02-15Move testutils crate into test_helpersTim Oram
2024-02-15Cleanup UserTim Oram
2024-02-15Cleanup ReferenceTim Oram
2024-02-15Cleanup FileStatusTim Oram
2024-02-15Remove pub access in commit_diffTim Oram
2024-02-15Move remaining testutils to test_helpersTim Oram
2024-02-15Move with_temp_*repository helpers to test_helpersTim Oram
2024-02-15Move create_commit to test_helpersTim Oram
2024-02-15Move git builder test utils to test_helpersTim Oram
2024-02-15Cleanup use declarationsTim Oram
2024-02-15Strip inline attributesTim Oram
2024-02-15Move core crate into rootTim Oram
2024-02-15Move git crate to coreTim Oram
2024-02-15Move all remaining non-mod modulesTim Oram
2024-02-15Burn super referencesTim Oram
2024-02-15Resolve latest linting errorsTim Oram
2023-09-06Fix latest linting errorsTim Oram
2023-08-07Bump git2 from 0.15.0 to 0.17.2Tim Oram
2023-08-07Address nightly lintsTim Oram
2023-08-01Bump thiserror from 1.0.43 to 1.0.44dependabot[bot]
2023-07-25Bump tempfile from 3.6.0 to 3.7.0dependabot[bot]
2023-07-22Use claims over claimTim Oram
2023-07-19Bump crates version to 2.3.0Tim Oram
2023-07-17Bump chrono from 0.4.23 to 0.4.26dependabot[bot]
2023-07-17Bump pretty_assertions from 1.3.0 to 1.4.0dependabot[bot]
2023-07-17Bump rstest from 0.16.0 to 0.18.1dependabot[bot]
2023-07-17Bump thiserror from 1.0.38 to 1.0.43dependabot[bot]
2023-07-15Bump serial_test from 0.10.0 to 2.0.0dependabot[bot]
2023-07-15Bump tempfile from 3.3.0 to 3.6.0dependabot[bot]
2023-07-15Updating linting and rustfmt configs to latestTim Oram
2022-12-20Bump serial_test from 0.9.0 to 0.10.0dependabot[bot]
2022-12-20Bump thiserror from 1.0.37 to 1.0.38dependabot[bot]
2022-12-18Fix latest linting errorsTim Oram
2022-11-28Bump rstest from 0.15.0 to 0.16.0dependabot[bot]
2022-11-25Bump chrono from 0.4.22 to 0.4.23dependabot[bot]
2022-11-06Update to latest Clippy lintsTim Oram
2022-10-20Bump thiserror from 1.0.34 to 1.0.37dependabot[bot]
2022-10-18Enable clippy on workspaceTim Oram
2022-10-18Allow ok clippy::string_sliceTim Oram
2022-10-16Use byte string literals where possibleTim Oram
2022-10-15Fix assert_eq that can be assertTim Oram
2022-10-15Remove let _ on unit returnsTim Oram
2022-10-15Use Arc::clone over .cloneTim Oram
2022-10-14Simplify map/unwrap_or_else to map_or_elseTim Oram
2022-10-14Add missing semicolonsTim Oram
2022-10-14Use character for pattern over strTim Oram
2022-10-14Add separators to long literalTim Oram
2022-10-13Inline format arguments where possibleTim Oram