Skip to main content

get_at_many

Function get_at_many 

Source
pub fn get_at_many(path: &Path, timestamps: &[Timestamp]) -> Vec<Option<String>>
Expand description

Returns the branch checked out at or before each timestamp.

Opens and scans the HEAD reflog once for all timestamps.