2013-05-26 11:38:32 +02:00
|
|
|
config BR2_PACKAGE_GIT
|
|
|
|
bool "git"
|
2013-08-06 23:59:42 +02:00
|
|
|
depends on BR2_USE_MMU # uses fork()
|
2013-06-03 07:15:48 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2013-06-03 22:52:24 +02:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2013-05-26 11:38:32 +02:00
|
|
|
help
|
2017-07-31 15:53:43 +02:00
|
|
|
Git is a free and open source distributed version control
|
|
|
|
system designed to handle everything from small to very large
|
|
|
|
projects.
|
2013-05-26 11:38:32 +02:00
|
|
|
|
|
|
|
http://git-scm.com
|