unimportant

This commit is contained in:
Cosmin Apreutesei
2015-09-09 18:51:26 +03:00
parent 8525d611fe
commit e20bca1083
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ usage() {
exit
}
echo
echo " multigit 3.3 - git wrapper for working with overlaid repos."
echo " multigit 3.5 - git wrapper for working with overlaid repos."
echo " Cosmin Apreutesei | public domain | https://github.com/capr/multigit"
echo
echo " USAGE: mgit ..."
+3 -3
View File
@@ -1,8 +1,8 @@
@echo off
setlocal enabledelayedexpansion
rem find bash.exe from a git installation and run our git wrapper with it.
rem for this to work git.exe must be in PATH and bash.exe must be
rem in ../bin (MSysGit) or ../usr/bin (Git for Windows).
REM # Find bash.exe from a git installation and run our git wrapper with it.
REM # For this to work git.exe must be in PATH and bash.exe must be
REM # in ../bin (MSysGit) or ../usr/bin (Git for Windows).
:begin
call :set_dir git.exe
if exist !dir! goto git_found