Config.in 314 B

12345678910
  1. config 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 system
  8. designed to handle everything from small to very large projects.
  9. http://git-scm.com