Alexey Pavlov
9394f59024
git: Update to 2.11.1
2017-02-15 09:05:34 +03:00
Alexey Pavlov
4b5b80ecaa
git: Update tp 2.11.0
2017-01-25 14:22:58 +03:00
Yury Buldakov
cf4ac8a7bf
Update git to v2.10.2
...
* Fixes #735
* Import *sh completion and XSS patches from openSUSE
2016-11-14 08:34:44 +02:00
Alexey Pavlov
67df5f9858
git: Update to 2.10.1
2016-10-25 08:44:37 +03:00
Alexey Pavlov
1dff94e3f2
git: Update to 2.9.1
2016-07-13 13:29:09 +03:00
Alexey Pavlov
fa28549a1a
git: Update to 2.9.0
2016-06-30 11:45:01 +03:00
Andrew Chadwick
38f70672b9
install scripts: succeed even if info isn't installed
...
A number of install scripts were testing for install-info to no effect,
then calling it regardless. For minimal installs, this makes pacman fail
on them visibly.
This fix replicates what other MSYS2 packages, e.g. autoconf, do.
Also none of these packages actually depend on GNU info.
2016-06-01 15:53:56 +01:00
Ray Donnelly
19c4fd99f6
git: Update to 2.8.2 and allow Windows-mixed paths
...
Fixes https://github.com/Alexpux/MSYS2-packages/issues/554
2016-05-17 11:53:25 +01:00
Ray Donnelly
bc041c35c9
git: Use new DOS paths patch
2016-04-24 13:13:19 +01:00
Ray Donnelly
e4ccf27550
git: Fix comment in new patch
2016-04-21 21:34:00 +01:00
Ray Donnelly
6b7aceea4a
git: More DOS path fixes
...
This time for git add (and anything that goes through prefix_pathspec ())
Hopefully this isn't too broad a stroke. I will run the testsuites before
and after overnight.
This one should actually fix the Cygwin bug report mentioned in the prior
commit .. tested on MSYS2 though, not Cygwin.
2016-04-21 12:30:07 +01:00
Ray Donnelly
2a8310be3e
git: Rewrite DOS path patch
...
1. To work for clone destination dirs too.
2. To be Cygwin-friendly.
Fixes https://github.com/Alexpux/MSYS2-packages/issues/554
and: https://cygwin.com/ml/cygwin/2016-04/msg00474.html
2016-04-21 11:48:40 +01:00
Alexey Pavlov
63a1134b8b
git: Update to 2.8.1
2016-04-05 11:19:02 +03:00
Alexey Pavlov
d37dfbd058
git: Update to 2.8.0
2016-03-30 11:35:20 +03:00
Alexey Pavlov
e83656abc2
git: Update to 2.7.4
2016-03-28 14:53:57 +03:00
Alexey Pavlov
9f930d600b
git: Update to 2.7.3
2016-03-15 13:04:43 +03:00
Alexey Pavlov
a1ef308e10
git: Update to 2.7.2
2016-03-02 13:10:26 +03:00
Viktor Szakats
ab64a4ef6c
switch to sha256 checksums
...
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes
Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 14:45:55 +01:00
Viktor Szakats
2b119ae43f
use secure urls
...
* follow some redirects
2016-02-23 10:26:02 +01:00
Ray Donnelly
22cc95fcd9
git: Update to 2.7.1, allow Windows-mixed paths
2016-02-21 17:25:42 +00:00
Alexey Pavlov
1df69eba57
git: Update to 2.7.0
2016-01-12 10:04:15 +03:00
Alexey Pavlov
1dfb8b5e19
git: Update to 2.6.3
2015-11-12 13:32:24 +03:00
Alexey Pavlov
58325225ef
git: Update to 2.6.2
2015-10-19 10:27:51 +03:00
Alexey Pavlov
139872dfac
git: Update to 2.6.0
2015-10-05 13:14:41 +03:00
Alexey Pavlov
ee364b5bc7
git: Update to 2.5.2
2015-09-14 14:11:31 +03:00
angelsl
9cb13b0dc4
git: Update to 2.5.1
2015-09-02 14:24:04 +08:00
Qian Hong
0eb44f9730
git: Add libiconv-devel as makedepends.
2015-08-07 17:51:42 +08:00
Alexey Pavlov
670a8d81b9
git: Update to 2.5.0
2015-07-29 09:40:51 +03:00
Alexey Pavlov
500d6845c3
git: Update to 2.4.6
2015-07-21 06:53:35 +03:00
Alexpux
f614b57e46
git: Update to 2.4.5
2015-06-28 13:21:54 +03:00
Alexpux
022f77076f
git: Update to 2.4.4
2015-06-17 10:01:24 +03:00
Alexpux
fe16378afe
git: update to 2.4.3
2015-06-08 12:01:14 +03:00
Alexpux
1b7c265550
git: Update to 2.4.2
2015-06-01 11:36:43 +03:00
Alexpux
9a7dd4e1c9
git: Update to 2.4.1
2015-05-17 15:03:28 +03:00
Alexpux
8164f458d1
git: Update to 2.4.0
2015-05-02 22:58:19 +03:00
Alexpux
de895557e8
git: Update to 2.3.7
2015-04-28 14:53:04 +03:00
David Macek
8b798a16a1
git: Make repeated invocation of prepare() pass without errors
2015-04-18 22:00:56 +02:00
David Macek
c3d3c265b7
git: Fix git stash in mingw shells
...
`git stash` (and possibly other subcommands implemented in shell) sources
`git-sh-setup` which special-cases mingw shells (using `uname`) to request
paths using `pwd -W`. This commit removes this stub as well as another one
for detecting absolute paths.
This change shouldn't affect msys2 shell or cmd, as neither of them presents
as a mingw shell.
2015-04-18 21:58:05 +02:00
Alexpux
f782716e98
git: Update to 2.3.5
2015-04-02 15:23:16 +03:00
Alexpux
9c36553043
git: Update to 2.3.4
2015-03-24 15:05:38 +03:00
Alexpux
c6444cab3f
git: Update to 2.3.3
2015-03-19 11:53:46 +03:00
Alexpux
0086ff8b61
git: Update to 2.3.2
2015-03-08 17:46:17 +03:00
Alexpux
a391cbd204
git: Update to 2.3.1
2015-03-02 10:25:42 +03:00
Renato Silva
b176b369d3
Trailing whitespace cleanup.
2015-02-09 18:47:01 -02:00
Alexpux
0b0ca31758
git: Update to 2.3.0
2015-02-06 23:54:18 +03:00
Alexpux
829f76a637
git: Place proper architecture in manifest for 32/64 bit.
2015-01-21 16:39:38 +03:00
Alexpux
ba81d942e0
git: Update to 2.2.2
2015-01-13 20:16:58 +03:00
Alexpux
97133cc19e
git: Update to 2.2.1
2014-12-19 13:46:49 +03:00
Alexpux
c0942863fb
git: Update to 2.2.0
2014-11-30 11:17:20 +03:00
Alexpux
ddf1c8e19f
git: Update to 2.1.3
2014-10-30 15:03:55 +03:00