repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up some files not taken care of by the gcc updates
[msysgit.git]
/
share
/
msysGit
/
pre-install.sh
blob
60c6f79346db20d26debb4498f100efdd12590b0
1
#!/bin/sh
2
3
# This script records the current state of the msysGit root tree in a
4
# temporary Git index
5
6
cd
/ &&
7
export
GIT_INDEX_FILE
=/
.git
/
install-index.$$
&&
8
cp
.git
/
index
$GIT_INDEX_FILE
&&
9
git add .
&&
10
echo
$GIT_INDEX_FILE