This project is a fork of the git.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/git.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionStephen Boyd's git patches
ownerbebarino@gmail.com
last changeWed, 30 Mar 2011 08:12:04 +0000 (30 01:12 -0700)
content tags
add:
README
////////////////////////////////////////////////////////////////

	GIT - the stupid content tracker

////////////////////////////////////////////////////////////////

"git" can mean anything, depending on your mood.

 - random three-letter combination that is pronounceable, and not
   actually used by any common UNIX command.  The fact that it is a
   mispronunciation of "get" may or may not be relevant.
 - stupid. contemptible and despicable. simple. Take your pick from the
   dictionary of slang.
 - "global information tracker": you're in a good mood, and it actually
   works for you. Angels sing, and a light suddenly fills the room.
 - "goddamn idiotic truckload of sh*t": when it breaks

Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.

Git is an Open Source project covered by the GNU General Public License.
It was originally written by Linus Torvalds with help of a group of
hackers around the net. It is currently maintained by Junio C Hamano.

Please read the file INSTALL for installation instructions.

See Documentation/gittutorial.txt to get started, then see
Documentation/everyday.txt for a useful minimum set of commands, and
Documentation/git-commandname.txt for documentation of each command.
If git has been correctly installed, then the tutorial can also be
read with "man gittutorial" or "git help tutorial", and the
documentation of each command with "man git-commandname" or "git help
commandname".

CVS users may also want to read Documentation/gitcvs-migration.txt
("man gitcvs-migration" or "git help cvs-migration" if git is
installed).

Many Git online resources are accessible from http://git-scm.com/
including full documentation and Git related tools.

The user discussion and development of Git take place on the Git
mailing list -- everyone is welcome to post bug reports, feature
requests, comments and patches to git@vger.kernel.org. To subscribe
to the list, send an email with just "subscribe git" in the body to
majordomo@vger.kernel.org. The mailing list archives are available at
http://marc.theaimsgroup.com/?l=git and other archival sites.

The messages titled "A note from the maintainer", "What's in
git.git (stable)" and "What's cooking in git.git (topics)" and
the discussion following them on the mailing list give a good
reference for project status, development direction and
remaining tasks.
shortlog
2011-03-30 Stephen Boydmake add -i easier to use with large numbers of filest/add-interactive-reorganize
2011-03-29 Junio C HamanoMerge branch 'maint'
2011-03-29 Junio C HamanoMerge branch 'jc/fetch-progressive-stride'
2011-03-29 Junio C HamanoMerge branches 'sp/maint-fetch-pack-stop-early' and...
2011-03-29 Junio C HamanoRevert two "no-done" reverts
2011-03-29 Junio C Hamanoenable "no-done" extension only when serving over smart...
2011-03-29 Junio C HamanoFix potential local deadlock during fetch-pack
2011-03-29 Junio C Hamanoenable "no-done" extension only when fetching over...
2011-03-29 Alex RiesenHOME must be set before calling git-init when creating...
2011-03-29 Junio C HamanoRevert "fetch-pack: Implement no-done capability"
2011-03-29 Junio C HamanoRevert "upload-pack: Implement no-done capability"
2011-03-28 Junio C HamanoMerge branch 'maint'
2011-03-28 Michael Wittengit tag documentation grammar fixes and readability...
2011-03-28 Jens Lehmanntests: fix overeager scrubbing of environment variables
2011-03-28 Joe Rattermangrep: Add the option '--line-number'
2011-03-28 Giuseppe BilottaImprove test for pthreads flag
...
heads
13 years ago t/technical-docs
13 years ago t/parseoptified-builtins
13 years ago t/git-patch-id-rev
13 years ago t/makefile-help
13 years ago t/add-interactive-reorganize
13 years ago t/builtin-pull
13 years ago t/new-apply-3way
13 years ago t/mailinfo-parse-opts
13 years ago t/format-patch-dashes
13 years ago t/gitweb-é
13 years ago t/sizeof
13 years ago t/show-branch-no-stop-nonarg
13 years ago t/apply-3way
13 years ago t/submitting-patches-doc
13 years ago t/blame-dwim
13 years ago t/kill-init_hash
...