blob: c928bd6eeb6f5b8cde6dd1c67a77fe478621018d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Cogito - version control system
Cogito is a version control system layered on top of the git tree history
storage system.
The GIT itself is merely an extremely fast and flexible filesystem-based
database designed to store directory trees with regard to their history.
The top layer is a SCM-like tool Cogito which enables human beings to work
with the database in a manner to a degree similar to other SCM tools (like
CVS, BitKeeper or Monotone).
WWW: http://kernel.org/pub/software/scm/cogito/
|