expand comment
This commit is contained in:
parent
54e596894f
commit
0156ea7f53
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ rm -f git-annex-installer.exe
|
||||||
# Get extra programs to bundle with git-annex.
|
# Get extra programs to bundle with git-annex.
|
||||||
# These are msys2 programs, from https://msys2.github.io/.
|
# These are msys2 programs, from https://msys2.github.io/.
|
||||||
# Since git for windows uses msys2, and includes its libraries,
|
# Since git for windows uses msys2, and includes its libraries,
|
||||||
# these programs will work well with it.
|
# these programs will work well with it. Note that these are 32 bit
|
||||||
|
# programs, so the 32 bit version of git for windows needs to be installed,
|
||||||
|
# not the 64 bit.
|
||||||
getextra () {
|
getextra () {
|
||||||
extrap="$1"
|
extrap="$1"
|
||||||
extrasha="$2"
|
extrasha="$2"
|
||||||
|
|
Loading…
Reference in a new issue