mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
todo
This commit is contained in:
parent
3b1a004657
commit
82c52cec37
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ pub enum BlameAt {
|
|||
pub fn blame_file(
|
||||
repo_path: &str,
|
||||
file_path: &str,
|
||||
//TODO: remove until we actually use this on specific commits, right now not even the unittests cover this
|
||||
blame_at: &BlameAt,
|
||||
) -> Result<FileBlame> {
|
||||
let repo = utils::repo(repo_path)?;
|
||||
|
|
|
|||
Loading…
Reference in a new issue