Crate git_branchless_smartlog

Source
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§

SmartlogGraph
Graph of commits that the user is working on.
SmartlogOptions
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.