Commit Graph

4 Commits

Author SHA1 Message Date
Christoph Reiter
942b28fbae repo: make file executable permissions match the cygwin derived status
In case we have a git clone from Linux that is accessed via cygwin git
the files executable status will be derived from the file content (shebang)
and won't match the git repo, leading to a initially dirty tree.

This can be worked around by setting "core.filemode=false", but let's try
to match the cygwin permissions with the in-repo permissions so this isn't
needed.
2024-04-14 14:01:33 +02:00
Johannes Schindelin
4cfaa7f6ae gh: allow running in WSL
In WSL, we do not have `/usr/bin/winpty`. Let's verify that it is
available before using it, falling back to the `winpty`-less invocation.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2021-04-15 10:53:49 +02:00
Naveen M K
64800baba2 add no strip option 2021-02-20 19:29:29 +05:30
Naveen M K
42774090e6 github-cli: new package 2021-02-20 18:28:27 +05:30