mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-08 10:58:33 +03:00
Merge pull request #1669 from gitbutlerapp/virtual-branch
Virtual branch
This commit is contained in:
commit
47ce0c49e8
@ -124,7 +124,7 @@ impl HandlerInner {
|
||||
.await
|
||||
.context("failed to update last push")?;
|
||||
|
||||
tracing::debug!(
|
||||
tracing::info!(
|
||||
%project_id,
|
||||
"project batch pushed: {}/{}",id_count.saturating_sub(idx),id_count,
|
||||
);
|
||||
@ -154,7 +154,7 @@ impl HandlerInner {
|
||||
|
||||
//TODO: remove push-tmp ref
|
||||
|
||||
tracing::debug!(
|
||||
tracing::info!(
|
||||
%project_id,
|
||||
"project fully pushed",
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user