Commit graph

11 commits

Author SHA1 Message Date
Luka Perkov
a150eb16f3 git: update to 2.6.3
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-11-12 00:56:22 +01:00
Ondřej Caletka
e41142a67a git: ship with absolute symlink to git (#10221)
Fixes regression already fixed in oldpackages commit
012eec3f60a24db1a568d64868a48ea95aedcc87
but re-introduced in commit 6636e13f2ab8992d4eb03a48919ae9ae8da98cee.

This patch also enables IPv6 support.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2015-07-24 19:46:06 +02:00
Peter Wagner
1710be8605 git: update to 2.4.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-05-27 21:32:31 +02:00
Peter Wagner
f3527d974e git: update to 2.3.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-03-16 02:34:13 +01:00
Luiz Angelo Daros de Luca
dccc2268bb git: add subpackage for http(s)/ftp(s) commands
This patch add a new package, git-http, that contains all
http related commands (and ftp as extra). All http/ftp
depends on libcurl. Even without SSL suport in libcurl,
git compiles and it returns an informative error only
at runtime.

The use of symlinks now are trigged using NO_INSTALL_HARDLINKS env
and not based only on Makefile patch.

imap-send was kept builtin and idependent of curl (just as it was
before)

Template files, which are not necessary, where removed.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-14 14:47:43 -03:00
Peter Wagner
ea86770688 git: update to 2.3.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-09 14:40:01 +01:00
Peter Wagner
3687f946a2 git: update to 2.2.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-18 21:00:48 +01:00
Peter Wagner
14be8d35e8 git: update to 2.2.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-04 10:12:32 +01:00
Andreas Rohner
19f3a40fae Fix bug in git-daemon
The git-daemon command currently doesn't work and displays the following
error whenever a repository is cloned:

error: cannot run daemon: No such file or directory
[10920] unable to fork

On the client side the connection is simply terminated. The problem is,
that git-daemon tries to start a new instance of itself for every
new client that is connecting. It expects argv[0] to contain
"git-daemon", but since it is converted into a builtin command, argv[0]
only contains "daemon", which does not exist and causes the above error.
The fix simply prepends "git" to the list of arguments, so that the
resulting call looks something like "git daemon --serve ..."

Signed-off-by: Andreas Rohner <andreas.rohner@gmx.net>
2014-09-03 02:14:53 +02:00
Peter Wagner
51fa6d2f9c git: update to 2.1.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-08-26 21:19:30 +02:00
Peter Wagner
306378c90d git: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-16 11:45:20 +02:00