Merge branch 'garden-shears'
[msysgit.git] / share / msysGit / pre-install.sh
blob60c6f79346db20d26debb4498f100efdd12590b0
1 #!/bin/sh
3 # This script records the current state of the msysGit root tree in a
4 # temporary Git index
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