mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
todo
This commit is contained in:
parent
3b9f698c29
commit
d2d8e86225
2 changed files with 2 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
|
|
@ -591,6 +591,7 @@ impl Status {
|
|||
self.queue.push(InternalEvent::Push(
|
||||
PushDetails::new(
|
||||
branch,
|
||||
//TODO:
|
||||
String::new(),
|
||||
PushType::Branch,
|
||||
force,
|
||||
|
|
|
|||
Loading…
Reference in a new issue