index
:
gfold
main
topic/diverged_status
CLI tool to help keep track of your Git repositories, written in Rust
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2021-09-15
Convert library-driven structure to application-driven
Nick Gerace
2021-05-23
Merge Config into Driver type
Nick Gerace
2021-05-16
Remove middleware run function in library
Nick Gerace
2021-05-15
Move application-esque behavior out of the library
Nick Gerace
2021-05-15
Consolidate gfld into gfold
Nick Gerace
2021-03-29
Add gfld
Nick
2021-02-15
Add display email feature
Nick Gerace
2021-02-10
Add standard dirs and remove hidden dirs
Nick Gerace
2021-01-27
Remove file header comments
Nick Gerace
2021-01-26
Switch disable unpushed check to enable
Nick Gerace
2020-12-15
Add disable unpushed commit check
Nick Gerace
2020-12-01
Remove unpush functionality
Nick Gerace
2020-11-26
Refactor library into driver and util files
Nick Gerace
2020-11-25
Add unpushed commit detection
Nick Gerace
2020-11-12
Consolidate boolean test permutations to one test
Nick Gerace
2020-11-11
Minimize public structs and functions
Nick Gerace
2020-10-16
Add no color flag
Nick Gerace
2020-10-12
Consolidate match blocks and return panics
Nick Gerace
2020-10-10
Add eyre for simple backtrace reporting
Nick Gerace
2020-10-10
Refactor source code to be driven by a library
Nick Gerace