| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
and git for windows includes curl which git-annex will use instead.
wget was broken even in the previous old release of the windows bundle,
this is not new breakage. msys-idn-11.dll and probably more would be needed
to use it. git for windows includes msys-idn2-0.dll instead.
|
|
|
|
|
|
| |
will be preferred over it.
This commit was sponsored by Denis Dzyubenko on Patreon.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
definition files for the locales in use when starting runshell.
Currently only done for utf-8 locales because the charset can easily be
told for those. Other locales don't include the charset in their name.
The locale definition is generated under git-annex.linux/locales.
So, this only works if the user can write there.
If locale generation fails for any reason, it's silently skipped.
The git-annex-standalone.deb installs the bundle under /usr, so this locale
generation won't work for non-root users.
|
|
|
|
|
| |
problematic
flexibility
|
| |
|
| |
|
| |
|
|
|
|
| |
system gpg will be preferred over it.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using msysgit with git-annex is no longer supported.
At the same time, I'm updating the rsync.exe in my downloads repository
with the one from msys2.
Note that rsync is currently still being ldded and installed in Git/cmd/
like the other cygwin programs. The ldd fails and this failure is ignored.
It would be better to special case it to go in Git/usr/bin/, so that the
user can't run rsync in a dos prompt window, which doesn't work, as it needs
additional libs. However, as far as git-annex running rsync running ssh,
it works ok in this location.
Removed the ssh.cmd and ssh-keygen.cmd; these are not needed with git for
windows. Keeping them would let ssh be run manually from a dos prompt
window, but that's not really a goal.
|
|
|
|
| |
It never belonged there.
|
|
|
|
| |
the setting of HOME. Instead, copy msysgit's ssh into PATH.
|
| |
|
|
|
|
| |
Git/bin, since the latter is not in the default msysgit PATH.
|
|
|
|
| |
includes it.
|
|
|
|
| |
automatic upgrading. Instead, curl is used, unless the OSX system has wget installed, which will then be used.
|
| |
|
|
|
|
| |
standalone build, and OSX app, so they will be available when it's added to PATH.
|
| |
|
|
|
|
| |
commands are available.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|