Skip to main content

beneath

Function beneath 

Source
pub fn beneath(repo: &Path, commits: &[String]) -> Vec<String>
Expand description

The commit under each of these that is not one of them.

A range says which commits to show, and a step needs the one below it: with three branches that is one under each, since every line needs something of its own to be compared against.