This commit is contained in:
extrawurst 2023-03-24 13:01:38 +01:00
parent 3b9f698c29
commit d2d8e86225
2 changed files with 2 additions and 1 deletions

View file

@ -384,7 +384,7 @@ impl TagListComponent {
Ok(())
}
pub fn update_missing_remote_tags(&mut self) {
fn update_missing_remote_tags(&mut self, remote: String) {
if self.has_remotes {
self.async_remote_tags.spawn(AsyncRemoteTagsJob::new(
self.repo.borrow().clone(),

View file

@ -591,6 +591,7 @@ impl Status {
self.queue.push(InternalEvent::Push(
PushDetails::new(
branch,
//TODO:
String::new(),
PushType::Branch,
force,