Expand description
Display a graph of commits that the user has worked on recently.
The set of commits that are still being worked on is inferred from the event
log; see the eventlog
module.
Structs§
- Smartlog
Graph - Graph of commits that the user is working on.
- Smartlog
Options - Options for rendering the smartlog.
Functions§
- command_
main smartlog
command.- make_
smartlog_ graph - Construct the smartlog graph for the repo.
- render_
graph - Render the smartlog graph and write it to the provided stream.
- smartlog
- Display a nice graph of commits you’ve recently worked on.