index
:
shackle.git
main
A git shell with batteries included for running my git server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2023-09-21
Merge pull request 'Update Rust crate clap to 4.4.4' (#20) from renovate/clap...
HEAD
main
Justin Wernick
2023-09-21
Update Rust crate git2 to 0.18.1
Renovate Bot
2023-09-21
Update Rust crate clap to 4.4.4
Renovate Bot
2023-09-15
Extra nix feature needed after update
Justin Wernick
2023-09-15
Update Rust crate nix to 0.27.1
Renovate Bot
2023-09-15
Update Rust crate once_cell to 1.18.0
Renovate Bot
2023-09-15
Update Rust crate git2 to 0.18.0
Renovate Bot
2023-09-15
Update Rust crate comfy-table to 6.2.0
Renovate Bot
2023-09-15
Update Rust crate assert_cmd to 2.0.12
Renovate Bot
2023-09-15
Update Rust crate clap to 4.4.3
Renovate Bot
2023-09-15
Update Rust crate thiserror to 1.0.48
Justin Wernick
2023-09-15
Update Rust crate anyhow to 1.0.75
Justin Wernick
2023-08-18
Prepare for the next release
v0.3.0
Justin Wernick
2023-08-18
Update the repository for crates.io
Justin Wernick
2023-08-02
Dual license with Apache
Justin Wernick
2023-07-17
Prepare 0.2.0 release
v0.2.0
Justin Wernick
2023-07-03
Added a new "--verbose" option to the list command
Justin Wernick
2023-06-21
Use a cargo feature to allow disabling docker tests in CI
Justin Wernick
2023-06-15
Added a changelog for completed todo items
Justin Wernick
2023-05-28
Cargo-dist config for building releases
Justin Wernick
2023-05-10
Version bump for the updated readme that now references crates.io
v0.1.1
Justin Wernick
2023-05-10
Simplify project by getting rid of workspace
v0.1.0
Justin Wernick
2023-05-10
Build a markdown version of the readme
Justin Wernick
2023-05-10
Rename the package to something not taken on crates.io
Justin Wernick
2023-04-19
Categories and keywords
Justin Wernick
2023-04-19
Add a license
Justin Wernick
2023-04-13
Enable LTO for production builds
Justin Wernick
2023-04-03
Change cargo config to work better with sccache
Justin Wernick
2023-03-30
Failing test to get started with listing repos
Justin Wernick
2023-03-25
Identify where the current code needs the dirs to exist
Justin Wernick
2023-03-20
Move user info gathering to its own workspace crate
Justin Wernick
2023-03-20
Put git repos into a user-specific dir
Justin Wernick
2023-03-17
Use rustyline
Justin Wernick
2023-03-17
Use shlex to split shell arguments
Justin Wernick
2023-03-12
Added an batch mode
Justin Wernick
2023-03-12
Make sure ssh ports don't conflict between tests
Justin Wernick
2023-03-11
Fixed several small issues preventing ssh tests from running correctly in par...
Justin Wernick
2023-03-08
Vendor git2 to make it easier to deploy shackle without dynamic libs
Justin Wernick
2023-03-01
Isolate test runs from each other
Justin Wernick
2023-02-28
Git init
Justin Wernick
2023-02-27
Revamp parsing to support more complex commands
Justin Wernick
2023-02-24
Anyhow to simplify tests
Justin Wernick
2023-02-21
Prompt in a loop
Justin Wernick
2023-02-20
The first test, prints a prompt
Justin Wernick
2023-02-18
Initial commit
Justin Wernick