Skip to content

Commit b03f174

Browse files
committed
TEST: git: switch to my development branch of git-for-windows/git
There are now a good deal of work-arounds for things in git-for-windows/git that need to be adjusted before we can mark #26470 as ready for review. Better develop the patches directly in the Git repository than playing more of those `config.mak` and `sed` games. This here commit will of course be dropped as soon as things work and the git-for-windows/git patches made it into a tagged version of Git for Windows. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 325b590 commit b03f174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-git/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ makedepends=('git' 'openssh' 'ca-certificates' 'xmlto' 'docbook-xsl' 'docbook-xs
3636
"${MINGW_PACKAGE_PREFIX}-asciidoctor")
3737
install=git.install
3838

39-
source=("${_realname}"::"git+https://github.com/git-for-windows/git.git#tag=v$tag"
39+
source=("${_realname}"::"git+https://github.com/dscho/git.git#branch=add-full-mingw-w64-git-support"
4040
'git-for-windows.ico'
4141
'start-ssh-agent.cmd'
4242
'start-ssh-pageant.cmd'
@@ -58,7 +58,7 @@ source=("${_realname}"::"git+https://github.com/git-for-windows/git.git#tag=v$ta
5858
# resulting in different sha256sums.
5959
export GIT_CONFIG_PARAMETERS="${GIT_CONFIG_PARAMETERS:+$GIT_CONFIG_PARAMETERS }'core.autocrlf=false' 'core.eol=lf'"
6060

61-
sha256sums=('d21ed5eb108646012a7f59c354b3dd45f6b6138de6e2b582906517365962b18f'
61+
sha256sums=('SKIP'
6262
'a9dcba5aebc93ae7aacdee03275780fc6c0f15e88fda30c93041e75851e75090'
6363
'f16b345aba17acd124ab5940635dfa2d87445df73eedbeb80e0285f29c85415a'
6464
'80b0b11efe5a2f9b4cd92f28c260d0b3aad8b809c34ed95237c59b73e08ade0b'

0 commit comments

Comments
 (0)