mirror of
https://forge.pointfixe.fr/hubert/gitust.git
synced 2026-02-04 16:27:28 +01:00
head
This commit is contained in:
@@ -158,7 +158,7 @@ async fn git_main(
|
||||
};
|
||||
let commit = match commitnameopt {
|
||||
None => {match branchopt {
|
||||
None => {GitRef::Branch("master".to_string())}
|
||||
None => {GitRef::Head}
|
||||
Some(s) => {GitRef::Branch(s)}
|
||||
}}
|
||||
Some(s) => {GitRef::Commit(s)}
|
||||
|
||||
Reference in New Issue
Block a user