We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e9194 commit 726928bCopy full SHA for 726928b
asyncgit/src/sync/commit.rs
@@ -9,7 +9,7 @@ pub fn amend(
9
id: CommitId,
10
msg: &str,
11
) -> Result<CommitId> {
12
- scope_time!("commit");
+ scope_time!("amend");
13
14
let repo = repo(repo_path)?;
15
let commit = repo.find_commit(id.into())?;
0 commit comments