Config.in 317 B

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