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
/
src
/
parser.rs
Age
Commit message (
Expand
)
Author
2023-09-10
Hide the commands which aren't called interactively in the help text
Justin Wernick
2023-07-14
Add a housekeeping task, which does git gc
Justin Wernick
2023-07-03
Added a new "--verbose" option to the list command
Justin Wernick
2023-06-24
Added a command to delete a repo
Justin Wernick
2023-04-11
Add docs to all the commands
Justin Wernick
2023-04-11
Refactoring, move where whitespace is handled
Justin Wernick
2023-04-10
Update the main branch of a repo
Justin Wernick
2023-04-09
Update naming of git-init to just init
Justin Wernick
2023-04-08
Fill in test for updating description on existing repo
Justin Wernick
2023-04-07
Failing test for setting description
Justin Wernick
2023-04-02
Start the basics of listing repos
Justin Wernick
2023-03-29
Initial implementation of --init group
Justin Wernick
2023-03-25
Insist that git command paths are relative
Justin Wernick
2023-03-20
Use clap to parse paths
Justin Wernick
2023-03-17
Use rustyline
Justin Wernick
2023-03-17
Use shlex to split shell arguments
Justin Wernick
2023-03-16
Git push
Justin Wernick
2023-03-13
Git clone / fetch
Justin Wernick
2023-03-12
Added an batch mode
Justin Wernick
2023-03-11
Fix docker shell issue
Justin Wernick
2023-02-27
Revamp parsing to support more complex commands
Justin Wernick