Hi Eric, On Tue, 31 Aug 2021, Eric Sunshine wrote: > On Mon, Aug 30, 2021 at 5:35 PM Johannes Schindelin via GitGitGadget > <gitgitgadget@xxxxxxxxx> wrote: > > The .NET version of Scalar has a `version` command. This was necessary > > because it was versioned independently of Git. > > > > Since Scalar is now tightly coupled with Git, it does not make sense for > > them to show different versions. Therefore, it shows the same output as > > `git versions`. For backwards-compatibility with the .NET version, > > s/versions/version/ Thank you! Dscho > > > `scalar version` prints to `stderr`, though (`git version` prints to > > `stdout` instead). > > > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> >