Граф коммитов

1155 Коммитов

Автор SHA1 Сообщение Дата
Johannes Schindelin fd0d8400e3 vimtutor: avoid warning due to Windows' lack of mktemp
This is the quickest way to avoid those warnings, and this developer deems
that good enough a work around.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-06-20 10:11:30 -05:00
Curtis Rueden 72920aa97e Add the vimtutor shell script
This is the exact same vimtutor from the vim source repository:

  https://vim.googlecode.com/hg/src/vimtutor

It works as is in MSYS, although there are a couple of warnings:

  /bin/vimtutor: line 28: mktemp: command not found
  /bin/vimtutor: line 28: tempfile: command not found

Since these utilities are not present.

However, the script has a contingency for that scenario, and manages to
create a temporary copy of the tutor file anyway, so all is well.

Signed-off-by: Curtis Rueden <ctrueden@wisc.edu>
2014-06-19 15:59:58 -05:00
dscho 8f14bf7823 Merge pull request #215 from kusma/use-upgraded-openssl
openssl: there can only be one
2014-06-13 08:16:01 -05:00
Erik Faye-Lund b3223f0c86 openssl: there can only be one
Back in 2009, when we first added our custom-built OpenSSL, we
forgot to remove the msys-version in /bin first.

Keep the DLL-files, as msys-openssh depend on them.
2014-06-13 11:39:11 +02:00
Johannes Schindelin 7649771d91 download-stats: look for 1.9.4 now
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-06-12 09:54:03 -05:00
Thomas Braun b0267f61dd Prepare Release Notes for 1.9.4
Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
2014-06-11 20:25:00 +02:00
Thomas Braun 66e6ac2147 Commit submodules in preparation for 1.9.4
Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
2014-06-11 20:24:52 +02:00
dscho 2ebae6af82 Merge pull request #214 from t-b/fix-mingw64-build
Increase the RSS feed limit
2014-06-10 16:41:02 -06:00
Thomas Braun 7c7ed4bc40 Increase the RSS feed limit
Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
2014-06-10 18:13:45 +02:00
dscho d616606c6d Merge pull request #212 from kusma/upgrade-openssl
Upgrade openssl
2014-06-05 09:51:06 -06:00
Erik Faye-Lund 03bf3e4d2c Install OpenSSL 0.9.8za header files
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
2014-06-05 17:34:35 +02:00
Erik Faye-Lund d01ef81f97 Install OpenSSL 0.9.8za import libs
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
2014-06-05 17:34:24 +02:00
Erik Faye-Lund cd33649d02 Install OpenSSL 0.9.8za
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
2014-06-05 17:34:11 +02:00
Erik Faye-Lund 930d661bb5 openssl: update release script to use version 0.9.8za
On advice from OpenSSL Security Advisory [05 Jun 2014], we should
upgrade OpenSSL to version 0.9.8za ASAP. CVE-2014-0195 is
especially nasty, as it allows arbitrary code execution.

http://www.openssl.org/news/secadv_20140605.txt

Include a patch to make sure this compiles.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
2014-06-05 17:33:54 +02:00
dscho c7cd320073 Merge pull request #199 from stuyvenberg/patch-1
--force: Propagate to shears.sh
2014-05-05 17:56:12 -04:00
stuyvenberg 3fb005e100 --force: Propagate to shears.sh
After an annoying mistake and subsequent abort during a merging-rebase, I used the --force only to be stopped by a message from shears.sh telling me to use --force.

(As a side note, this commit could only have been made more amusing by submitting it yesterday...)
2014-05-05 16:43:24 -05:00
dscho 5873e5938c Merge pull request #197 from nilleb/patch-1
Issue 196, work in progress
2014-05-05 09:40:56 -05:00
Ivo Bellin Salarin d77838e911 setup-msysgit: avoid using the dashed form
It has been deprecated for quite a while now...

Besides, it does not seem to work here:
ln: accessing `//installer-tmp/bin/git.exe': No such host or network path
ln: accessing `//installer-tmp/bin/git.exe': No such host or network path
...
2014-05-05 11:55:47 +02:00
Ivo Bellin Salarin fe4c84aa02 setup-msysgit: Also set https_proxy
The URLs for the cloned repositories are now HTTPS URLs, therefore we
need to use the proxy also for such URLs if a proxy is required for
cloning to work.
2014-05-05 11:54:53 +02:00
Erik Faye-Lund 2e1502a81a Revert "perl: make File::Spec treat msys as Window"
This reverts commit eeaeecbbef.
2014-04-15 22:27:40 +02:00
Erik Faye-Lund eeaeecbbef perl: make File::Spec treat msys as Window
Since our Perl installation is there to cater to Git for Windows,
which is not an msys program, it would be better for it to treat
paths as Win32 paths. So let's tweak it to do just that.
2014-04-15 22:22:30 +02:00
Johannes Schindelin ce1f50efd0 Add a script to list the download statistics for Git for Windows
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-04-15 14:16:11 -05:00
Johannes Schindelin 21ab21125a Remove the TODO file
We use GitHub issues now.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-04-15 13:23:56 -05:00
dscho afa77d814b Merge pull request #187 from bbodenmiller/patch-2
fix another typo
2014-04-14 20:23:46 -05:00
dscho 823417d6fe Merge pull request #186 from bbodenmiller/patch-1
fix typo
2014-04-14 20:23:11 -05:00
Ben Bodenmiller 117131d25c fix another typo
Corrects spelling of absolute
2014-04-14 14:43:45 -07:00
Ben Bodenmiller dc273363db fix typo
Corrects spelling of absolute
2014-04-14 14:43:08 -07:00
dscho 5e6e34a3a5 Merge pull request #185 from vfr-nl/master
Installer: Fix a typo
2014-04-13 11:40:17 -05:00
Vincent van Ravesteijn 59b3a730ce Installer: Fix a typo
Signed-off-by: Vincent van Ravesteijn <vfr@lyx.org>
2014-04-13 11:38:01 +02:00
Johannes Schindelin 00039af463 Rewrite upload-to-github.sh for current GitHub API
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-04-11 16:45:52 -05:00
Johannes Schindelin 317d48af2d Remove support scripts for uploading to GoogleCode
GoogleCode's support for uploads went the way of the Google Reader.
Makes you wonder what GoogleCode is good for, really. Probably going
bu-bye altogether, soon. Guess we should have clicked more ads.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-04-11 15:26:48 -05:00
Johannes Schindelin 1f220ee198 Commit submodules in preparation for 1.9.2
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-04-11 14:36:37 -05:00
Johannes Schindelin 10056a4655 Prepare ReleaseNotes for 1.9.2
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-04-11 13:52:41 -05:00
Johannes Schindelin 42977446c3 Update xargs.exe to version 4.4.2
Now Ilya Basin can use the -d option!

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-04-02 14:44:15 -05:00
Sebastian Schuberth dedb6c0cc9 Installer: Do not mention Cygwin on the PATH page to avoid confusion
MSYS, being a Cygwin fork, also looks at the CYGWIN environment variable.
If a user has installed Cygwin in parallel to MSYS / Git for Windows,
CYGWIN might have been customized for Cygwin, but that customization also
affects MSYS and might break it as [1] shows. Do not explicitly mention
Cygwin as part of the installer's wizard page for adjusting the PATH
environment variable to not give the impression parallel use with Cygwin
was supported or encouraged. In fact, we highly recommend to not have
Cygwin installed at all when using MSYS / Git for Windows.

Also, take the opportunity to reword the other options on the same wizard
page for clarity.

[1] https://github.com/msysgit/git/issues/118

Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
2014-03-19 10:25:47 +01:00
Sebastian Schuberth 918dc7d7c9 Also add unix2dos to the installer
We already have dos2unix, so for consistency it makes sense to ship
unix2dos, too.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
2014-03-18 23:40:49 +01:00
Sebastian Schuberth 9a9961ef01 As a follow-up to 7046b44, actually ship dos2unix, too
And simplify the copy step a bit.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
2014-03-18 23:19:10 +01:00
Johannes Schindelin 5276b74f27 Aargh. Forgot one more obsolete URL
I should really learn to 'git grep' in the top-level directory rather
than a subdirectory.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-02-25 08:40:50 -06:00
Johannes Schindelin 4e42ae3149 Show the current home page URL in the installer
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-02-25 13:55:15 +00:00
Johannes Schindelin 63b6221352 Merge branch 'update-zlib'
As pointed out by Stefan Naewe, we shipped an old version of zlib.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-02-23 21:19:20 +00:00
Johannes Schindelin 2e83f2d3e5 Install zlib-1.2.8.tar.gz
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-02-23 21:18:49 +00:00
Johannes Schindelin b9e5d2ac3b Merge pull request #170 from snaewe/sn/commit-dash-n
This pull request fixes all /src/ release.sh scripts to disregard
certain settings which would interfere with them otherwise.

It also updates our vim to version 7.4.

Thanks, Stefan Naewe!

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-02-23 21:15:38 +00:00
Johannes Schindelin bc864e7927 /src/zlib/: refer to current zlib
The old version is no longer available.

Pointed out by Stefan Naewe.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2014-02-23 15:04:21 -06:00
Stefan Naewe 686da0bf1e installer: copy files from vim 7.4
Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
2014-02-22 00:22:52 +01:00
Stefan Naewe e6f6849c9b Install vim74
Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
2014-02-22 00:22:51 +01:00
Stefan Naewe 281e50f434 update vim to 7.4
Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
2014-02-22 00:22:44 +01:00
Stefan Naewe da6c969acb /src: commit with -n in release.sh scripts
Makes it possible to commit inside of /src/<package>/release.sh when
core.whitespace is set and an auto-enabled pre-commit hook
(i.e. init.templatedir is set) is used that checks for whitespace problems.

Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
2014-02-22 00:22:04 +01:00
dscho 6396cb1268 Merge pull request #168 from n8felton/issue165
Allow for custom settings to be saved to the INF file set by /SAVEINF
2014-02-18 12:24:51 -06:00
n8felton b53b404ba3 Allow for custom settings to be saved to the INF file set by the /SAVEINF argument.
Resolves #165
2014-02-18 11:03:58 -05:00
Johannes Schindelin 9ce29d6397 Git for Windows 1.9.0-preview20140217 2014-02-17 22:45:35 +00:00