freebsd-ports/devel/git/pkg-descr
Wesley Shields 443494d58f - [1]: Update to 1.6.2.4
- [2]: Respect WITHOUT_X11 along with WITHOUT_GUI

Changelogs between old version and 1.6.2.4 are at:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.3.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.4.txt

PR:		ports/133925 [1], private mail [2]
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1]
		Dmitry Morozovsky <marck@rinet.ru> [2]
2009-04-27 17:19:22 +00:00

11 lines
611 B
Text

GIT is a "directory content manager" designed to handle absolutely massive
projects with speed and efficiency, and the release of the 2.6.12 (and later)
versions of the Linux kernel as well as more and more other projects switching
to it would indicate that it does this task well.
GIT falls in the category of distributed source code management tools, similar
to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every
GIT working directory is a full-fledged repository with full revision tracking
capabilities, not dependent on network access to a central server.
WWW: http://git-scm.org/