aboutsummaryrefslogtreecommitdiff
path: root/net/git
Commit message (Collapse)AuthorAge
...
* git: configure as cross compilingLuiz Angelo Daros de Luca2015-03-14
| | | | | | | | | | | | | | Previously, ./configure was running checking local system and not OpenWRT target. This would avoid any configure test about OpenWRT libraries. With a patch in configure, non cross-compiling-friend test are ignored and Makefile can use default configure. As side effect, git commands are now at /usr/lib/git-core and not /usr/libexec/git-core. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* git: update to 2.3.0Peter Wagner2015-02-09
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.2.2Peter Wagner2015-01-18
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.2.1Peter Wagner2014-12-23
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.2.0Peter Wagner2014-12-04
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Fix bug in git-daemonAndreas Rohner2014-09-03
| | | | | | | | | | | | | | | | | | 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>
* git: update to 2.1.0Peter Wagner2014-08-26
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* add myself as maintainer forPeter Wagner2014-07-01
| | | | | | | | | | | | | | | | | alsa-lib glib2 libffi libsndfile libtorrent speex tcp_wrappers etherwake git nfs-kernel-server portmap rtorrent Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: import from packagesPeter Wagner2014-06-16
Signed-off-by: Peter Wagner <tripolar@gmx.at>