Skip to content
Snippets Groups Projects

ssh: fix pushing or pulling from SSH with GIT_SSH_COMMAND set

Merged Dan Villiom Podlaski Christiansen requested to merge topic/1.0.x/issue369 into branch/1.0.x
  1. Oct 28, 2022
  2. Sep 01, 2022
    • Aay Jay Chan's avatar
      handler: ignore progress lines that cannot be parsed · edd4ce4c580c
      Aay Jay Chan authored
      Previously, the code assumes every line that ends with `\r` is a progress line
      that contains a number.  This assumption is broken by the response returned by
      Azure Repos, which contains an empty line that ends with `\r` and causes the
      extension to crash.
      edd4ce4c580c
Loading