1config BR2_PACKAGE_GIT 2 bool "git" 3 depends on BR2_USE_MMU # uses fork() 4 select BR2_PACKAGE_ZLIB 5 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 6 help 7 Git is a free and open source distributed version control 8 system designed to handle everything from small to very large 9 projects. 10 11 http://git-scm.com 12