Skip to content

Commit

Permalink
Start anew
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dscho committed Aug 6, 2007
0 parents commit 2914373
Show file tree
Hide file tree
Showing 1,707 changed files with 458,505 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
@@ -0,0 +1,8 @@
/bin/git*
/bin/cpio
/home
/share/git-gui
/share/git-core
/etc/gitconfig
/lib/Error.pm
/lib/Git.pm
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "git"]
path = git
url = git://repo.or.cz/git/mingw4msysgit.git/
8 changes: 8 additions & 0 deletions bin/awk
@@ -0,0 +1,8 @@
#!/bin/sh
# Copyright (C) 2002, Earnie Boyd
# mailto:earnie@users.sf.net
# This file is part of MSYS
# http://www.mingw.org/msys.shtml
# File: awk

gawk "$@"
Binary file added bin/basename.exe
Binary file not shown.
Binary file added bin/bash.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions bin/bunzip2
@@ -0,0 +1,8 @@
#! /bin/sh
# Copyright (C) 2002, Earnie Boyd
# mailto:earnie@users.sf.net
# This file is a part of Minimal SYStem
# http://www.mingw.org/msys.html
# File: bunzip2

bzip2 -d $@
Binary file added bin/bzip2.exe
Binary file not shown.
Binary file added bin/cat.exe
Binary file not shown.
Binary file added bin/chmod.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions bin/cmd
@@ -0,0 +1,8 @@
#!/bin/sh
# Copyright (C) 2002, Earnie Boyd
# mailto:earnie@users.sf.net
# This file is part of Minimal SYStem.
# http://www.mingw.org/msys.shtml
# File: cmd

`echo $COMSPEC | sed -e 's#\\\\#/#g'` "$@"
Binary file added bin/cmp.exe
Binary file not shown.
Binary file added bin/cp.exe
Binary file not shown.
Binary file added bin/cut.exe
Binary file not shown.
Binary file added bin/cvs.exe
Binary file not shown.
Binary file added bin/date.exe
Binary file not shown.
Binary file added bin/diff.exe
Binary file not shown.
Binary file added bin/diff3.exe
Binary file not shown.
Binary file added bin/dirname.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions bin/echo
@@ -0,0 +1,8 @@
#!/bin/sh
# Copyright (C) 2002, Earnie Boyd
# mailto:earnie@users.sf.net
# This file is part of MSYS
# http://www.mingw.org/msys.shtml
# File: echo

echo "$@"
8 changes: 8 additions & 0 deletions bin/egrep
@@ -0,0 +1,8 @@
#!/bin/sh
# Copyright (C) 2002, Earnie Boyd
# mailto:earnie@users.sf.net
# This file is part of MSYS
# http://www.mingw.org/msys.shtml
# File: egrep

grep -E "$@"
Binary file added bin/env.exe
Binary file not shown.
Binary file added bin/expr.exe
Binary file not shown.
Binary file added bin/false.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions bin/fgrep
@@ -0,0 +1,8 @@
#!/bin/sh
# Copyright (C) 2002, Earnie Boyd
# mailto:earnie@users.sf.net
# This file is part of MSYS
# http://www.mingw.org/msys.shtml
# File: fgrep

grep -F "$@"
Binary file added bin/find.exe
Binary file not shown.
Binary file added bin/gawk.exe
Binary file not shown.
Binary file added bin/grep.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions bin/gunzip
@@ -0,0 +1,8 @@
#! /bin/sh
# Copyright (C) 2002, Earnie Boyd
# mailto:earnie@users.sf.net
# This file is a part of Minimal SYStem
# http://www.mingw.org/msys.html
# File: gunzip

gzip -d $@
Binary file added bin/gzip.exe
Binary file not shown.
Binary file added bin/head.exe
Binary file not shown.
Binary file added bin/id.exe
Binary file not shown.
20 changes: 20 additions & 0 deletions bin/initialize-msysGit.sh
@@ -0,0 +1,20 @@
#!/bin/sh

# This script initializes /.git from msysgit.git on repo.or.cz

test -d /.git || {
cd / &&
git init &&
git add bin doc etc lib mingw msys* share .gitignore &&
git add $( (cd git &&
git ls-files | grep -v "^\"\?gitweb" &&
echo gitweb) |
sed "s|^|git/|" ) &&
git update-index --add git/config.mak &&
git remote add origin git://repo.or.cz/msysgit.git/ &&
git fetch &&
git gc &&
git reset --soft origin/master &&
git read-tree -m -u HEAD
}

Binary file added bin/install-info.exe
Binary file not shown.
19 changes: 19 additions & 0 deletions bin/install-info.exe.manifest
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="7.95.0.0"
processorArchitecture="X86"
name="install-info.exe"
type="win32"/>

<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Binary file added bin/install.exe
Binary file not shown.
19 changes: 19 additions & 0 deletions bin/install.exe.manifest
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="7.95.0.0"
processorArchitecture="X86"
name="install.exe"
type="win32"/>

<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Binary file added bin/less.exe
Binary file not shown.
Binary file added bin/libW11.dll
Binary file not shown.
Binary file added bin/libperl.dll
Binary file not shown.
Binary file added bin/ln.exe
Binary file not shown.
Binary file added bin/ls.exe
Binary file not shown.
Binary file added bin/make.exe
Binary file not shown.
Binary file added bin/md5sum.exe
Binary file not shown.
Binary file added bin/mkdir.exe
Binary file not shown.
Binary file added bin/mount.exe
Binary file not shown.
Binary file added bin/msys-1.0.dll
Binary file not shown.
134 changes: 134 additions & 0 deletions bin/msys-rxvt.bat
@@ -0,0 +1,134 @@
@echo off
rem Copyright (C): 2001, 2002 Earnie Boyd
rem mailto:earnie@users.sf.net
rem This file is part of Minimal SYStem
rem http://www.mingw.org/msys.shtml
rem
rem File: msys.bat
rem Revision: 2.0
rem Revision Date: April 17th, 2002

rem ember to set the "Start in:" field of the shortcut.
rem A value similar to C:\msys\1.0\bin is what the "Start in:" field needs
rem to represent.

rem ember value of GOTO: is used to know recursion has happened.
if "%1" == "GOTO:" goto %2

rem ember command.com only uses the first eight characters of the label.
goto _WindowsNT

rem ember that we only execute here if we are in command.com.
:_Windows

if "x%COMSPEC%" == "x" set COMSPEC=command.com
start %COMSPEC% /e:4096 /c %0 GOTO: _Resume %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
goto EOF

rem ember that we execute here if we recursed.
:_Resume
for %%F in (1 2 3) do shift

rem ember that we get here even in command.com.
:_WindowsNT

if "x%MSYSTEM%" == "x" set MSYSTEM=MINGW32
if "%1" == "MSYS" set MSYSTEM=MSYS

if NOT "x%DISPLAY%" == "x" set DISPLAY=

if EXIST bin\nul cd bin
if EXIST rxvt.exe goto startrxvt
if EXIST sh.exe goto startsh

echo Cannot find the rxvt.exe or sh.exe binary -- aborting.
pause
exit 1

rem If you don't want to use rxvt then rename the file rxvt.exe to something
rem else. Then sh.exe will be used instead.
:startrxvt

rem Setup the default colors for rxvt.
if "x%MSYSBGCOLOR%" == "x" set MSYSBGCOLOR=White
if "x%MSYSFGCOLOR%" == "x" set MSYSFGCOLOR=Black
if "x%MINGW32BGCOLOR%" == "x" set MINGW32BGCOLOR=LightYellow
if "x%MINGW32FGCOLOR%" == "x" set MINGW32FGCOLOR=Navy
if "%MSYSTEM%" == "MSYS" set BGCOLOR=%MSYSBGCOLOR%
if "%MSYSTEM%" == "MSYS" set FGCOLOR=%MSYSFGCOLOR%
if "%MSYSTEM%" == "MINGW32" set BGCOLOR=%MINGW32BGCOLOR%
if "%MSYSTEM%" == "MINGW32" set FGCOLOR=%MINGW32FGCOLOR%

start rxvt -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -i
exit

:startsh
start sh --login -i
exit

:EOF

rem ChangeLog:
rem 2002.03.07 Earnie Boyd mailto:earnie@users.sf.net
rem * Move the @echo off to the top.
rem * Change the binmode setting to nobinmode.
rem * Remove the angle brackets around email address to workaround MS
rem buggy command processor.
rem
rem 2002.03.12 Earnie Boyd mailto:earnie@users.sf.net
rem * Add filter logic to find rxvt.exe
rem
rem 2002.03.13 Earnie Boyd mailto:earnie@users.sf.net
rem * Revert the nobinmode change.
rem
rem 2002.03.20 Earnie Boyd mailto:earnie@users.sf.net
rem * Add logic for stating bash.
rem
rem 2002.04.11 Earnie Boyd mailto;earnie@users.sf.net
rem * Add logic for setting MSYSTEM value based on parameter.
rem
rem 2002.04.15 Olivier Gautherot mailto:olivier_gautherot@mentorg.com
rem * Reduce number test conditions for finding an executable.
rem
rem 2002.04.15 Earnie Boyd mailto:earnie@users.sf.net
rem * Unset DISPLAY if set before starting shell.
rem
rem 2002.04.16 Earnie Boyd mailto:earnie@users.sf.net
rem * Remove use of DEFINED in conditional statments for variables for
rem command.com support.
rem * Add check for nonexistance of USERNAME variable for Win9x support.
rem
rem 2002.04.17 Earnie Boyd mailto:earnie@users.sf.net
rem * Add foreground and background color defaults based on MSYSTEM value.
rem
rem 2002.04.22 Earnie Boyd mailto:earnie@users.sf.net
rem * More Win 9x changes.
rem
rem 2002.05.04 Earnie Boyd mailto:earnie@users.sf.net
rem * Remove the SET of USERNAME and HOME.
rem
rem 2002.11.18 Earnie Boyd mailto:earnie@users.sf.net
rem * Add command.com detection and restart with a larger environment to
rem avoid errors on w9x.
rem Many thanks to Randy W. Sims mailto:RandyS@ThePierianSpring.org.
rem See Randy's response to "RE: [Mingw-msys] Installation on WindowsME"
rem from 11/06/2002 in the archives of mingw-msys@lists.sf.net.
rem
rem 2002.11.19 Paul Garceau mailto:pgarceau@attbi.com
rem * Fix a typo: Change COMPSPEC to COMSPEC.
rem
rem 2002.11.25 Earnie Boyd mailto:earnie@users.sf.net
rem * Remove the SET CYGWIN since it doesn't matter any longer.
rem
rem 2003.02.03 Earnie Boyd mailto:earnie@users.sf.net
rem * Win9x doesn't like ``EXISTS dir'' so change it to ``EXISTS dir\nul''.
rem Thanks to Nicolas Weber mailto:nicolasweber@gmx.de.
rem
rem 2003.03.06 Earnie Boyd mailto:earnie@users.sf.net
rem * Add -backspacekey switch to rxvt startup.
rem * Move RXVT color setup to startrxvt label
rem
rem 2004.01.30 Earnie Boyd mailto:earnie@users.sf.net
rem * Add -geometry parameter to work around an off by one issue with
rem the default values.
rem Thanks to Dave Schuyler mailto:parameter@users.sf.net
29 changes: 29 additions & 0 deletions bin/msysinfo
@@ -0,0 +1,29 @@
#!/bin/sh
# This script has been placed in the public domain by its author, John Kane.
# This file is part of MSYS
# http://www.mingw.org/msys.shtml
# File: msysinfo

echo 'msysinfo-1.3: Send this to the MSYS support list:'
echo ; echo 'MSYS '$(uname -rvmp)"; targ="$(uname -s|cut -d_ -f1)
echo $(sh --version | grep -i '[0-9]\.[0-9]')"; ENV=${ENV:-.profile}"
echo -n $(make --version | grep -i '[0-9]\.[0-9]' | cut -db -f1)""
echo $(make --version | grep -i 'Built')"; MAKE_MODE=$MAKE_MODE"
echo $(gcc --version | grep -i '[0-9]\.[0-9]')"; targ="$(uname -s|cut -d_ -f1)
ld --version | grep -i '[0-9]\.[0-9]'
ls -o --full-time /bin/msys*.dll | cut -c 25-
ls -o --full-time $(type -p make).exe | cut -c 25-
ls -o --full-time $(type -p gcc).exe | cut -c 25-
ls -o --full-time $(type -p ld).exe | cut -c 25-
echo "HOME=$HOME"
echo "Sysname=$(uname --sysname) OSTYPE=$OSTYPE TERM=$TERM"
echo "PATH=$PATH" | fold -w 64 ; echo "$ ls -tx $PWD" ; ls -tAxFw64
if [ "$1" = "all" ] || [ "$1" = "long" ] ; then
echo ; md5sum -b /bin/msys*.dll ; md5sum -b $(type -p make).exe
md5sum -b $(type -p gcc).exe ; md5sum -b $(type -p ld).exe
echo ; echo "In /etc/fstab:" ; cat /etc/fstab | grep '/'
echo ; echo "In /etc/profile:" ; cat /etc/profile | grep -i 'export'
echo ; grep -a '%%%' /bin/msys*.dll
echo ; set | fold -sw 64
echo ; echo '$ msysinfo all >msysinfo.txt will save this to a file'
fi
Binary file added bin/msysltdl-3.dll
Binary file not shown.
Binary file added bin/mv.exe
Binary file not shown.
Binary file added bin/od.exe
Binary file not shown.
Binary file added bin/openssl.exe
Binary file not shown.
Binary file added bin/patch.exe
Binary file not shown.
19 changes: 19 additions & 0 deletions bin/patch.exe.manifest
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="7.95.0.0"
processorArchitecture="X86"
name="patch.exe"
type="win32"/>

<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Binary file added bin/perl.exe
Binary file not shown.
Binary file added bin/perl5.6.1.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions bin/printf
@@ -0,0 +1,8 @@
#!/bin/sh
# Copyright (C) 2002, Earnie Boyd
# mailto:earnie@users.sf.net
# This file is part of MSYS
# http://www.mingw.org/msys.shtml
# File: printf

printf "$@"
Binary file added bin/ps.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions bin/pwd
@@ -0,0 +1,8 @@
#!/bin/sh
# Copyright (C) 2002, Earnie Boyd
# mailto:earnie@users.sf.net
# This file is part of MSYS
# http://www.mingw.org/msys.shtml
# File: pwd

pwd "$@"
39 changes: 39 additions & 0 deletions bin/release-msysGit.sh
@@ -0,0 +1,39 @@
#!/bin/sh

case "$1" in
'')
echo "Usage: $0 <version> [<installer-to-update>]"
exit 1
esac

VERSION="$1"
UPDATE="$2"
ACTION=a
TARGET="$HOME"/msysGit-$VERSION.exe

test -z "$UPDATE" || {
test "$UPDATE" = "$TARGET" || mv "$UPDATE" "$TARGET" || exit
ACTION=u
} &&

case "$(basename "$(cd /; pwd -W)")" in
msysGit) ;;
*)
echo "Basename of the msysGit directory is not msysGit"
exit 1
esac

cd "$(dirname "$(cd /; pwd -W)")"

# get list
LIST=list.txt

(cd / &&
git ls-files | grep -v '^\"\?git/gitweb' &&
echo "git/gitweb") |
sed "s|^|msysGit/|" > $LIST &&

# make installer
OPTS7="-m0=lzma -mx=9 -md=64M -sfx7z.sfx $TARGET" &&

"$PROGRAMFILES"/7-Zip/7z.exe $ACTION $OPTS7 @$LIST
Binary file added bin/rm.exe
Binary file not shown.
Binary file added bin/rmdir.exe
Binary file not shown.

0 comments on commit 2914373

Please sign in to comment.