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

4 Коммитов

Автор SHA1 Сообщение Дата
Johannes Schindelin cb9836b8a5 Mark scripts and binaries in /bin/ as executable
This helps Cygwin and reusing msysGit scripts on Linux.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2012-06-26 10:08:34 -05:00
Peter Harris 4a9947c566 Rebase all DLLs to avoid wandering addresses preventing 'fork' on Vista
Done by executing the following two commands:

dir *.dll /s/b | grep -v msys-1\.0\.dll - | grep -v \\share\\ - > list
rebase -b 68000000 -d -e 10000 -v @list

This should probably be done as part of building the installer package
to make sure that any new dlls added in the future are also rebased.
2008-02-21 10:49:16 -05:00
Mike Pape f97635f97b Build subversion + perl binding with ssl support.
Cherry-picked from b6735c57f9cce831958fd67df2cb711e31469ecd and removed
the dev files.

Signed-off-by: Mike Pape <dotzenlabs@gmail.com>
2008-02-20 13:43:04 +00:00
Johannes Schindelin 8cd0b219da Install subversion 1.4.6 + its perl bindings (for git-svn)
Cherry-picked from fab27e54d6a9eb12f5aa5949a9a6441dac633326.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-20 13:42:45 +00:00