Download List

Project Description

Git is a "directory content manager" that was designed to handle massive projects such as the Linux kernel with speed and efficiency. It falls in the category of distributed source code management tools and is similar to GNU Arch, Monotone, and BitKeeper. Every Git working directory is a fully-fledged repository with full revision tracking capabilities and is not dependent on network access to a central server.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-30 22:45 Back to release list
1.6.4

"git add --edit" lets users edit the whole patch text to fine-tune what is added to the index. "git grep" gained the -p option to show the location of the match using the same context hunk marker that "git diff" uses. "git push $name" honors remote.$name.pushurl if present before using remote.$name.url. In other words, the URL used for fetching and pushing can be different. "git submodule update" gained the --rebase option to update checked out submodules by rebasing the local changes.
Tags: Major, Stable

Project Resources