Your comments

Hi Miro,
Thank you for your feedback, I understand what you would like to achieve.

Can you tell me a bit about your environment?

Daniel

Yes of course!


We have a Pull Request Integration for GitHub in the Standard Window including visualisation of CI/CD results.


My questions are:

  • Have you used the GitHub PR feature in Standard Window?
  • Would you be happy if we have the same for GitLab?

Pavlo,

As you use the Term "Merge Request" I assume you use GitLab? (Onpremise/Hosted)

Cheers

Daniel

Chris,
I am following and I understand what your are saying.
My observation is that all 3 Windows show the currently active Repo in the title bar. I tried with 24.1 and the very early 25.1 preview.

Only If you have multiple Repos opened in Log or Working Tree Window there is no more idication which Repos are open.

Cheers

Daniel





I tried what Thomas sugested - I hope this helps.

From zsh you can open SmartGit via:

open -n /Applications/SmartGit.app

Ok - I am not a Mac expert - but I would use the same way that I use to do precommit logic in powershell but use "zsh" instead of powershell:

#!/bin/sh
echo 
exec powershell.exe -ExecutionPolicy RemoteSigned -File '.\pre-commit.ps1'
exit


https://blog.nimblepros.com/blogs/setting-up-pre-commit-git-hook-on-windows-with-powershell/

Hi

Just to clarify:

* we are not talking about an interactive pre-commit hook

* the problem is that the shell context that is used to run the precommit hook is not aware of the environment variables required to finish the task

Did I understand it?

Cheers

Daniel