public
Description: Git Source Code Mirror
Homepage: http://git-scm.com
Clone URL: git://github.com/git/git.git
git /
name age message
file .gitattributes Loading commit data...
file .gitignore Fri Apr 17 21:42:12 -0700 2009 Merge branch 'da/difftool' * da/difftool: me... [gitster]
file .mailmap
file COPYING
directory Documentation/
file GIT-VERSION-GEN
file INSTALL Wed Dec 10 19:17:43 -0800 2008 Add support for a pdf version of the user manua... [Miklos Vajna]
file Makefile
file README Wed Feb 25 00:49:54 -0800 2009 README: fix path to "gitcvs-migration.txt" and ... [Christian Couder]
file RelNotes Wed Mar 04 00:41:49 -0800 2009 Beginning of 1.6.3 development track [gitster]
file abspath.c
file alias.c
file alloc.c Fri May 01 15:17:31 -0700 2009 Fix a bunch of pointer declarations (codestyle)... [felipec]
file archive-tar.c
file archive-zip.c
file archive.c
file archive.h Fri Apr 17 21:05:49 -0700 2009 archive: do not read .gitattributes in working ... [pclouds]
directory arm/ Thu Oct 02 18:06:56 -0700 2008 fix openssl headers conflicting with custom SHA... [Nicolas Pitre]
file attr.c
file attr.h
file base85.c
file bisect.c Tue Apr 07 22:12:44 -0700 2009 rev-list: add "int bisect_show_flags" in "struc... [Christian Couder]
file bisect.h
file blob.c
file blob.h
file branch.c
file branch.h Tue Mar 03 22:58:52 -0800 2009 Make git-clone respect branch.autosetuprebase ... [gitster]
file builtin-add.c
file builtin-annotate.c
file builtin-apply.c Wed Apr 15 17:47:55 -0700 2009 builtin-apply: keep information about files to ... [Michał Kiedrowicz]
file builtin-archive.c Tue Mar 10 23:23:02 -0700 2009 recv_sideband: Bands #2 and #3 always go to std... [Johannes Sixt]
file builtin-bisect--helper.c
file builtin-blame.c
file builtin-branch.c
file builtin-bundle.c Sat Aug 30 13:50:48 -0700 2008 Start conforming code to "git subcmd" style Us... [Heikki Orsila]
file builtin-cat-file.c
file builtin-check-attr.c
file builtin-check-ref-format.c
file builtin-checkout-index.c
file builtin-checkout.c Wed Apr 22 19:36:19 -0700 2009 Merge branch 'jc/maint-read-tree-multi' * jc/m... [gitster]
file builtin-clean.c Wed Feb 18 11:04:19 -0800 2009 Turn the flags in struct dir_struct into a sing... [dscho]
file builtin-clone.c Wed Apr 01 08:58:55 -0700 2009 builtin-clone.c: no need to strdup for setenv ... [Ali Gholami Rudi]
file builtin-commit-tree.c
file builtin-commit.c Sun Apr 05 01:04:54 -0700 2009 Merge branch 'maint-1.6.1' into maint * maint-... [gitster]
file builtin-config.c
file builtin-count-objects.c Wed Mar 04 23:46:17 -0800 2009 Merge branch 'jc/maint-1.6.0-keep-pack' into ne... [gitster]
file builtin-describe.c
file builtin-diff-files.c Fri Nov 14 19:11:49 -0800 2008 Add cache preload facility This can do the lst... [Linus Torvalds]
file builtin-diff-index.c
file builtin-diff-tree.c Sat Mar 14 13:36:34 -0700 2009 Remove unused assignments These variables were... [d0k]
file builtin-diff.c Sun Dec 07 19:59:25 -0800 2008 reorder ALLOW_TEXTCONV option setting Right no... [Jeff King]
file builtin-fast-export.c
file builtin-fetch--tool.c Wed Jan 21 22:46:53 -0800 2009 refactor signal handling for cleanup functions ... [Jeff King]
file builtin-fetch-pack.c
file builtin-fetch.c Thu Mar 26 00:28:46 -0700 2009 Merge branch 'db/push-cleanup' * db/push-clean... [gitster]
file builtin-fmt-merge-msg.c Sat Mar 07 20:52:23 -0800 2009 Move local variables to narrower scopes These ... [d0k]
file builtin-for-each-ref.c Mon Apr 13 09:36:52 -0700 2009 for-each-ref: utilize core.warnAmbiguousRefs fo... [bertwesarg]
file builtin-fsck.c Wed Mar 04 23:46:17 -0800 2009 Merge branch 'jc/maint-1.6.0-keep-pack' into ne... [gitster]
file builtin-gc.c Wed Mar 18 19:11:34 -0700 2009 gc --aggressive: make it really aggressive The... [dscho]
file builtin-grep.c
file builtin-help.c
file builtin-http-fetch.c Tue Sep 09 22:57:35 -0700 2008 Merge branch 'ho/dashless' * ho/dashless: St... [gitster]
file builtin-init-db.c Sat Apr 18 14:45:59 -0700 2009 Merge branch 'maint' * maint: Describe fixes... [gitster]
file builtin-log.c
file builtin-ls-files.c Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
file builtin-ls-remote.c Tue Nov 11 13:24:00 -0800 2008 git ls-remote: make usage string match manpage ... [snaewe]
file builtin-ls-tree.c
file builtin-mailinfo.c Sat Mar 14 13:36:34 -0700 2009 Remove unused assignments These variables were... [d0k]
file builtin-mailsplit.c Mon Jul 21 19:11:50 -0700 2008 Rename path_list to string_list The name path_... [dscho]
file builtin-merge-base.c Thu Oct 02 18:46:02 -0700 2008 parse-opt: migrate git-merge-base. Signed-off-... [MadCoder]
file builtin-merge-file.c
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-merge-recursive.c
file builtin-merge.c Tue Apr 28 00:46:39 -0700 2009 Merge branch 'maint' * maint: grep: fix segf... [gitster]
file builtin-mv.c
file builtin-name-rev.c Sun Aug 03 14:14:10 -0700 2008 Merge branch 'maint' * maint: git-name-rev: ... [gitster]
file builtin-pack-objects.c
file builtin-pack-refs.c
file builtin-prune-packed.c
file builtin-prune.c Sun Jan 11 13:21:57 -0800 2009 add is_dot_or_dotdot inline function A new inl... [aspotashev]
file builtin-push.c
file builtin-read-tree.c Wed Apr 22 19:36:19 -0700 2009 Merge branch 'jc/maint-read-tree-multi' * jc/m... [gitster]
file builtin-receive-pack.c Wed Mar 04 20:37:21 -0800 2009 improve missing repository error message Certa... [Jeff King]
file builtin-reflog.c
file builtin-remote.c Mon Apr 20 15:55:56 -0700 2009 builtin-remote: fix typo in option description ... [MikeRalphson]
file builtin-rerere.c Sat Feb 14 21:27:35 -0800 2009 rerere: remove duplicated functions Both rerer... [szeder]
file builtin-reset.c
file builtin-rev-list.c Sat Apr 18 14:46:17 -0700 2009 Merge branch 'lt/pack-object-memuse' * lt/pack... [gitster]
file builtin-rev-parse.c Mon Apr 13 09:42:55 -0700 2009 rev-parse: --abbrev-ref option to shorten ref n... [bertwesarg]
file builtin-revert.c Sat Mar 07 21:00:27 -0800 2009 Merge branch 'maint-1.6.1' into maint * maint-... [gitster]
file builtin-rm.c
file builtin-send-pack.c
file builtin-shortlog.c Sat Mar 14 13:36:34 -0700 2009 Remove unused assignments These variables were... [d0k]
file builtin-show-branch.c
file builtin-show-ref.c
file builtin-stripspace.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file builtin-symbolic-ref.c Fri Feb 13 18:20:44 -0800 2009 symbolic-ref: allow refs/<whatever> in HEAD Co... [Jeff King]
file builtin-tag.c
file builtin-tar-tree.c
file builtin-unpack-objects.c Wed Jan 21 16:55:17 -0800 2009 Merge branch 'lt/maint-wrap-zlib' * lt/maint-w... [gitster]
file builtin-update-index.c
file builtin-update-ref.c Sun Oct 26 14:44:25 -0700 2008 Fix git update-ref --no-deref -d. Till now --n... [Miklos Vajna]
file builtin-upload-archive.c Wed Mar 04 20:37:21 -0800 2009 improve missing repository error message Certa... [Jeff King]
file builtin-verify-pack.c Wed Feb 04 15:08:49 -0800 2009 Replace deprecated dashed git commands in usage... [aspotashev]
file builtin-verify-tag.c Mon Jul 28 23:02:11 -0700 2008 builtin-verify-tag: fix -v option parsing Sinc... [Olivier Marin]
file builtin-write-tree.c Sun Nov 30 17:59:19 -0800 2008 git add --intent-to-add: do not let an empty bl... [gitster]
file builtin.h Sun Apr 05 01:29:44 -0700 2009 bisect--helper: implement "git bisect--helper" ... [Christian Couder]
file bundle.c Sun Jan 25 17:13:02 -0800 2009 Merge branch 'js/maint-all-implies-HEAD' * js/... [gitster]
file bundle.h Wed Sep 19 03:22:30 -0700 2007 Move bundle specific stuff into bundle.[ch] Th... [dscho]
file cache-tree.c Mon Apr 20 04:16:41 -0700 2009 Move prime_cache_tree() to cache-tree.c The in... [gitster]
file cache-tree.h
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
file check_bindir
file color.c Fri Feb 13 17:27:58 -0800 2009 Clean up use of ANSI color sequences Remove th... [ArjenL]
file color.h
file combine-diff.c
file command-list.txt Tue Apr 07 22:19:56 -0700 2009 difftool: move 'git-difftool' out of contrib T... [davvid]
file commit.c Tue Feb 10 21:32:10 -0800 2009 Revert "Merge branch 'js/notes'" This reverts ... [gitster]
file commit.h
directory compat/
file config.c
file config.mak.in
file configure.ac Thu Mar 12 23:23:39 -0700 2009 configure: rework pthread handling to allow for... [Ben Walton]
file connect.c Sat Apr 25 09:29:38 -0700 2009 connect: replace inet_ntop with getnameinfo in... [d0k]
directory contrib/
file convert.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file copy.c
file csum-file.c Fri Oct 10 08:39:20 -0700 2008 Merge branch 'maint' * maint: rebase -i: do ... [spearce]
file csum-file.h Fri Oct 10 08:39:20 -0700 2008 Merge branch 'maint' * maint: rebase -i: do ... [spearce]
file ctype.c Fri May 01 16:07:29 -0700 2009 ctype.c: fix typo in comment Signed-off-by: Re... [René Scharfe]
file daemon.c
file date.c
file decorate.c Wed Aug 20 13:30:49 -0700 2008 decorate: allow const objects to be decorated ... [Jeff King]
file decorate.h Wed Aug 20 13:30:49 -0700 2008 decorate: allow const objects to be decorated ... [Jeff King]
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-no-index.c Fri May 01 15:17:31 -0700 2009 Fix a bunch of pointer declarations (codestyle)... [felipec]
file diff.c
file diff.h Wed Mar 04 00:56:51 -0800 2009 Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bi... [Keith Cascio]
file diffcore-break.c Sat Mar 07 20:52:17 -0800 2009 Remove unused function scope local variables T... [d0k]
file diffcore-delta.c
file diffcore-order.c
file diffcore-pickaxe.c Tue Mar 17 15:10:12 -0700 2009 pickaxe: count regex matches only once When --... [René Scharfe]
file diffcore-rename.c Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
file diffcore.h
file dir.c
file dir.h Wed Feb 18 11:04:19 -0800 2009 Turn the flags in struct dir_struct into a sing... [dscho]
file editor.c
file entry.c
file environment.c
file exec_cmd.c
file exec_cmd.h Mon Jan 26 00:26:05 -0800 2009 Refactor git_set_argv0_path() to git_extract_ar... [Steve Haslam]
file fast-import.c
file fetch-pack.h
file fixup-builtins
file fsck.c
file fsck.h Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
file generate-cmdlist.sh Sun Nov 30 18:16:32 -0800 2008 generate-cmdlist.sh: avoid selecting synopsis a... [pclouds]
file git-add--interactive.perl
file git-am.sh
file git-archimport.perl Sun Jul 13 14:12:48 -0700 2008 Make usage strings dash-less When you misuse a... [sbeyer]
file git-bisect.sh
file git-compat-util.h
file git-cvsexportcommit.perl Sun Jul 13 14:12:48 -0700 2008 Make usage strings dash-less When you misuse a... [sbeyer]
file git-cvsimport.perl Tue Aug 05 21:21:08 -0700 2008 Merge branch 'maint' * maint: RelNotes 1.5.6... [gitster]
file git-cvsserver.perl
file git-difftool--helper.sh Sun Apr 12 15:19:12 -0700 2009 mergetool--lib: simplify API usage by removing ... [davvid]
file git-difftool.perl Fri Apr 24 01:20:35 -0700 2009 Explain seemingly pointless use of system in di... [Alex Riesen]
file git-filter-branch.sh Wed Apr 22 19:05:37 -0700 2009 Convert to use quiet option when available A m... [Dan Loewenherz]
directory git-gui/ Fri May 01 22:11:57 -0700 2009 Merge git://repo.or.cz/git-gui * git://repo.or... [gitster]
file git-instaweb.sh Tue Mar 10 23:16:52 -0700 2009 git-instaweb: fix lighttpd configuration on cyg... [Ramsay Jones]
file git-lost-found.sh Wed Dec 03 14:27:17 -0800 2008 lost-found: use git rev-parse -q Signed-off-by... [Miklos Vajna]
file git-merge-octopus.sh
file git-merge-one-file.sh Tue Mar 18 22:17:17 -0700 2008 git-merge-one-file: fix longstanding stupid thi... [gitster]
file git-merge-resolve.sh
file git-mergetool--lib.sh
file git-mergetool.sh Sun Apr 12 15:19:12 -0700 2009 mergetool--lib: simplify API usage by removing ... [davvid]
file git-parse-remote.sh Wed Apr 22 19:05:37 -0700 2009 Convert to use quiet option when available A m... [Dan Loewenherz]
file git-pull.sh
file git-quiltimport.sh Wed Feb 25 00:49:13 -0800 2009 git-quiltimport: preserve standard input to be ... [Gerrit Pape]
file git-rebase--interactive.sh
file git-rebase.sh
file git-relink.perl Sun Jul 13 14:12:48 -0700 2008 Make usage strings dash-less When you misuse a... [sbeyer]
file git-repack.sh Sun Apr 05 01:17:08 -0700 2009 Merge branch 'maint' * maint: git submodule:... [gitster]
file git-request-pull.sh
file git-send-email.perl
file git-sh-setup.sh Sat Feb 07 00:45:29 -0800 2009 git-sh-setup: Use "cd" option, not /bin/pwd, fo... [Marcel M. Cary]
file git-stash.sh Sun Dec 07 17:30:35 -0800 2008 Revert "git-stash: use git rev-parse -q" This ... [gitster]
file git-submodule.sh Sat Apr 18 21:37:46 -0700 2009 Work around ash "alternate value" expansion bug... [bjj]
file git-svn.perl
file git-web--browse.sh
file git.c
file git.spec.in
directory gitk-git/
directory gitweb/
file graph.c Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
file graph.h Thu Sep 25 08:00:28 -0700 2008 graph.c: make many functions static These func... [Nanako Shiraishi]
file grep.c Tue Apr 28 00:46:39 -0700 2009 Merge branch 'maint' * maint: grep: fix segf... [gitster]
file grep.h Sat Mar 07 11:34:59 -0800 2009 grep: add support for coloring with external gr... [René Scharfe]
file hash-object.c Wed Mar 04 23:46:20 -0800 2009 Merge branch 'en/maint-hash-object' into next ... [gitster]
file hash.c Sun Mar 09 00:43:48 -0800 2008 Add 'const' where appropriate to index handling... [Linus Torvalds]
file hash.h Sun Mar 09 00:43:48 -0800 2008 Add 'const' where appropriate to index handling... [Linus Torvalds]
file help.c Thu Sep 11 23:05:39 -0700 2008 git wrapper: also use aliases to correct mistyp... [pieter]
file help.h Sun Sep 07 23:52:16 -0700 2008 Merge branch 'ar/autospell' * ar/autospell: ... [gitster]
file http-push.c Sat Apr 11 22:21:59 -0700 2009 Replace ",<,>,& with their respective XML entit... [Mike Hommey]
file http-walker.c Fri Mar 27 22:10:58 -0700 2009 Move chmod(foo, 0444) into move_temp_to_file() ... [Johan Herland]
file http.c
file http.h
file ident.c Tue Dec 02 15:29:13 -0800 2008 Add backslash to list of 'crud' characters in r... [Linus Torvalds]
file imap-send.c
file index-pack.c Mon Apr 06 00:42:52 -0700 2009 Merge branch 'jc/shared-literally' * jc/shared... [gitster]
file levenshtein.c
file levenshtein.h
file list-objects.c Sat Apr 18 14:46:17 -0700 2009 Merge branch 'lt/pack-object-memuse' * lt/pack... [gitster]
file list-objects.h Sat Apr 18 14:46:17 -0700 2009 Merge branch 'lt/pack-object-memuse' * lt/pack... [gitster]
file ll-merge.c Sun Nov 23 19:55:52 -0800 2008 merge-recursive: use strbuf_expand() instead of... [René Scharfe]
file ll-merge.h Mon Feb 18 00:46:13 -0800 2008 merge-recursive: split low-level merge function... [gitster]
file lockfile.c
file log-tree.c
file log-tree.h
file mailmap.c
file mailmap.h
file match-trees.c Sat Oct 20 22:43:27 -0700 2007 Improved const correctness for strings Signed-... [spearce]
file merge-file.c
file merge-index.c
file merge-recursive.c
file merge-recursive.h
file merge-tree.c
file mktag.c Wed Feb 04 15:08:49 -0800 2009 Replace deprecated dashed git commands in usage... [aspotashev]
file mktree.c Wed Feb 04 15:08:49 -0800 2009 Replace deprecated dashed git commands in usage... [aspotashev]
directory mozilla-sha1/
file name-hash.c
file object.c Sat Jan 17 23:00:31 -0800 2009 bundle: allow the same ref to be given more tha... [gitster]
file object.h Sun Jan 25 17:13:02 -0800 2009 Merge branch 'js/maint-all-implies-HEAD' * js/... [gitster]
file pack-check.c Thu Oct 02 18:06:56 -0700 2008 fix openssl headers conflicting with custom SHA... [Nicolas Pitre]
file pack-redundant.c
file pack-refs.c
file pack-refs.h Thu Jun 19 15:53:13 -0700 2008 Move pack_refs() and friends into libgit This ... [Johan Herland]
file pack-revindex.c Sun Nov 02 15:22:35 -0800 2008 make find_pack_revindex() aware of the nasty wo... [Nicolas Pitre]
file pack-revindex.h
file pack-write.c
file pack.h
file pager.c Wed Jan 21 22:46:53 -0800 2009 pager: do wait_for_pager on signal death Since... [Jeff King]
file parse-options.c
file parse-options.h
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 Wed Feb 04 15:08:49 -0800 2009 Replace deprecated dashed git commands in usage... [aspotashev]
file patch-ids.c Sat Apr 04 22:57:42 -0700 2009 patch-ids: use the new generic "sha1_pos" funct... [Christian Couder]
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.c
directory perl/ Sat Apr 04 23:57:59 -0700 2009 add --html-path to get the location of installe... [Markus Heidelberg]
file pkt-line.c Sat May 03 22:15:25 -0700 2008 Cleanup xread() loops to use read_in_full() Si... [Heikki Orsila]
file pkt-line.h
directory ppc/ Thu Oct 02 18:06:56 -0700 2008 fix openssl headers conflicting with custom SHA... [Nicolas Pitre]
file preload-index.c Tue Dec 02 15:29:12 -0800 2008 Makefile: introduce NO_PTHREADS This introduce... [gitster]
file pretty.c
file progress.c Sat Apr 25 08:54:18 -0700 2009 progress bar: round to the nearest instead of t... [Nicolas Pitre]
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 Mon Mar 30 01:22:53 -0700 2009 quote: add "sq_dequote_to_argv" to put unwrappe... [Christian Couder]
file quote.h
file reachable.c Wed Apr 08 22:58:43 -0700 2009 process_{tree,blob}: Remove useless xstrdup cal... [Björn Steinbrink]
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 Sun Mar 15 12:56:40 -0700 2009 checkout bugfix: use stat.mtime instead of stat... [Kjetil Barvik]
file reflog-walk.c Fri May 01 15:17:31 -0700 2009 Fix a bunch of pointer declarations (codestyle)... [felipec]
file reflog-walk.h Fri Mar 20 00:57:27 -0700 2009 make oneline reflog dates more consistent with ... [Jeff King]
file refs.c Mon Apr 13 09:36:44 -0700 2009 shorten_unambiguous_ref(): add strict mode Add... [bertwesarg]
file refs.h Mon Apr 13 09:36:44 -0700 2009 shorten_unambiguous_ref(): add strict mode Add... [bertwesarg]
file remote.c
file remote.h Tue Apr 07 21:51:59 -0700 2009 remote: New function remote_is_configured() Pr... [Finn Arne Gangstad]
file rerere.c
file rerere.h Sat Feb 14 21:27:35 -0800 2009 rerere: remove duplicated functions Both rerer... [szeder]
file revision.c Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
file revision.h Sat Apr 18 14:46:17 -0700 2009 Merge branch 'lt/pack-object-memuse' * lt/pack... [gitster]
file run-command.c
file run-command.h Wed Apr 01 11:05:54 -0700 2009 fix portability problem with IS_RUN_COMMAND_ERR... [Jeff King]
file send-pack.h
file server-info.c
file setup.c Fri Mar 27 21:51:04 -0700 2009 "core.sharedrepository = 0mode" should set, not... [gitster]
file sha1-lookup.c
file sha1-lookup.h Sat Apr 04 22:57:39 -0700 2009 sha1-lookup: add new "sha1_pos" function to eff... [Christian Couder]
file sha1_file.c
file sha1_name.c Sun Mar 22 23:36:47 -0700 2009 Rename interpret/substitute nth_last_branch fun... [gitster]
file shallow.c Mon Feb 18 20:56:01 -0800 2008 Merge branch 'mk/maint-parse-careful' * mk/mai... [gitster]
file shell.c Sat Apr 11 11:01:15 -0700 2009 git-shell: Add 'git-upload-archive' to allowed ... [Erik Broes]
file shortlog.h Mon Jul 21 19:11:50 -0700 2008 Rename path_list to string_list The name path_... [dscho]
file show-index.c
file sideband.c
file sideband.h Tue Mar 10 23:23:02 -0700 2009 recv_sideband: Bands #2 and #3 always go to std... [Johannes Sixt]
file sigchain.c Wed Jan 21 22:46:53 -0800 2009 refactor signal handling for cleanup functions ... [Jeff King]
file sigchain.h Wed Jan 21 22:46:53 -0800 2009 refactor signal handling for cleanup functions ... [Jeff King]
file strbuf.c
file strbuf.h
file string-list.c Fri Feb 27 15:19:08 -0800 2009 string-list: new for_each_string_list() functio... [jaysoffian]
file string-list.h Fri Feb 27 15:19:08 -0800 2009 string-list: new for_each_string_list() functio... [jaysoffian]
file symlinks.c Tue Mar 17 12:10:58 -0700 2009 Revert "lstat_cache(): print a warning if doing... [Kjetil Barvik]
directory t/
file tag.c Sun Mar 02 15:11:07 -0800 2008 Merge branch 'mk/maint-parse-careful' * mk/mai... [gitster]
file tag.h Wed Nov 02 16:50:58 -0800 2005 Be careful when dereferencing tags. One caller... [Junio C Hamano]
file tar.h
directory templates/
file test-chmtime.c
file test-ctype.c Sat Jan 17 18:30:41 -0800 2009 Add is_regex_special() Add is_regex_special(),... [René Scharfe]
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
file test-dump-cache-tree.c
file test-genrandom.c
file test-match-trees.c
file test-parse-options.c
file test-path-utils.c Thu Feb 19 22:45:48 -0800 2009 Introduce the function strip_path_suffix() The... [dscho]
file test-sha1.c
file test-sha1.sh
file test-sigchain.c
file thread-utils.c
file thread-utils.h Sat Feb 23 12:00:32 -0800 2008 pack-objects: Add runtime detection of online C... [Andreas Ericsson]
file trace.c Wed Feb 25 00:49:53 -0800 2009 trace: Fixed a minor typo in an error message. ... [allancaffee]
file transport.c Thu Mar 26 00:28:46 -0700 2009 Merge branch 'db/push-cleanup' * db/push-clean... [gitster]
file transport.h Mon Mar 09 15:41:20 -0700 2009 Move push matching and reporting logic into tra... [Daniel Barkalow]
file tree-diff.c Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
file tree-walk.c
file tree-walk.h
file tree.c Mon Apr 20 13:44:14 -0700 2009 Fix off-by-one in read_tree_recursive Found by... [dscho]
file tree.h Tue Jul 15 07:17:59 -0700 2008 add context pointer to read_tree_recursive() A... [René Scharfe]
file unimplemented.sh
file unpack-file.c
file unpack-trees.c
file unpack-trees.h
file update-server-info.c Mon Jan 26 00:26:05 -0800 2009 Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska]
file upload-pack.c Sat Apr 18 14:46:17 -0700 2009 Merge branch 'lt/pack-object-memuse' * lt/pack... [gitster]
file usage.c
file userdiff.c Wed Jan 21 23:52:16 -0800 2009 Change the spelling of "wordregex". Use "wordR... [Boyd Stephen Smith Jr]
file userdiff.h Sat Jan 17 10:44:21 -0800 2009 color-words: make regex configurable via attrib... [trast]
file utf8.c Wed Feb 04 16:30:43 -0800 2009 utf8: add utf8_strwidth() I'm about to use thi... [geofft]
file utf8.h Wed Feb 04 16:30:43 -0800 2009 utf8: add utf8_strwidth() I'm about to use thi... [geofft]
file var.c
file walker.c
file walker.h Sat Apr 26 17:36:17 -0700 2008 Make walker.fetch_ref() take a struct ref. Thi... [Daniel Barkalow]
file wrapper.c
file write_or_die.c Sun Jul 20 17:17:09 -0700 2008 Move read_in_full() and write_in_full() to wrap... [gitster]
file ws.c
file wt-status.c
file wt-status.h Mon Jun 09 15:48:19 -0700 2008 Add argument 'no' commit/status option -u|--unt... [mstormo]
file xdiff-interface.c
file xdiff-interface.h Sat Oct 25 12:09:31 -0700 2008 add xdi_diff_hunks() for callers that only need... [René Scharfe]
directory xdiff/
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.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.