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 Fri Apr 17 21:42:12 -0700 2009 Merge branch 'da/difftool' * da/difftool: me... [gitster]
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/ Loading commit data...
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
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 Fri Apr 17 21:05:49 -0700 2009 archive: do not read .gitattributes in working ... [pclouds]
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 Fri Apr 17 21:05:49 -0700 2009 attr: add GIT_ATTR_INDEX "direction" This inst... [pclouds]
file base85.c Wed May 30 15:03:50 -0700 2007 decode_85(): fix missing return. When the func... [Jerald Fitzjerald]
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 Tue Apr 07 22:12:44 -0700 2009 rev-list: add "int bisect_show_flags" in "struc... [Christian Couder]
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 Sun Mar 22 23:52:11 -0700 2009 strbuf_check_branch_ref(): a helper to check a ... [gitster]
file branch.h Tue Mar 03 22:58:52 -0800 2009 Make git-clone respect branch.autosetuprebase ... [gitster]
file builtin-add.c Fri Mar 20 14:30:51 -0700 2009 Merge branch 'mv/parseopt-ls-files' * mv/parse... [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 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 Sun Apr 05 01:29:44 -0700 2009 bisect--helper: implement "git bisect--helper" ... [Christian Couder]
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 Mon Jan 05 13:01:01 -0800 2009 remove trailing LF in die() messages LF at the... [aspotashev]
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 Sun Mar 22 23:52:11 -0700 2009 strbuf_check_branch_ref(): a helper to check a ... [gitster]
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 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 Wed Sep 10 15:25:46 -0700 2008 commit_tree(): add a new author parameter In c... [Miklos Vajna]
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 11 13:49:56 -0700 2009 Merge branch 'jc/maint-1.6.0-keep-pack' * jc/m... [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 Thu Aug 28 20:50:10 -0700 2008 diff*: fix worktree setup This fixes "git diff... [pclouds]
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 Wed Apr 01 22:49:28 -0700 2009 Merge branch 'ef/fast-export' * ef/fast-export... [gitster]
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 11 13:49:56 -0700 2009 Merge branch 'jc/maint-1.6.0-keep-pack' * jc/m... [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 Mon Apr 20 22:55:56 -0700 2009 grep: don't support "grep.color"-like config op... [Markus Heidelberg]
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 Mon Apr 06 00:42:23 -0700 2009 Merge branch 'sb/format-patch-patchname' * sb/... [gitster]
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 Fri Mar 20 09:35:21 -0700 2009 Produce a nicer output in case of sha1_object_i... [Alex Riesen]
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 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 Mon Jan 05 13:01:01 -0800 2009 remove trailing LF in die() messages LF at the... [aspotashev]
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 Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
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
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 Thu Mar 26 00:26:25 -0700 2009 Merge branch 'fg/push-default' * fg/push-defau... [gitster]
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 Wed Apr 22 19:03:39 -0700 2009 Fix more typos/spelling in comments A few more... [Michael J Gruber]
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 Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
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 Mon Mar 23 21:02:27 -0700 2009 builtin-rm: use warning() instead of fprintf(st... [Miklos Vajna]
file builtin-send-pack.c Thu Mar 26 21:01:34 -0700 2009 builtin-send-pack.c: avoid empty structure init... [Brandon Casey]
file builtin-shortlog.c Sat Mar 14 13:36:34 -0700 2009 Remove unused assignments These variables were... [d0k]
file builtin-show-branch.c Mon Mar 23 21:02:27 -0700 2009 builtin-show-branch: use warning() instead of f... [Miklos Vajna]
file builtin-show-ref.c Mon Mar 23 21:02:27 -0700 2009 builtin-show-ref: use warning() instead of fpri... [Miklos Vajna]
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 Wed Jan 28 11:33:51 -0800 2009 git-tag: Add --contains option This functions ... [Jake Goulding]
file builtin-tar-tree.c Fri Apr 17 21:05:49 -0700 2009 archive: do not read .gitattributes in working ... [pclouds]
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 Mon Apr 20 04:16:41 -0700 2009 Move prime_cache_tree() to cache-tree.c The in... [gitster]
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 Fri Feb 13 17:27:58 -0800 2009 Clean up use of ANSI color sequences Remove th... [ArjenL]
file color.h Mon Apr 13 22:41:25 -0700 2009 graph API: Added logic for colored edges Modif... [allancaffee]
file combine-diff.c Sat Mar 07 22:53:02 -0800 2009 Merge branch 'master' into next * master: ht... [gitster]
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 Wed Jan 28 11:33:03 -0800 2009 Make has_commit() non-static Move has_commit()... [Jake Goulding]
directory compat/
file config.c
file config.mak.in Thu Feb 05 00:29:23 -0800 2009 config.mak.in: define paths without trailing sl... [Pascal Obry]
file configure.ac Thu Mar 12 23:23:39 -0700 2009 configure: rework pthread handling to allow for... [Ben Walton]
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 Sat Jan 17 18:30:41 -0800 2009 Add is_regex_special() Add is_regex_special(),... [René Scharfe]
file daemon.c
file date.c Wed Feb 25 00:44:43 -0800 2009 never fallback relative times to absolute Prev... [Jeff King]
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 Tue Mar 17 18:54:31 -0700 2009 Merge branch 'kb/checkout-optim' * kb/checkout... [gitster]
file diff-no-index.c
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 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 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 Sun Nov 02 16:36:40 -0800 2008 Merge branch 'maint' * maint: Add reference ... [gitster]
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 Sun Oct 12 12:36:19 -0700 2008 Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey]
file entry.c Mon Apr 20 12:14:02 -0700 2009 Windows: Skip fstat/lstat optimization in write... [Johannes Sixt]
file environment.c
file exec_cmd.c Thu Mar 26 00:27:03 -0700 2009 Merge branch 'js/maint-1.6.0-exec-path-env' * ... [gitster]
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 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 Sat Mar 07 20:52:17 -0800 2009 Remove unused function scope local variables T... [d0k]
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 Mon Apr 20 03:39:38 -0700 2009 Merge branch 'mm/maint-add-p-quit' * mm/maint-... [gitster]
file git-am.sh Sat Apr 18 21:37:46 -0700 2009 Work around ash "alternate value" expansion bug... [bjj]
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 Sun Apr 12 16:46:40 -0700 2009 Merge branch 'cc/bisect-filter' * cc/bisect-fi... [gitster]
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 Fri Jan 30 21:11:46 -0800 2009 git-cvsserver: run post-update hook *after* upd... [stefankarpinski]
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/ Wed Dec 17 21:56:48 -0800 2008 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 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 Wed Apr 22 19:05:37 -0700 2009 Convert to use quiet option when available A m... [Dan Loewenherz]
file git-mergetool--lib.sh Sun Apr 12 15:19:12 -0700 2009 mergetool--lib: simplify API usage by removing ... [davvid]
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 Wed Apr 22 19:05:37 -0700 2009 Convert to use quiet option when available A m... [Dan Loewenherz]
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 Tue Mar 03 10:56:22 -0800 2009 rebase -i: avoid 'git reset' when possible Whe... [dscho]
file git-rebase.sh Fri Mar 27 14:26:34 -0700 2009 rebase: fix typo (force_rebas -> force-rebas) ... [Michele Ballabio]
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 Mon Nov 17 02:27:18 -0800 2008 request-pull: make usage string match manpage ... [snaewe]
file git-send-email.perl Wed Apr 22 19:10:41 -0700 2009 Add parsing of elm aliases to git-send-email e... [Bill Pemberton]
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
file git-svn.perl
file git-web--browse.sh Mon Feb 09 00:06:36 -0800 2009 git-web--browse: Fix check for /bin/start The ... [Todd Zullinger]
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 Mar 01 22:20:52 -0800 2009 Merge git://git.kernel.org/pub/scm/gitk/gitk *... [gitster]
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
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 Thu Apr 02 13:04:07 -0700 2009 Allow curl to rewind the read buffers When usi... [mstorsjo]
file http.h Thu Apr 02 13:04:07 -0700 2009 Allow curl to rewind the read buffers When usi... [mstorsjo]
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 Sat Mar 14 13:36:34 -0700 2009 Remove unused assignments These variables were... [d0k]
file index-pack.c Mon Apr 06 00:42:52 -0700 2009 Merge branch 'jc/shared-literally' * jc/shared... [gitster]
file levenshtein.c Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
file levenshtein.h Sun Aug 31 10:14:58 -0700 2008 git wrapper: DWIM mistyped commands This patch... [dscho]
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 Fri Mar 27 01:10:27 -0700 2009 log-tree: fix patch filename computation in "gi... [Christian Couder]
file log-tree.h Sun Mar 22 21:45:19 -0700 2009 format-patch: --attach/inline uses filename ins... [bebarino]
file mailmap.c Wed Apr 01 22:46:31 -0700 2009 Merge branch 'maint' * maint: Documentation:... [gitster]
file mailmap.h Sun Feb 08 12:36:38 -0800 2009 Add map_user() and clear_mailmap() to mailmap ... [mstormo]
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 Wed Feb 04 15:08:49 -0800 2009 Replace deprecated dashed git commands in usage... [aspotashev]
file merge-recursive.c Tue Apr 07 22:32:56 -0700 2009 Merge branch 'cb/maint-merge-recursive-submodul... [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 Feb 04 15:08:49 -0800 2009 Replace deprecated dashed git commands in usage... [aspotashev]
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/ 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 Mon Jan 26 00:26:05 -0800 2009 Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska]
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 Wed Feb 25 14:50:05 -0800 2009 Merge branch 'jc/maint-1.6.0-pack-directory' *... [gitster]
file pack.h Fri Aug 29 21:51:27 -0700 2008 improve reliability of fixup_pack_header_footer... [Nicolas Pitre]
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 Mon Mar 09 15:32:50 -0700 2009 parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_... [René Scharfe]
file parse-options.h Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
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 Sat Mar 28 08:02:15 -0700 2009 set_shared_perm(): sometimes we know what the f... [gitster]
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 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 Wed Apr 01 11:05:31 -0700 2009 format_sanitized_subject: Don't trim past initi... [bebarino]
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 Mon Mar 30 01:22:53 -0700 2009 quote: add "sq_dequote_to_argv" to put unwrappe... [Christian Couder]
file quote.h Mon Mar 30 01:22:53 -0700 2009 quote: add "sq_dequote_to_argv" to put unwrappe... [Christian Couder]
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
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 Fri Apr 24 01:29:28 -0700 2009 remote.c: do not trigger remote.<name>.<var> co... [Johannes Sixt]
file remote.h Tue Apr 07 21:51:59 -0700 2009 remote: New function remote_is_configured() Pr... [Finn Arne Gangstad]
file rerere.c Sat Feb 14 21:27:35 -0800 2009 rerere: remove duplicated functions Both rerer... [szeder]
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 Mon Mar 09 15:41:20 -0700 2009 Move push matching and reporting logic into tra... [Daniel Barkalow]
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 Mon Apr 06 00:56:27 -0700 2009 sha1-lookup: fix up the assertion message Sign... [gitster]
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 Sat Jul 05 17:26:29 -0700 2008 Fix some warnings (on cygwin) to allow -Werror ... [Ramsay Jones]
file sideband.c Tue Mar 10 23:23:02 -0700 2009 recv_sideband: Bands #2 and #3 always go to std... [Johannes Sixt]
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 Sun Mar 22 23:52:11 -0700 2009 strbuf_check_branch_ref(): a helper to check a ... [gitster]
file strbuf.h Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
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 Sat Mar 25 16:35:43 -0800 2006 tar-tree: Introduce write_entry() ... and use ... [Rene Scharfe]
directory templates/ Fri Apr 17 21:26:11 -0700 2009 hook/update: example of how to prevent branch c... [MadCoder]
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-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 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 Thu Aug 17 14:23:53 -0700 2006 Do not use memcmp(sha1_1, sha1_2, 20) with hard... [David Rientjes]
file test-genrandom.c Thu Apr 23 01:29:00 -0700 2009 test-genrandom: Add newline to usage string A ... [bebarino]
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 Thu Feb 19 22:45:48 -0800 2009 Introduce the function strip_path_suffix() The... [dscho]
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 test-sigchain.c Fri Jan 30 01:14:26 -0800 2009 t0005: use SIGTERM for sigchain test The signa... [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 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 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 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 Wed Apr 08 22:14:56 -0700 2009 Makefile: allow building without perl For syst... [Jeff King]
file unpack-file.c Wed Feb 04 15:08:49 -0800 2009 Replace deprecated dashed git commands in usage... [aspotashev]
file unpack-trees.c Fri Apr 17 21:05:49 -0700 2009 unpack-trees: do not muck with attributes when ... [gitster]
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 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 Tue Mar 24 16:58:20 -0700 2009 Increase the size of the die/warning buffer to ... [spearce]
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 Mon Jan 26 00:26:05 -0800 2009 Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska]
file walker.c Tue Feb 10 22:26:37 -0800 2009 Drop double-semicolon in C The worst offenders... [gitster]
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 Sat Feb 28 16:31:02 -0800 2009 Merge branch 'jc/maint-1.6.0-pack-directory' *... [gitster]
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
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 Sat Mar 07 20:52:17 -0800 2009 Remove unused function scope local variables T... [d0k]
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/ Wed Apr 22 19:02:12 -0700 2009 Fix typos / spelling in comments Signed-off-by... [MikeRalphson]
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.