Skip to content

Commit afb87d9

Browse files
committed
Don't mention skips anymore…
…as these can be so numerous that they fill the message buffer so messages we are actually interested in are discarded before the renderer can pick them up.
1 parent cffb532 commit afb87d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gitoxide-core/src/organize.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ fn handle(
165165

166166
if let Ok(destination) = destination.canonicalize() {
167167
if git_workdir.canonicalize()? == destination {
168-
progress.info(format!(
169-
"Skipping {:?} as it is in the correct spot",
170-
git_workdir.display()
171-
));
172168
return Ok(());
173169
}
174170
}

0 commit comments

Comments
 (0)