Skip to main content

rev_list

Function rev_list 

Source
pub fn rev_list(rev: &str, n: usize) -> Result<Vec<String>>
Expand description

The most recent n commits reachable from rev, newest first.

First-parent only. A merge commit’s second parent is the branch that was merged, and walking into it interleaves a feature branch’s measurements with the trunk’s — which makes a trend line jump around for reasons that have nothing to do with the trunk.