mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
read COMMANDS_WIHOUT_REPO from not_need_git_repo file
This commit is contained in:
parent
292149c46f
commit
7a66b157f0
|
|
@ -104,7 +104,9 @@ if "%IS_WRITEABLE%"=="no" (
|
|||
goto :exit
|
||||
)
|
||||
|
||||
SET COMMANDS_WITHOUT_REPO=git-alias git-extras git-fork git-setup
|
||||
FOR /F "eol=# delims=" %%A in (not_need_git_repo) DO (
|
||||
SET COMMANDS_WITHOUT_REPO=!COMMANDS_WITHOUT_REPO! %%A
|
||||
)
|
||||
|
||||
echo Installing binaries...
|
||||
FOR /R "%GITEXTRAS%\bin" %%i in (*.*) DO (
|
||||
|
|
|
|||
Loading…
Reference in a new issue