-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update git to v2.10.2, fixes #735 #741
Conversation
yukoff
commented
Nov 6, 2016
- Fixes [MINGW64] [gettext] ': not a valid identifierline 89: export: `dashless #735
- Import *sh completion and XSS patches from openSUSE
@@ -45,17 +45,31 @@ replaces=('git-core') | |||
provides=('git-core') | |||
#options=('debug' '!strip') | |||
source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/git/git/archive/v${pkgver}.tar.gz | |||
git.keyring |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious, what is the purpose of this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not used anywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a public PGP keyring of git project. It doesn't needed in most cases, it might be used in case of importing some patches from source tree and to verify commit (a tag normally). Just included it for convenience in case someone would require it at some point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is extra for us. Remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, done.
383e7c9
to
b9ba261
Compare
You forget to remove git.keyring file |
* Fixes msys2#735 * Import *sh completion and XSS patches from openSUSE
b9ba261
to
cf4ac8a
Compare
What I've found so far - it seems that problem comes from MING64 shell:
MING32 shell:
MSYS shell
Now if I remove
And doing opposite (installing the
I've done
And same for (unaffected) MSYS shell:
These are differing parts:
and the good
|
|