public
Description: Git Source Code Mirror
Homepage: http://git-scm.com
Clone URL: git://github.com/git/git.git
git /
name age message
file .gitignore Loading commit data...
file .mailmap
file COPYING Mon Apr 11 10:18:16 -0700 2005 Add a COPYING notice, making it explicit that t... [Linus Torvalds]
directory Documentation/
file GIT-VERSION-GEN
file INSTALL
file Makefile
file README Sun Mar 25 17:42:32 -0700 2007 Update README to point at a few key periodical ... [Junio C Hamano]
file RelNotes
file alloc.c Mon Apr 16 23:36:16 -0700 2007 Clean up object creation to use more common cod... [Linus Torvalds]
file archive-tar.c
file archive-zip.c Tue Sep 18 14:56:55 -0700 2007 preserve executable bits in zip archives Corre... [Dmitry Potapov]
file archive.c
file archive.h
directory arm/ Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file attr.c
file attr.h Wed Apr 18 16:17:13 -0700 2007 Fix funny types used in attribute value represe... [Junio C Hamano]
file base85.c Wed May 30 15:03:50 -0700 2007 decode_85(): fix missing return. When the func... [Jerald Fitzjerald]
file blob.c Mon Apr 16 23:36:16 -0700 2007 Clean up object creation to use more common cod... [Linus Torvalds]
file blob.h Wed Jun 08 13:04:53 -0700 2005 [PATCH] Anal retentive 'const unsigned char *sh... [Jason McMullan]
file builtin-add.c Fri Mar 07 00:14:43 -0800 2008 Revert part of 1abf095 (git-add: adjust to the ... [gitster]
file builtin-annotate.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file builtin-apply.c
file builtin-archive.c Fri Jan 18 12:33:50 -0800 2008 Move sha1_file_to_archive into libgit When the... [Lars Hjemli]
file builtin-blame.c
file builtin-branch.c
file builtin-bundle.c Wed Sep 19 03:22:30 -0700 2007 Move bundle specific stuff into bundle.[ch] Th... [dscho]
file builtin-cat-file.c Sun Apr 22 00:43:24 -0700 2007 Cleanup variables in cat-file I want to add ne... [spearce]
file builtin-check-attr.c Thu Sep 20 23:45:49 -0700 2007 Full rework of quote_c_style and write_name_quo... [MadCoder]
file builtin-check-ref-format.c Thu Aug 03 21:55:41 -0700 2006 Further clean-up: usage() vs die() This hopefu... [Junio C Hamano]
file builtin-checkout-index.c
file builtin-clean.c
file builtin-commit-tree.c
file builtin-commit.c
file builtin-config.c
file builtin-count-objects.c
file builtin-describe.c
file builtin-diff-files.c
file builtin-diff-index.c Fri Jan 04 16:05:23 -0800 2008 add a "basic" diff config callback The diff po... [peff]
file builtin-diff-tree.c Fri Jan 04 16:05:23 -0800 2008 add a "basic" diff config callback The diff po... [peff]
file builtin-diff.c
file builtin-fast-export.c
file builtin-fetch--tool.c Fri Nov 30 13:10:11 -0800 2007 Error out when user doesn't have access permiss... [André Goddard Rosa]
file builtin-fetch-pack.c
file builtin-fetch.c
file builtin-fmt-merge-msg.c
file builtin-for-each-ref.c
file builtin-fsck.c
file builtin-gc.c Mon Feb 11 13:11:36 -0800 2008 builtin-gc.c: guard config parser from value=NU... [vmiklos]
file builtin-grep.c
file builtin-http-fetch.c Sun Jan 20 15:18:34 -0800 2008 http-push and http-fetch: handle URLs without t... [Grégoire Barbier]
file builtin-init-db.c
file builtin-log.c
file builtin-ls-files.c
file builtin-ls-remote.c
file builtin-ls-tree.c
file builtin-mailinfo.c
file builtin-mailsplit.c
file builtin-merge-base.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-merge-file.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-merge-ours.c Thu Nov 22 14:21:59 -0800 2007 git-merge-ours: make it a builtin. Except that... [harningt]
file builtin-mv.c
file builtin-name-rev.c
file builtin-pack-objects.c
file builtin-pack-refs.c Wed Jan 16 15:35:35 -0800 2008 Improve use of lockfile API Remove remaining d... [Brandon Casey]
file builtin-prune-packed.c
file builtin-prune.c Mon Feb 11 12:22:58 -0800 2008 Make git prune remove temporary packs that look... [David Steven Tweed]
file builtin-push.c Tue Feb 19 20:44:47 -0800 2008 push: indicate partialness of error message Th... [peff]
file builtin-read-tree.c
file builtin-reflog.c
file builtin-rerere.c
file builtin-reset.c
file builtin-rev-list.c
file builtin-rev-parse.c
file builtin-revert.c
file builtin-rm.c Wed Jan 16 15:35:35 -0800 2008 Improve use of lockfile API Remove remaining d... [Brandon Casey]
file builtin-send-pack.c
file builtin-shortlog.c
file builtin-show-branch.c Mon Feb 11 13:11:36 -0800 2008 builtin-show-branch.c: guard config parser from... [gitster]
file builtin-show-ref.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-stripspace.c Thu Sep 27 00:33:33 -0700 2007 Clean up stripspace a bit, use strbuf even more... [Kristian Høgsberg]
file builtin-symbolic-ref.c Mon Oct 29 21:03:31 -0700 2007 Make builtin-symbolic-ref.c use parse_options. ... [MadCoder]
file builtin-tag.c
file builtin-tar-tree.c Tue Feb 20 22:03:15 -0800 2007 prefixcmp(): fix-up mechanical conversion. Pre... [Junio C Hamano]
file builtin-unpack-objects.c Tue Oct 30 16:08:40 -0700 2007 relax usage of the progress API Since it is no... [Nicolas Pitre]
file builtin-update-index.c
file builtin-update-ref.c Mon Oct 29 21:03:31 -0700 2007 Make builtin-update-ref.c use parse_options Si... [MadCoder]
file builtin-upload-archive.c
file builtin-verify-pack.c
file builtin-verify-tag.c
file builtin-write-tree.c
file builtin.h
file bundle.c
file bundle.h Wed Sep 19 03:22:30 -0700 2007 Move bundle specific stuff into bundle.[ch] Th... [dscho]
file cache-tree.c Wed Sep 26 02:27:06 -0700 2007 Small cache_tree_write refactor. This function... [MadCoder]
file cache-tree.h Wed Sep 26 02:27:06 -0700 2007 Small cache_tree_write refactor. This function... [MadCoder]
file cache.h
file check-builtins.sh Sun Nov 05 11:26:21 -0800 2006 cherry is built-in, do not ship git-cherry.sh ... [Junio C Hamano]
file check-racy.c Sat Nov 10 00:24:51 -0800 2007 ce_match_stat, run_diff_files: use symbolic con... [gitster]
file color.c
file color.h
file combine-diff.c Wed Dec 26 17:13:36 -0800 2007 Fix rewrite_diff() name quoting. This moves th... [gitster]
file command-list.txt Thu Jan 17 22:52:40 -0800 2008 Officially deprecate repo-config. Signed-off-b... [gitster]
file commit.c
file commit.h Sun Nov 25 10:23:13 -0800 2007 add -i: Fix running from a subdirectory This f... [gitster]
directory compat/
file config.c
file config.mak.in Fri Jan 25 22:26:08 -0800 2008 autoconf: define NO_SYS_SELECT_H on systems wit... [jnareb]
file configure.ac
file connect.c
directory contrib/
file convert.c
file copy.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file csum-file.c
file csum-file.h Mon Nov 05 12:55:33 -0800 2007 remove dead code from the csum-file interface ... [Nicolas Pitre]
file ctype.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file daemon.c Thu Nov 08 15:35:32 -0800 2007 Style: place opening brace of a function defini... [gitster]
file date.c Sat Sep 29 20:31:59 -0700 2007 parse_date_format(): convert a format name to a... [Andy Parkins]
file decorate.c Fri Apr 20 19:16:12 -0700 2007 Fix a copy-n-paste bug in the object decorator ... [Linus Torvalds]
file decorate.h Mon Apr 16 16:51:09 -0700 2007 Add a generic "object decorator" interface, and... [Linus Torvalds]
file delta.h Thu Jul 12 14:32:35 -0700 2007 Support fetching the memory usage of a delta in... [Brian Downing]
file diff-delta.c Tue Dec 18 15:22:28 -0800 2007 fix style of a few comments in diff-delta.c Si... [Nicolas Pitre]
file diff-lib.c
file diff.c
file diff.h
file diffcore-break.c Sun Dec 02 02:24:46 -0800 2007 rename: Break filepairs with different types. ... [gitster]
file diffcore-delta.c Thu Oct 04 00:05:36 -0700 2007 optimize diffcore-delta by sorting hash entries... [Linus Torvalds]
file diffcore-order.c Tue Sep 18 17:42:17 -0700 2007 Use xmemdupz() in many places. Signed-off-by: ... [MadCoder]
file diffcore-pickaxe.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file diffcore-rename.c
file diffcore.h Fri Oct 26 23:18:06 -0700 2007 copy vs rename detection: avoid unnecessary O(n... [Linus Torvalds]
file dir.c
file dir.h
file dump-cache-tree.c Tue Feb 03 22:11:44 -0800 2009 add test-dump-cache-tree in Makefile 5c5ba73 (... [Guanqun]
file entry.c
file environment.c
file exec_cmd.c Mon Dec 03 22:11:53 -0800 2007 Trace and quote with argv: get rid of unneeded ... [Christian Couder]
file exec_cmd.h
file fast-import.c
file fetch-pack.h
file fixup-builtins
file generate-cmdlist.sh Sat Dec 01 23:48:28 -0800 2007 Consolidate command list to one. The categoriz... [gitster]
file git-add--interactive.perl
file git-am.sh Sun Feb 03 16:01:27 -0800 2008 git-am: fix type in its usage string Signed-of... [Jörg Sommer]
file git-archimport.perl Thu Aug 30 19:22:02 -0700 2007 Make git-archimport log entries more consistent... [Miles Bader]
file git-bisect.sh
file git-checkout.sh Fri Feb 01 19:08:14 -0800 2008 Fix "git checkout -b foo ':/substring'" Becaus... [gitster]
file git-clone.sh
file git-compat-util.h
file git-cvsexportcommit.perl
file git-cvsimport.perl
file git-cvsserver.perl
file git-filter-branch.sh
directory git-gui/
file git-help--browse.sh
file git-instaweb.sh
file git-lost-found.sh Sat Nov 17 21:39:37 -0800 2007 Merge branch 'ph/parseopt-sh' * ph/parseopt-sh... [gitster]
file git-merge-octopus.sh Mon Jul 02 22:52:14 -0700 2007 Rewrite "git-frotz" to "git frotz" This uses t... [gitster]
file git-merge-one-file.sh
file git-merge-resolve.sh Thu Aug 30 17:18:22 -0700 2007 Fixing comment in merge strategies Comments in... [pinetops]
file git-merge-stupid.sh
file git-merge.sh Sat Nov 17 21:39:37 -0800 2007 Merge branch 'ph/parseopt-sh' * ph/parseopt-sh... [gitster]
file git-mergetool.sh Mon Jan 07 21:00:54 -0800 2008 Allow git-mergetool to handle paths with a lead... [Rogan Dawes]
file git-parse-remote.sh Mon Jul 02 22:52:14 -0700 2007 Rewrite "git-frotz" to "git frotz" This uses t... [gitster]
file git-pull.sh Sat Jan 26 18:24:24 -0800 2008 pull --rebase: be cleverer with rebased upstrea... [dscho]
file git-quiltimport.sh Wed Nov 28 17:23:18 -0800 2007 Replace instances of export VAR=VAL with VAR=VA... [dscho]
file git-rebase--interactive.sh
file git-rebase.sh
file git-relink.perl Wed Jan 30 00:01:27 -0800 2008 git-relink: avoid hard linking in objects/info ... [Brandon Casey]
file git-remote.perl
file git-repack.sh Mon Nov 05 22:48:13 -0800 2007 Migrate git-repack.sh to use git-rev-parse --pa... [MadCoder]
file git-request-pull.sh
file git-send-email.perl
file git-sh-setup.sh
file git-stash.sh Sun Jan 06 18:41:36 -0800 2008 git-stash clear: refuse to work with extra para... [gitster]
file git-submodule.sh Sun Jan 20 20:57:42 -0800 2008 git-submodule: fix subcommand parser The subco... [gitster]
file git-svn.perl
file git.c Mon Feb 11 13:11:37 -0800 2008 git.c: guard config parser from value=NULL ali... [gitster]
file git.spec.in
directory gitk-git/
directory gitweb/
file grep.c Mon Jun 04 23:07:00 -0700 2007 Move buffer_is_binary() to xdiff-interface.h W... [dscho]
file grep.h Wed Sep 27 23:59:09 -0700 2006 grep --all-match This lets you say: git grep... [Junio C Hamano]
file hash-object.c Sun Nov 11 02:51:53 -0800 2007 git-hash-object should honor config variables ... [Nicolas Pitre]
file hash.c Fri Feb 22 13:39:20 -0800 2008 hash: fix lookup_hash semantics We were return... [peff]
file hash.h Fri Oct 26 23:18:06 -0700 2007 Do linear-time/space rename logic for exact ren... [Linus Torvalds]
file help.c
file http-push.c
file http-walker.c Fri Dec 14 21:31:59 -0800 2007 Move fetch_ref from http-push.c and http-walker... [Mike Hommey]
file http.c
file http.h
file ident.c Thu Jan 03 09:15:17 -0800 2008 Fix grammar nits in documentation and in code c... [Jim Meyering]
file imap-send.c Mon Feb 11 13:14:25 -0800 2008 imap-send.c: guard config parser from value=NUL... [gitster]
file index-pack.c
file interpolate.c Wed Oct 03 04:28:24 -0700 2007 Merge branch 'mv/unknown' * mv/unknown: Don'... [gitster]
file interpolate.h Wed Jun 13 00:41:21 -0700 2007 Lift 16kB limit of log message output Traditio... [gitster]
file list-objects.c
file list-objects.h Thu Sep 07 02:46:02 -0700 2006 pack-objects: further work on internal rev-list... [Junio C Hamano]
file lockfile.c Wed Jan 16 15:35:03 -0800 2008 close_lock_file(): new function in the lockfile... [Brandon Casey]
file log-tree.c
file log-tree.h Fri Oct 26 23:27:23 -0700 2007 rev-list: implement --bisect-all This is Junio... [Christian Couder]
file mailmap.c
file mailmap.h Sun Apr 29 02:05:06 -0700 2007 Split out mailmap handling out of shortlog Thi... [Junio C Hamano]
file match-trees.c Sat Oct 20 22:43:27 -0700 2007 Improved const correctness for strings Signed-... [spearce]
file merge-file.c Thu Dec 13 23:04:26 -0800 2007 xdl_diff: identify call sites. This inserts a ... [gitster]
file merge-index.c
file merge-recursive.c
file merge-tree.c
file mktag.c
file mktree.c Thu Sep 20 23:32:18 -0700 2007 Rework unquote_c_style to work on a strbuf. If... [MadCoder]
directory mozilla-sha1/ Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file object-refs.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file object.c
file object.h Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file pack-check.c Wed Jun 06 16:04:02 -0700 2007 pack-check: Sort entries by pack offset before ... [Alexandre Julliard]
file pack-redundant.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file pack-write.c Fri Nov 02 16:27:37 -0700 2007 Merge branch 'np/progress' * np/progress: Sh... [gitster]
file pack.h
file pager.c
file parse-options.c Sat Jan 26 10:53:31 -0800 2008 parse-options: catch likely typo in presense of... [MadCoder]
file parse-options.h Thu Nov 22 22:11:28 -0800 2007 parse-options: Allow to hide options from the d... [MadCoder]
file patch-delta.c Mon Dec 18 15:30:17 -0800 2006 make patch_delta() error cases a bit more verbo... [Nicolas Pitre]
file patch-id.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file patch-ids.c Sun Nov 11 16:54:15 -0800 2007 Make the diff_options bitfields be an unsigned ... [MadCoder]
file patch-ids.h Wed Apr 11 20:02:03 -0700 2007 Refactor patch-id filtering out of git-cherry a... [Junio C Hamano]
file path-list.c Wed Aug 15 13:43:08 -0700 2007 path-list.c: always free strdup'ed paths Alway... [René Scharfe]
file path-list.h Wed Aug 15 13:43:08 -0700 2007 path-list.c: always free strdup'ed paths Alway... [René Scharfe]
file path.c Wed Aug 01 00:38:30 -0700 2007 Add is_absolute_path() and make_absolute_path()... [dscho]
directory perl/
file pkt-line.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file pkt-line.h Mon Jun 26 02:11:53 -0700 2006 Fix pkt-line.h to compile with a non-GCC compil... [Dennis Stosberg]
directory ppc/ Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file pretty.c
file progress.c
file progress.h Thu Nov 08 15:43:41 -0800 2007 nicer display of thin pack completion In the s... [Nicolas Pitre]
file quote.c
file quote.h
file reachable.c Mon Jul 02 17:12:48 -0700 2007 Merge branch 'maint' * maint: Make git-prune... [gitster]
file reachable.h Sat Jan 06 22:57:34 -0800 2007 Move traversal of reachable objects into a sepa... [Junio C Hamano]
file read-cache.c
file receive-pack.c
file reflog-walk.c Tue Jul 24 17:28:10 -0700 2007 git log -g: Complain, but do not fail, when no ... [dscho]
file reflog-walk.h Tue Jul 24 17:28:10 -0700 2007 git log -g: Complain, but do not fail, when no ... [dscho]
file refs.c
file refs.h
file remote.c Fri Feb 15 14:23:22 -0800 2008 Validate nicknames of remote branches to prohib... [Daniel Barkalow]
file remote.h Mon Dec 03 23:43:07 -0800 2007 Add remote.<name>.proxy As well as allowing a ... [Sam Vilain]
file revision.c
file revision.h
file run-command.c Sun Nov 11 17:09:55 -0800 2007 run-command: Support sending stderr to /dev/nul... [spearce]
file run-command.h Sun Nov 11 17:09:55 -0800 2007 run-command: Support sending stderr to /dev/nul... [spearce]
file send-pack.h Fri Nov 09 21:14:10 -0800 2007 Teach send-pack a mirror mode Existing "git pu... [Andy Whitcroft]
file server-info.c Fri Jan 04 12:28:58 -0800 2008 Don't access line[-1] for a zero-length "line" ... [Jim Meyering]
file setup.c
file sha1_file.c
file sha1_name.c
file shallow.c
file shell.c
file show-index.c Sat Oct 20 23:16:57 -0700 2007 Use PRIuMAX instead of 'unsigned long long' in ... [spearce]
file sideband.c Wed Jan 09 12:23:59 -0800 2008 recv_sideband: Do not use ANSI escape sequence ... [Johannes Sixt]
file sideband.h Wed Oct 11 11:13:01 -0700 2006 atomic write for sideband remote messages It h... [Nicolas Pitre]
file strbuf.c
file strbuf.h
file symlinks.c
directory t/
file tag.c
file tag.h Wed Nov 02 16:50:58 -0800 2005 Be careful when dereferencing tags. One caller... [Junio C Hamano]
file tar.h Sat Mar 25 16:35:43 -0800 2006 tar-tree: Introduce write_entry() ... and use ... [Rene Scharfe]
directory templates/
file test-absolute-path.c Wed Aug 01 00:38:30 -0700 2007 Add is_absolute_path() and make_absolute_path()... [dscho]
file test-chmtime.c Sun Feb 25 11:09:56 -0800 2007 Add test-chmtime: a utility to change mtime on ... [Eric Wong]
file test-date.c Wed Dec 20 09:51:35 -0800 2006 simplify inclusion of system header files. Thi... [Junio C Hamano]
file test-delta.c Tue May 01 02:59:08 -0700 2007 Fix compilation of test-delta The code used wr... [Martin Koegler]
file test-genrandom.c Wed Apr 11 19:23:32 -0700 2007 simple random data generator for tests Relianc... [Nicolas Pitre]
file test-match-trees.c Sat Apr 07 02:29:40 -0700 2007 A new merge stragety 'subtree'. This merge str... [Junio C Hamano]
file test-parse-options.c Sat Jan 26 10:53:31 -0800 2008 parse-options: catch likely typo in presense of... [MadCoder]
file test-sha1.c Sat Jun 24 02:59:20 -0700 2006 test-sha1: test hashing large buffer test to h... [Junio C Hamano]
file test-sha1.sh Mon Dec 17 20:49:18 -0800 2007 the use of 'tr' in the test suite isn't really ... [Tux]
file trace.c Mon Dec 03 22:11:53 -0800 2007 Trace and quote with argv: get rid of unneeded ... [Christian Couder]
file transport.c
file transport.h
file tree-diff.c
file tree-walk.c Sun Jan 06 18:41:44 -0800 2008 tree-walk: don't parse incorrect entries The c... [Martin Koegler]
file tree-walk.h Fri Jun 22 23:19:43 -0700 2007 Two trivial -Wcast-qual fixes Luiz Fernando N.... [gitster]
file tree.c
file tree.h Mon May 29 19:08:37 -0700 2006 Remove last vestiges of generic tree_entry_list... [Linus Torvalds]
file unpack-file.c Tue Aug 14 22:20:26 -0700 2007 Use xmkstemp() instead of mkstemp() xmkstemp()... [Luiz Fernando N. Capitulino]
file unpack-trees.c
file unpack-trees.h
file update-server-info.c Mon Nov 28 23:13:02 -0800 2005 Make the rest of commands work from a subdirect... [Junio C Hamano]
file upload-pack.c
file usage.c Fri Nov 09 22:25:36 -0800 2007 print warning/error/fatal messages in one shot ... [Nicolas Pitre]
file utf8.c Sun Jan 06 20:53:46 -0800 2008 utf8_width(): allow non NUL-terminated input T... [gitster]
file utf8.h Sun Jan 06 20:53:46 -0800 2008 utf8_width(): allow non NUL-terminated input T... [gitster]
file var.c
file walker.c Mon Dec 17 20:49:18 -0800 2007 Clarify error response from 'git fetch' for bad... [samv]
file walker.h
file write_or_die.c Sat Jun 30 20:16:12 -0700 2007 Don't fflush(stdout) when it's not helpful Thi... [tytso]
file ws.c
file wt-status.c
file wt-status.h Wed Dec 12 20:50:33 -0800 2007 git-commit: squelch needless message during an ... [gitster]
file xdiff-interface.c Thu Dec 20 20:54:23 -0800 2007 Re(-re)*fix trim_common_tail() The tar-ball an... [Linus Torvalds]
file xdiff-interface.h Thu Dec 13 23:04:26 -0800 2007 xdl_diff: identify call sites. This inserts a ... [gitster]
directory xdiff/ Thu Nov 15 21:23:47 -0800 2007 Remove unreachable statements Solaris Workshop... [Guido Ostkamp]
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/tutorial.txt to get started, then see
Documentation/everyday.txt for a useful minimum set of commands,
and "man git-commandname" for documentation of each command.
CVS users may also want to read Documentation/cvs-migration.txt.

Many Git online resources are accessible from http://git.or.cz/
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.