Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Pat Thoyts afc74bb885 msys: added setlocal to keep variables in subshell
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2013-09-05 20:22:42 +01:00
Johannes Schindelin edba6a9056 Make msys.bat work with WINE
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-01-05 17:36:41 +01:00
Steffen Prohaska fffd256d1d msys: support for Windows XP x64
msys needs to be started in 32 bit (WOW 64) mode.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2007-08-14 05:05:31 -07:00
Marius Storm-Olsen 0daae08323 Make msys.bat try harder to find the shells / rxvt
Also, switch out SH with bash. We know we have it.

Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
2007-08-09 21:54:32 +02:00
Marius Storm-Olsen d26bd84a85 Windows Batch files should have DOS end-of-line markers.
Also added the file with -crlf in a .gitattributes file so
It's not converted back for people with autocrlf=true.

Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
2007-08-09 08:37:47 +02:00
Marius Storm-Olsen ee26d5a43a Use 'call' instead of 'start' to start SH, as 'start' opens a new terminal.
Couldn't use start /B either, since that resulted in some bad behaviour.

Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
2007-08-09 08:32:54 +02:00
Mike Pape 40b948111d Use start to prevent "Terminate batch jobs" message on exit.
Without start sh, if you ever break out of something, when you exit, you're
asked if you want to terminate batch jobs.  This gets rid of that message.
This file was also converted to unix line endings.

Signed-off-by: Mike Pape <dotzenlabs@gmail.com>
2007-08-08 22:28:28 -04:00
Johannes Schindelin 2914373028 Start anew
This initializes an independent branch, the way it should have been, with
git/ as a subproject.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-08-06 21:58:10 +01:00