Module git_branchless::commands::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
Graph of commits that the user is working on.
Options for rendering the smartlog.
Functions
Construct the smartlog graph for the repo.
Render the smartlog graph and write it to the provided stream.
Display a nice graph of commits you’ve recently worked on.