Updated name of temporary remote branch to update-to-2.3.0, correct me if that was a mistake.

마누엘 2015-02-25 07:13:17 +01:00
parent 30db14974a
commit 8be332d85b

@ -23,7 +23,7 @@ As we are in the process of switching away from msysGit as our development envir
4. Install Git's dependencies: `pacman -S python less openssh patch make tar ca-certificates perl-Error perl perl-Authen-SASL perl-libwww perl-MIME-tools perl-Net-SMTP-SSL perl-TermReadKey winpty-git mingw-w64-<arch>-curl mingw-w64-<arch>-expat mingw-w64-<arch>-openssl mingw-w64-<arch>-tcl mingw-w64-<arch>-pcre`
5. Temporarily: In /usr/src/git/, check out the `tentative-2.3.0` branch: `git remote add -f dscho https://github.com/dscho/git && git checkout -t dscho/tentative-2.3.0`.
5. Temporarily: In /usr/src/git/, check out the `update-to-2.3.0` branch: `git remote add -f dscho https://github.com/dscho/git && git checkout -t dscho/update-to-2.3.0`.
6. Build Git. Some dependencies might be missing, still, e.g. subversion, gettext, man, mingw-w64-<arch>-gdb, binutils or texinfo (these packages were installed manually before the first successful Git for Windows build).