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 Mon Feb 11 13:23:15 -0800 2008 Define the project whitespace policy This esta... [gitster]
file .gitignore Loading commit data...
file .mailmap Sat Jul 19 11:25:51 -0700 2008 .mailmap update A few people sent in patches u... [gitster]
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 Tue Jan 06 22:12:07 -0800 2009 README: tutorial.txt is now called gittutorial.... [joeyh]
file RelNotes
file abspath.c Wed Dec 17 13:36:34 -0800 2008 make_absolute_path(): check bounds when seeing ... [gitster]
file alias.c Mon Jun 30 22:45:50 -0700 2008 Move split_cmdline() to alias.c split_cmdline(... [Miklos Vajna]
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 Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file archive-zip.c Sat Jul 19 11:17:43 -0700 2008 archive: remove unused headers Remove obsolete... [René Scharfe]
file archive.c Sun Oct 26 16:21:08 -0700 2008 Merge branch 'maint' * maint: add -p: warn i... [gitster]
file archive.h Fri Jul 25 17:21:04 -0700 2008 archive: declare struct archiver where it's nee... [Rene Scharfe]
directory arm/ Thu Oct 02 18:06:56 -0700 2008 fix openssl headers conflicting with custom SHA... [Nicolas Pitre]
file attr.c Wed Jul 16 14:05:50 -0700 2008 Fix buffer overflow in prepare_attr_stack If P... [Dmitry Potapov]
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 branch.c Tue Oct 21 17:58:11 -0700 2008 Merge branch 'jc/maint-co-track' * jc/maint-co... [gitster]
file branch.h Tue Feb 19 21:17:45 -0800 2008 branch: optionally setup branch.*.merge from up... [jaysoffian]
file builtin-add.c Mon Jan 05 10:48:32 -0800 2009 git add: do not add files from a submodule It ... [dscho]
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 Sun Oct 26 16:19:59 -0700 2008 git-archive: work in bare repos This moves the... [Charles Bailey]
file builtin-blame.c Wed Dec 17 13:36:35 -0800 2008 builtin-blame.c: use strbuf_readlink() When fa... [gitster]
file builtin-branch.c Fri Dec 12 20:42:59 -0800 2008 git-branch: display sha1 on branch deletion Ma... [Brandon Casey]
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 Tue Nov 11 14:50:02 -0800 2008 Fix non-literal format in printf-style calls T... [Daniel Lowe]
file builtin-check-ref-format.c Sat Aug 30 13:50:48 -0700 2008 Start conforming code to "git subcmd" style Us... [Heikki Orsila]
file builtin-checkout-index.c Sun Oct 19 14:38:04 -0700 2008 parse-opt: migrate builtin-checkout-index. Sig... [Miklos Vajna]
file builtin-checkout.c
file builtin-clean.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file builtin-clone.c
file builtin-commit-tree.c Wed Sep 10 15:25:46 -0700 2008 commit_tree(): add a new author parameter In c... [Miklos Vajna]
file builtin-commit.c
file builtin-config.c Thu Oct 30 17:52:24 -0700 2008 Use git_pathdup instead of xstrdup(git_path(...... [Alex Riesen]
file builtin-count-objects.c
file builtin-describe.c Sat Dec 27 14:21:15 -0800 2008 Merge branch 'sp/maint-describe-all-tag-warning... [gitster]
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 Thu Aug 28 20:50:10 -0700 2008 diff*: fix worktree setup This fixes "git diff... [pclouds]
file builtin-diff-tree.c Wed Sep 10 15:00:17 -0700 2008 Fix git-diff-tree --stdin 140b378 (Teach git d... [gitster]
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 Sat Jan 03 14:24:15 -0800 2009 fast-export: print usage when no options specif... [Miklos Vajna]
file builtin-fetch--tool.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file builtin-fetch-pack.c Sun Dec 07 15:13:02 -0800 2008 Merge branch 'maint' * maint: GIT 1.6.0.5 ... [gitster]
file builtin-fetch.c
file builtin-fmt-merge-msg.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file builtin-for-each-ref.c Sun Oct 26 22:25:09 -0700 2008 Fix potentially dangerous uses of mkpath and gi... [Alex Riesen]
file builtin-fsck.c
file builtin-gc.c
file builtin-grep.c
file builtin-help.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
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
file builtin-log.c
file builtin-ls-files.c
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 Thu Jan 01 04:43:23 -0800 2009 Document git-ls-tree --full-tree Signed-off-by... [Nanako Shiraishi]
file builtin-mailinfo.c
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 Fri Dec 26 19:10:02 -0800 2008 merge-file: handle freopen() failure Report th... [René Scharfe]
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
file builtin-mv.c Wed Feb 04 11:07:42 -0800 2009 builtin-mv.c: check for unversionned files befo... [moy]
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 Sun Jul 13 14:12:48 -0700 2008 Make usage strings dash-less When you misuse a... [sbeyer]
file builtin-prune-packed.c Sun Jul 13 14:12:48 -0700 2008 Make usage strings dash-less When you misuse a... [sbeyer]
file builtin-prune.c
file builtin-push.c Wed Oct 08 08:05:43 -0700 2008 Merge branch 'maint' * maint: Do not use err... [spearce]
file builtin-read-tree.c Wed Nov 12 14:16:50 -0800 2008 checkout: Fix "initial checkout" detection Ear... [gitster]
file builtin-receive-pack.c
file builtin-reflog.c Thu Oct 30 18:08:58 -0700 2008 Merge branch 'ar/maint-mksnpath' into ar/mksnpa... [gitster]
file builtin-remote.c Tue Nov 18 15:38:34 -0800 2008 git-remote: add verbose mode to git remote upda... [crquan]
file builtin-rerere.c
file builtin-reset.c
file builtin-rev-list.c Tue Nov 04 00:08:03 -0800 2008 Add a 'source' decorator for commits We alread... [Linus Torvalds]
file builtin-rev-parse.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file builtin-revert.c Sun Dec 21 18:32:04 -0800 2008 git-revert: record the parent against which a r... [Robin Rosenberg]
file builtin-rm.c Fri Nov 28 19:58:24 -0800 2008 git add --intent-to-add: fix removal of cached ... [gitster]
file builtin-send-pack.c Tue Jan 27 23:46:59 -0800 2009 send-pack: do not send unknown object name from... [gitster]
file builtin-shortlog.c
file builtin-show-branch.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file builtin-show-ref.c Sun Aug 31 09:39:19 -0700 2008 'git foo' program identifies itself without das... [gitster]
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 Sun Jul 13 14:12:48 -0700 2008 Make usage strings dash-less When you misuse a... [sbeyer]
file builtin-tag.c Sun Dec 07 15:13:02 -0800 2008 Merge branch 'maint' * maint: GIT 1.6.0.5 ... [gitster]
file builtin-tar-tree.c Mon Sep 15 23:11:35 -0700 2008 Cosmetical command name fix If we came from gi... [Heikki Orsila]
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 Fri Jul 25 17:20:55 -0700 2008 archive: define MAX_ARGS where it's needed MAX... [Rene Scharfe]
file builtin-verify-pack.c Fri Aug 22 22:00:22 -0700 2008 discard revindex data when pack list changes T... [Nicolas Pitre]
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 Thu Sep 25 09:39:24 -0700 2008 Merge branch 'jc/alternate-push' * jc/alternat... [spearce]
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 Sun Nov 30 17:59:19 -0800 2008 git add --intent-to-add: do not let an empty bl... [gitster]
file cache-tree.h Wed Jul 16 08:50:27 -0700 2008 cache-tree.c: make cache_tree_find() static Th... [Nanako Shiraishi]
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 check_bindir Thu Jun 19 16:00:38 -0700 2008 Move all dashed-form commands to libexecdir Si... [pclouds]
file color.c
file color.h
file combine-diff.c Wed Dec 17 13:36:35 -0800 2008 combine-diff.c: use strbuf_readlink() When sho... [gitster]
file command-list.txt Tue Feb 10 21:32:10 -0800 2009 Revert "Merge branch 'js/notes'" This reverts ... [gitster]
file commit.c Thu Oct 02 18:03:35 -0700 2008 commit.c: make read_graft_file() static This f... [Nanako Shiraishi]
file commit.h Tue Oct 21 14:09:34 -0700 2008 builtin-blame: Reencode commit messages accordi... [angavrilov]
directory compat/ Thu Nov 27 19:25:06 -0800 2008 Merge branch 'js/mingw-rename-fix' * js/mingw-... [gitster]
file config.c Sun Dec 14 16:43:39 -0800 2008 Get rid of the last remnants of GIT_CONFIG_LOCA... [dscho]
file config.mak.in
file configure.ac
file connect.c
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 Tue Apr 22 21:21:08 -0700 2008 copy.c: copy_fd - correctly report write errors... [Ariel Badichi]
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
file daemon.c
file date.c Sun Aug 17 17:41:53 -0700 2008 date/time: do not get confused by fractional se... [Linus Torvalds]
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 Wed Jan 07 12:04:38 -0800 2009 diff --no-index -q: fix endless loop We forgot... [trast]
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 Wed Jan 21 00:14:12 -0800 2009 Rename detection: Avoid repeated filespec popul... [Björn Steinbrink]
file diffcore.h Sun Nov 02 16:36:40 -0800 2008 Merge branch 'maint' * maint: Add reference ... [gitster]
file dir.c
file dir.h
file editor.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file entry.c
file environment.c Tue Feb 10 21:32:10 -0800 2009 Revert "Merge branch 'js/notes'" This reverts ... [gitster]
file exec_cmd.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file exec_cmd.h Mon Jul 28 23:02:11 -0700 2008 Refactor, adding prepare_git_cmd(const char **a... [Steffen Prohaska]
file fast-import.c Tue Jan 13 23:10:50 -0800 2009 Merge branch 'maint-1.6.0' into maint * maint-... [gitster]
file fetch-pack.h Tue Mar 04 23:28:14 -0800 2008 Teach fetch-pack/upload-pack about --include-ta... [spearce]
file fixup-builtins Fri Jul 11 21:13:17 -0700 2008 make remove-dashes: apply to scripts and progra... [Miklos Vajna]
file fsck.c Tue Nov 11 14:49:50 -0800 2008 Merge branch 'maint' * maint: Fix non-litera... [gitster]
file fsck.h Mon Feb 25 23:57:35 -0800 2008 add common fsck error printing function Signed... [Martin Koegler]
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 Sat Jan 03 14:25:27 -0800 2009 bisect view: call gitk if Cygwin's SESSIONNAME ... [dscho]
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-filter-branch.sh
directory git-gui/ Wed Dec 17 21:56:48 -0800 2008 Merge git://repo.or.cz/git-gui * git://repo.or... [gitster]
file git-instaweb.sh Sun Jul 13 14:12:48 -0700 2008 Make usage strings dash-less When you misuse a... [sbeyer]
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 Wed Jul 30 00:20:51 -0700 2008 git-merge-octopus: use (merge-base A (merge B C... [gitster]
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 Thu Aug 30 17:18:22 -0700 2007 Fixing comment in merge strategies Comments in... [pinetops]
file git-mergetool.sh
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 Wed Dec 03 14:27:17 -0800 2008 pull: use git rev-parse -q Signed-off-by: Mikl... [Miklos Vajna]
file git-quiltimport.sh Mon Jul 21 18:51:47 -0700 2008 Rename .git/rebase to .git/rebase-apply With g... [dscho]
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 Fri Nov 14 21:39:10 -0800 2008 repack: only unpack-unreachable if we are delet... [Brandon Casey]
file git-request-pull.sh Mon Nov 17 02:27:18 -0800 2008 request-pull: make usage string match manpage ... [snaewe]
file git-send-email.perl Sun Dec 21 01:57:59 -0800 2008 send-email: futureproof split_addrs() sub Matt... [gitster]
file git-sh-setup.sh Mon Jan 05 11:46:58 -0800 2009 git-sh-setup: Fix scripts whose PWD is a symlin... [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 Wed Dec 03 14:27:18 -0800 2008 submodule: use git rev-parse -q Signed-off-by:... [Miklos Vajna]
file git-svn.perl
file git-web--browse.sh Wed Sep 24 15:49:21 -0700 2008 git-web--browse: Support for using /bin/start o... [pasky]
file git.c
file git.spec.in Thu Feb 05 19:38:58 -0800 2009 Merge branch 'maint-1.6.0' into maint * maint-... [gitster]
directory gitk-git/ Sun Dec 21 18:31:12 -0800 2008 Merge git://git.kernel.org/pub/scm/gitk/gitk *... [gitster]
directory gitweb/
file graph.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file graph.h Thu Sep 25 08:00:28 -0700 2008 graph.c: make many functions static These func... [Nanako Shiraishi]
file grep.c
file grep.h
file hash-object.c Tue Nov 11 14:50:02 -0800 2008 Fix non-literal format in printf-style calls T... [Daniel Lowe]
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
file http-walker.c Wed Jan 21 16:55:17 -0800 2009 Merge branch 'lt/maint-wrap-zlib' * lt/maint-w... [gitster]
file http.c Sun Dec 07 15:13:02 -0800 2008 Merge branch 'maint' * maint: GIT 1.6.0.5 ... [gitster]
file http.h Fri Jul 04 00:37:40 -0700 2008 Work around gcc warnings from curl headers Aft... [gitster]
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
file levenshtein.c Sun Nov 23 19:23:34 -0800 2008 Document levenshtein.c Signed-off-by: Johannes... [dscho]
file levenshtein.h Sun Aug 31 10:14:58 -0700 2008 git wrapper: DWIM mistyped commands This patch... [dscho]
file list-objects.c Mon Feb 18 19:25:26 -0800 2008 list-objects.c::process_tree/blob: check for NU... [Martin Koegler]
file list-objects.h Thu Sep 07 02:46:02 -0700 2006 pack-objects: further work on internal rev-list... [Junio C Hamano]
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 Sun Dec 21 01:56:20 -0800 2008 Make sure lockfiles are unlocked when dying on ... [gitster]
file log-tree.c Sun Nov 16 00:24:41 -0800 2008 Fix machine-parseability of 'git log --source' ... [Linus Torvalds]
file log-tree.h Tue Nov 04 00:08:03 -0800 2008 Add a 'source' decorator for commits We alread... [Linus Torvalds]
file mailmap.c Mon Jul 21 19:11:50 -0700 2008 Rename path_list to string_list The name path_... [dscho]
file mailmap.h Mon Jul 21 19:11:50 -0700 2008 Rename path_list to string_list The name path_... [dscho]
file match-trees.c Sat Oct 20 22:43:27 -0700 2007 Improved const correctness for strings Signed-... [spearce]
file merge-file.c Sat Oct 25 12:09:31 -0700 2008 Always initialize xpparam_t to 0 We're going t... [Brian Downing]
file merge-index.c Sun Aug 31 09:39:19 -0700 2008 'git foo' program identifies itself without das... [gitster]
file merge-recursive.c Wed Jan 07 00:09:42 -0800 2009 Merge branch 'js/maint-merge-recursive-r-d-conf... [gitster]
file merge-recursive.h Thu Sep 04 22:50:43 -0700 2008 merge-recursive: move current_{file,directory}_... [Miklos Vajna]
file merge-tree.c Wed Oct 08 07:30:59 -0700 2008 Replace xmalloc/memset(0) pairs with xcalloc M... [Brandon Casey]
file mktag.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file mktree.c Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
directory mozilla-sha1/ Thu Oct 02 18:06:56 -0700 2008 fix openssl headers conflicting with custom SHA... [Nicolas Pitre]
file name-hash.c Wed Apr 09 01:22:25 -0700 2008 Make hash_name_lookup able to do case-independe... [Linus Torvalds]
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 Sun Oct 19 12:35:37 -0700 2008 Enhance hold_lock_file_for_{update,append}() AP... [gitster]
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 Fri Aug 22 22:00:22 -0700 2008 discard revindex data when pack list changes T... [Nicolas Pitre]
file pack-write.c Thu Oct 02 18:06:56 -0700 2008 fix openssl headers conflicting with custom SHA... [Nicolas Pitre]
file pack.h Fri Aug 29 21:51:27 -0700 2008 improve reliability of fixup_pack_header_footer... [Nicolas Pitre]
file pager.c Mon Dec 15 23:06:13 -0800 2008 Merge branch 'maint' * maint: fast-import: c... [gitster]
file parse-options.c Fri Nov 14 17:18:32 -0800 2008 Teach/Fix pull/fetch -q/-v options Implement g... [tuncer]
file parse-options.h Fri Nov 14 17:18:32 -0800 2008 Teach/Fix pull/fetch -q/-v options Implement g... [tuncer]
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 Oct 02 18:06:56 -0700 2008 fix openssl headers conflicting with custom SHA... [Nicolas Pitre]
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.c Tue Nov 11 14:43:59 -0800 2008 Fix non-literal format in printf-style calls T... [Daniel Lowe]
directory perl/ Tue Jan 13 23:12:51 -0800 2009 Merge branch 'maint' * maint: fast-import: C... [gitster]
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 Mon Jun 26 02:11:53 -0700 2006 Fix pkt-line.h to compile with a non-GCC compil... [Dennis Stosberg]
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 Sun Jun 08 13:56:32 -0700 2008 progress.c: avoid use of dynamic-sized array D... [gerberb]
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 Fri Jun 27 23:22:00 -0700 2008 shrink git-shell by avoiding redundant dependen... [Dmitry Potapov]
file quote.h Fri Mar 07 21:22:25 -0800 2008 Make private quote_path() in wt-status.c availa... [Dmitry Potapov]
file reachable.c Mon Feb 18 20:56:01 -0800 2008 Merge branch 'mk/maint-parse-careful' * mk/mai... [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 Wed Dec 17 13:36:34 -0800 2008 Make 'ce_compare_link()' use the new 'strbuf_re... [Linus Torvalds]
file reflog-walk.c Mon Jul 21 19:11:50 -0700 2008 Rename path_list to string_list The name path_... [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
file remote.h Tue Nov 11 14:19:29 -0800 2008 remote: add a new 'origin' variable to the stru... [Miklos Vajna]
file rerere.c Thu Dec 04 18:05:41 -0800 2008 Make some of fwrite/fclose/write/close failures... [Alex Riesen]
file rerere.h Mon Jul 21 19:11:50 -0700 2008 Rename path_list to string_list The name path_... [dscho]
file revision.c Sun Jan 25 17:13:02 -0800 2009 Merge branch 'js/maint-all-implies-HEAD' * js/... [gitster]
file revision.h Tue Nov 04 00:45:34 -0800 2008 revision traversal: '--simplify-by-decoration' ... [Linus Torvalds]
file run-command.c
file run-command.h
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 Thu Oct 30 17:52:24 -0700 2008 Use git_pathdup instead of xstrdup(git_path(...... [Alex Riesen]
file setup.c Wed Jan 21 16:51:25 -0800 2009 Merge branch 'sg/maint-gitdir-in-subdir' * sg/... [gitster]
file sha1-lookup.c Wed Apr 09 01:30:18 -0700 2008 sha1-lookup: make selection of 'middle' less ag... [gitster]
file sha1-lookup.h Wed Apr 09 01:23:52 -0700 2008 sha1-lookup: more memory efficient search in so... [gitster]
file sha1_file.c
file sha1_name.c
file shallow.c Mon Feb 18 20:56:01 -0800 2008 Merge branch 'mk/maint-parse-careful' * mk/mai... [gitster]
file shell.c Fri Aug 29 00:16:39 -0700 2008 Merge branch 'maint' * maint: tutorial: gent... [gitster]
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 Sat Jul 05 17:26:29 -0700 2008 Fix some warnings (on cygwin) to allow -Werror ... [Ramsay Jones]
file sideband.c Wed Sep 03 14:51:10 -0700 2008 improve handling of sideband message display C... [Nicolas Pitre]
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 Wed Dec 17 13:36:30 -0800 2008 Add generic 'strbuf_readlink()' helper function... [Linus Torvalds]
file string-list.c Mon Jul 21 19:11:50 -0700 2008 Rename path_list to string_list The name path_... [dscho]
file string-list.h Mon Jul 21 19:11:50 -0700 2008 Rename path_list to string_list The name path_... [dscho]
file symlinks.c
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 Sat Mar 25 16:35:43 -0800 2006 tar-tree: Introduce write_entry() ... and use ... [Rene Scharfe]
directory templates/ Tue Sep 09 13:32:32 -0700 2008 Fix permission bits on sources checked out with... [gitster]
file test-chmtime.c Fri Oct 31 00:19:52 -0700 2008 Add --verbose|-v to test-chmtime This allows u... [Alex Riesen]
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-dump-cache-tree.c Tue Feb 03 22:11:44 -0800 2009 add test-dump-cache-tree in Makefile 5c5ba73 (... [Guanqun]
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 Wed Aug 13 18:11:44 -0700 2008 test-parse-options: use appropriate cast in len... [Brandon Casey]
file test-path-utils.c Tue Jan 27 15:16:41 -0800 2009 test-path-utils: Fix off by one, found by valgr... [Johannes Schindelin]
file test-sha1.c Thu Oct 02 18:06:56 -0700 2008 fix openssl headers conflicting with custom SHA... [Nicolas Pitre]
file test-sha1.sh Thu Mar 13 00:57:52 -0700 2008 more tr portability test script fixes Dealing ... [Jeff King]
file thread-utils.c Sat Feb 23 12:00:32 -0800 2008 pack-objects: Add runtime detection of online C... [Andreas Ericsson]
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 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 Thu Oct 09 11:26:17 -0700 2008 Implement git clone -v The new -v option force... [Miklos Vajna]
file tree-diff.c Sun Aug 31 09:39:19 -0700 2008 'git foo' program identifies itself without das... [gitster]
file tree-walk.c Sun Mar 09 00:43:47 -0800 2008 Fix tree-walking compare_entry() in the presens... [Linus Torvalds]
file tree-walk.h Sun Mar 09 00:43:47 -0800 2008 Make 'traverse_trees()' traverse conflicting DF... [Linus Torvalds]
file tree.c Tue Jul 15 07:17:59 -0700 2008 add context pointer to read_tree_recursive() A... [René Scharfe]
file tree.h Tue Jul 15 07:17:59 -0700 2008 add context pointer to read_tree_recursive() A... [René Scharfe]
file unpack-file.c Wed May 14 12:34:44 -0700 2008 Provide git_config with a callback-data paramet... [dscho]
file unpack-trees.c
file unpack-trees.h Tue Sep 09 22:55:22 -0700 2008 checkout: do not lose staged removal The logic... [gitster]
file update-server-info.c Sun Jul 13 14:12:48 -0700 2008 Make usage strings dash-less When you misuse a... [sbeyer]
file upload-pack.c Sun Aug 31 09:39:19 -0700 2008 'git foo' program identifies itself without das... [gitster]
file usage.c Mon Sep 29 07:30:16 -0700 2008 usage.c: remove unused functions This removes ... [Nanako Shiraishi]
file userdiff.c
file userdiff.h
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 Wed Jul 30 11:42:01 -0700 2008 Replace uses of "git-var" with "git var" Signe... [Todd Zullinger]
file walker.c Sat Oct 18 06:53:47 -0700 2008 make alloc_ref_from_str() the new alloc_ref() ... [René Scharfe]
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 Sun Jan 11 02:13:06 -0800 2009 Wrap inflate and other zlib routines for better... [Linus Torvalds]
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 Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file wt-status.c Sun Dec 07 19:59:25 -0800 2008 reorder ALLOW_TEXTCONV option setting Right no... [Jeff King]
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 Wed Nov 26 10:47:41 -0800 2008 xdiff-interface.c: remove 10 duplicated lines ... [Jim Meyering]
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 "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.