public
Description: Git source code
Homepage: http://git.or.cz
Clone URL: git://github.com/schacon/git-source.git
name age message
file .gitignore Sat Aug 04 01:57:29 -0700 2007 add "test-absolute-path" to .gitignore New fil... [RandalSchwartz]
file .mailmap Sat Jul 14 13:44:58 -0700 2007 Update .mailmap The script "contrib/stats/mail... [gitster]
file COPYING Mon Apr 11 10:18:16 -0700 2005 Add a COPYING notice, making it explicit that t... [Linus Torvalds]
directory Documentation/ Mon Jan 07 22:41:43 -0800 2008 GIT 1.5.3.8 Signed-off-by: Junio C Hamano <git... [gitster]
file GIT-VERSION-GEN Mon Jan 07 22:41:43 -0800 2008 GIT 1.5.3.8 Signed-off-by: Junio C Hamano <git... [gitster]
file INSTALL Tue Oct 02 17:35:29 -0700 2007 Mention 'cpio' dependency in INSTALL Signed-of... [Johan Herland]
file Makefile Fri Nov 30 15:09:40 -0800 2007 Replace the word 'update-cache' by 'update-inde... [dscho]
file README Sun Mar 25 17:42:32 -0700 2007 Update README to point at a few key periodical ... [Junio C Hamano]
file RelNotes Mon Jan 07 22:41:43 -0800 2008 GIT 1.5.3.8 Signed-off-by: Junio C Hamano <git... [gitster]
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 Mon May 21 23:34:54 -0700 2007 rename dirlink to gitlink. Unify naming of plu... [tali]
file archive-zip.c Mon May 21 23:34:54 -0700 2007 rename dirlink to gitlink. Unify naming of plu... [tali]
file archive.h Sat Nov 04 23:48:36 -0800 2006 Remove unsupported C99 style struct initializer... [spearce]
directory arm/ Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file attr.c Thu Oct 18 18:11:27 -0700 2007 attr: fix segfault in gitattributes parsing cod... [Steffen Prohaska]
file attr.h Wed Apr 18 16:17:13 -0700 2007 Fix funny types used in attribute value represe... [Junio C Hamano]
file base85.c Wed May 30 15:03:50 -0700 2007 decode_85(): fix missing return. When the func... [Jerald Fitzjerald]
file blob.c Mon Apr 16 23:36:16 -0700 2007 Clean up object creation to use more common cod... [Linus Torvalds]
file blob.h Wed Jun 08 13:04:53 -0700 2005 [PATCH] Anal retentive 'const unsigned char *sh... [Jason McMullan]
file builtin-add.c Sat Nov 24 18:03:04 -0800 2007 Merge branch 'jc/maint-add-sync-stat' into main... [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 Sat Nov 10 00:24:51 -0800 2007 ce_match_stat, run_diff_files: use symbolic con... [gitster]
file builtin-archive.c Wed May 16 12:48:18 -0700 2007 connect: display connection progress Make git ... [Michael S. Tsirkin]
file builtin-blame.c Sat Nov 03 21:31:37 -0700 2007 Delay pager setup in git blame This avoids to ... [Mike Hommey]
file builtin-branch.c Wed Nov 07 18:37:27 -0800 2007 format-patch -s: add MIME encoding header if si... [gitster]
file builtin-bundle.c Thu Nov 22 15:15:25 -0800 2007 bundle create: keep symbolic refs' names instea... [dscho]
file builtin-cat-file.c Sun Apr 22 00:43:24 -0700 2007 Cleanup variables in cat-file I want to add ne... [spearce]
file builtin-check-attr.c Tue Aug 14 22:46:01 -0700 2007 Add read_cache to builtin-check-attr We can no... [Brian Downing]
file builtin-check-ref-format.c Thu Aug 03 21:55:41 -0700 2006 Further clean-up: usage() vs die() This hopefu... [Junio C Hamano]
file builtin-checkout-index.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-commit-tree.c Wed Apr 25 13:45:12 -0700 2007 init_buffer(): Kill buf pointer We don't need ... [Luiz Fernando N. Capitulino]
file builtin-config.c Wed Oct 17 22:35:33 -0700 2007 git-config: print error message if the config f... [Gerrit Pape]
file builtin-count-objects.c Tue May 29 23:30:11 -0700 2007 Simplify index access condition in count-object... [spearce]
file builtin-describe.c Mon May 21 23:56:28 -0700 2007 Teach git-describe how to run name-rev Often u... [spearce]
file builtin-diff-files.c Thu Apr 26 22:43:10 -0700 2007 Removing -n option from git-diff-files document... [aeruder]
file builtin-diff-index.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file builtin-diff-tree.c Wed Mar 14 16:21:19 -0700 2007 Allow git-diff exit with codes similar to diff(... [Alex Riesen]
file builtin-diff.c Thu Nov 08 16:26:23 -0800 2007 refresh_index_quietly(): express "optional" nat... [gitster]
file builtin-fetch--tool.c Thu Oct 18 17:37:52 -0700 2007 Avoid scary errors about tagged trees/blobs dur... [Linus Torvalds]
file builtin-fmt-merge-msg.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file builtin-for-each-ref.c Sun Nov 11 23:40:33 -0800 2007 for-each-ref: fix off by one read. Signed-off-... [Christian Couder]
file builtin-fsck.c Sun Jul 22 15:59:27 -0700 2007 fsck --lost-found: write blob's contents, not t... [dscho]
file builtin-gc.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-grep.c Wed Dec 05 16:16:40 -0800 2007 git grep shows the same hit repeatedly for unme... [gitster]
file builtin-init-db.c Fri Aug 31 00:25:04 -0700 2007 git-init: autodetect core.symlinks We already ... [gitster]
file builtin-log.c Wed Nov 07 18:37:27 -0800 2007 format-patch -s: add MIME encoding header if si... [gitster]
file builtin-ls-files.c Tue Oct 02 23:18:58 -0700 2007 Must not modify the_index.cache as it may be pa... [Keith Packard]
file builtin-ls-tree.c Wed May 23 00:17:47 -0700 2007 Merge branch 'jn/lstree' * jn/lstree: Add an... [Junio C Hamano]
file builtin-mailinfo.c Thu Aug 30 18:46:37 -0700 2007 Temporary fix for stack smashing in mailinfo S... [Alex Riesen]
file builtin-mailsplit.c Thu Nov 08 01:08:14 -0800 2007 git-mailsplit: with maildirs not only process c... [Gerrit Pape]
file builtin-merge-base.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-merge-file.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-mv.c Sat Apr 07 02:26:24 -0700 2007 Merge branch 'jc/index-output' * jc/index-outp... [Junio C Hamano]
file builtin-name-rev.c Mon Aug 27 22:36:43 -0700 2007 name-rev: Fix non-shortest description Uwe Kle... [dscho]
file builtin-pack-objects.c Fri Nov 16 22:05:33 -0800 2007 Fix rev-list when showing objects involving sub... [Linus Torvalds]
file builtin-pack-refs.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-prune-packed.c Thu Jan 18 14:30:05 -0800 2007 prune-packed: add -q to usage Signed-off-by: J... [matled]
file builtin-prune.c Tue Mar 20 22:17:47 -0700 2007 minor git-prune optimization Don't try to remo... [Nicolas Pitre]
file builtin-push.c Mon Sep 10 00:00:26 -0700 2007 Make --no-thin the default in git-push to save ... [spearce]
file builtin-read-tree.c Thu Aug 16 21:19:06 -0700 2007 Clean-up read-tree error condition. This is a ... [gitster]
file builtin-reflog.c Thu May 10 15:24:44 -0700 2007 git-update-ref: add --no-deref option for overw... [Sven Verdoolaege]
file builtin-rerere.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-rev-list.c Wed Nov 07 18:37:27 -0800 2007 format-patch -s: add MIME encoding header if si... [gitster]
file builtin-rev-parse.c Wed Aug 01 00:38:31 -0700 2007 Clean up work-tree handling The old version of... [dscho]
file builtin-revert.c Tue Nov 13 13:25:51 -0800 2007 revert/cherry-pick: allow starting from dirty w... [gitster]
file builtin-rm.c Fri Jul 13 23:52:46 -0700 2007 More permissive "git-rm --cached" behavior with... [moy]
file builtin-runstatus.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-shortlog.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file builtin-show-branch.c Wed Nov 07 18:37:27 -0800 2007 format-patch -s: add MIME encoding header if si... [gitster]
file builtin-show-ref.c Sat Jul 14 22:44:09 -0700 2007 Make every builtin-*.c file #include "builtin.h... [Peter Hagervall]
file builtin-stripspace.c Thu Jul 26 22:51:44 -0700 2007 Teach "git stripspace" the --strip-comments opt... [dscho]
file builtin-symbolic-ref.c Sun Jul 29 23:28:55 -0700 2007 symbolic-ref, update-ref: do not refuse reflog ... [gitster]
file builtin-tag.c Sun Sep 09 21:30:54 -0700 2007 git-tag -s must fail if gpg cannot sign the tag... [Carlos Rica]
file builtin-tar-tree.c Tue Feb 20 22:03:15 -0800 2007 prefixcmp(): fix-up mechanical conversion. Pre... [Junio C Hamano]
file builtin-unpack-objects.c Tue May 15 21:16:03 -0700 2007 Ensure return value from xread() is always stor... [Johan Herland]
file builtin-update-index.c Fri Aug 10 13:57:43 -0700 2007 Fix "git commit directory/" performance anomaly... [Linus Torvalds]
file builtin-update-ref.c Sun Jul 29 23:28:55 -0700 2007 symbolic-ref, update-ref: do not refuse reflog ... [gitster]
file builtin-upload-archive.c Mon Jan 08 15:44:47 -0800 2007 short i/o: fix calls to read to use xread or re... [Andy Whitcroft]
file builtin-verify-pack.c Fri Dec 29 11:36:45 -0800 2006 Load core configuration in git-verify-pack. No... [spearce]
file builtin-verify-tag.c Thu Jul 26 22:51:27 -0700 2007 Make verify-tag a builtin. This replaces "git-... [Carlos Rica]
file builtin-write-tree.c Fri Aug 24 18:53:02 -0700 2007 Fix racy-git handling in git-write-tree. After... [Linus Torvalds]
file builtin.h Thu Jul 26 22:51:27 -0700 2007 Make verify-tag a builtin. This replaces "git-... [Carlos Rica]
file cache-tree.c Fri Jun 22 23:19:43 -0700 2007 Two trivial -Wcast-qual fixes Luiz Fernando N.... [gitster]
file cache-tree.h Mon May 01 22:29:16 -0700 2006 write-tree: --prefix=<path> The "bind" commit ... [Junio C Hamano]
file cache.h Sat Nov 24 18:03:04 -0800 2007 Merge branch 'jc/maint-add-sync-stat' into main... [gitster]
file check-builtins.sh Sun Nov 05 11:26:21 -0800 2006 cherry is built-in, do not ship git-cherry.sh ... [Junio C Hamano]
file check-racy.c Sat Nov 10 00:24:51 -0800 2007 ce_match_stat, run_diff_files: use symbolic con... [gitster]
file color.c Wed Dec 20 09:51:35 -0800 2006 simplify inclusion of system header files. Thi... [Junio C Hamano]
file color.h Fri Sep 08 16:44:10 -0700 2006 Move color option parsing out of diff.c and int... [Jeff King]
file combine-diff.c Fri Jul 06 00:22:12 -0700 2007 Future-proof source for changes in xdemitconf_t... [dscho]
file commit.c Wed Nov 07 18:37:27 -0800 2007 format-patch -s: add MIME encoding header if si... [gitster]
file commit.h Wed Nov 07 18:37:27 -0800 2007 format-patch -s: add MIME encoding header if si... [gitster]
directory compat/ Mon Nov 05 20:50:38 -0800 2007 Remove a couple of duplicated include Signed-o... [Marco Costalba]
file config.c Sat Dec 08 14:24:13 -0800 2007 config.c:store_write_pair(): don't read the byt... [Jim Meyering]
file config.mak.in Wed Nov 07 17:06:14 -0800 2007 Improve accuracy of check for presence of defla... [dsymonds]
file configure.ac Fri Nov 30 15:09:40 -0800 2007 Replace the word 'update-cache' by 'update-inde... [dscho]
file connect.c Sat Sep 01 03:35:29 -0700 2007 URL: allow port specification in ssh:// URLs A... [Luben Tuikov]
directory contrib/ Wed Oct 17 21:59:25 -0700 2007 fixing output of non-fast-forward output of pos... [Robert Schiele]
file convert-objects.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file convert.c Sat May 26 01:12:43 -0700 2007 Fix mishandling of $Id$ expanded in the reposit... [Andy Parkins]
file copy.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file csum-file.c Wed Jun 13 02:02:10 -0700 2007 More static There still are quite a few symbol... [gitster]
file csum-file.h Wed Jun 13 02:02:10 -0700 2007 More static There still are quite a few symbol... [gitster]
file ctype.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file daemon.c Mon Nov 05 18:39:18 -0800 2007 git-daemon: fix remote port number in log entry... [Gerrit Pape]
file date.c Tue Jul 24 17:28:10 -0700 2007 Teach approxidate() to understand "never" If y... [dscho]
file decorate.c Fri Apr 20 19:16:12 -0700 2007 Fix a copy-n-paste bug in the object decorator ... [Linus Torvalds]
file decorate.h Mon Apr 16 16:51:09 -0700 2007 Add a generic "object decorator" interface, and... [Linus Torvalds]
file delta.h Thu Jul 12 14:32:35 -0700 2007 Support fetching the memory usage of a delta in... [Brian Downing]
file diff-delta.c Thu Aug 23 00:04:10 -0700 2007 diff-delta.c: Fix broken skip calculation. A p... [David Kastrup]
file diff-lib.c Sat Nov 10 00:37:39 -0800 2007 git-add: make the entry stat-clean after re-add... [gitster]
file diff.c Tue Oct 02 21:02:09 -0700 2007 rename diff_free_filespec_data_large() to diff_... [gitster]
file diff.h Sat Nov 10 00:37:39 -0800 2007 git-add: make the entry stat-clean after re-add... [gitster]
file diffcore-break.c Sat Oct 20 22:59:42 -0700 2007 Fix diffcore-break total breakage Ok, so on th... [Linus Torvalds]
file diffcore-delta.c Fri Jul 06 00:21:41 -0700 2007 Introduce diff_filespec_is_binary() This repla... [gitster]
file diffcore-order.c Wed Mar 07 11:15:26 -0800 2007 Cast 64 bit off_t to 32 bit size_t Some system... [spearce]
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 Tue Oct 02 21:02:09 -0700 2007 rename diff_free_filespec_data_large() to diff_... [gitster]
file diffcore.h Tue Oct 02 21:02:09 -0700 2007 rename diff_free_filespec_data_large() to diff_... [gitster]
file dir.c Fri Nov 16 17:05:13 -0800 2007 Fix per-directory exclude handing for "git add"... [gitster]
file dir.h Fri Nov 16 17:05:02 -0800 2007 core.excludesfile clean-up There are inconsist... [gitster]
file 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 entry.c Sat Nov 10 00:24:51 -0800 2007 ce_match_stat, run_diff_files: use symbolic con... [gitster]
file environment.c Fri Nov 16 17:05:02 -0800 2007 core.excludesfile clean-up There are inconsist... [gitster]
file exec_cmd.c Tue Feb 20 22:03:15 -0800 2007 Mechanical conversion to use prefixcmp() This ... [Junio C Hamano]
file exec_cmd.h Sun Apr 29 02:05:11 -0700 2007 Make macros to prevent double-inclusion in head... [Junio C Hamano]
file fast-import.c Tue Nov 13 21:57:53 -0800 2007 Don't allow fast-import tree delta chains to ex... [spearce]
file fetch-pack.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file fetch.c Tue Jun 26 18:45:29 -0700 2007 Merge branch 'maint' * maint: config: Change... [gitster]
file fetch.h Thu Jul 27 19:33:48 -0700 2006 Teach git-local-fetch the --stdin switch This ... [pasky]
file fixup-builtins Mon Jul 02 22:39:10 -0700 2007 Start deprecating "git-command" in favor of "gi... [Linus Torvalds]
file generate-cmdlist.sh Wed Jun 13 02:02:10 -0700 2007 More static There still are quite a few symbol... [gitster]
file git-add--interactive.perl Mon Oct 15 18:00:40 -0700 2007 git add -i: Remove unused variables Signed-off... [Jean-Luc Herren]
file git-am.sh Wed Dec 05 16:27:17 -0800 2007 git-am -i: report rewritten title Jeff Garzik ... [gitster]
file git-archimport.perl Thu Aug 30 19:22:02 -0700 2007 Make git-archimport log entries more consistent... [Miles Bader]
file git-bisect.sh Mon Jul 02 22:52:14 -0700 2007 Rewrite "git-frotz" to "git frotz" This uses t... [gitster]
file git-checkout.sh Sun Nov 25 10:38:22 -0800 2007 git-checkout: describe detached head correctly ... [gitster]
file git-clean.sh Wed Nov 14 02:03:29 -0800 2007 git-clean: honor core.excludesfile git-clean d... [gitster]
file git-clone.sh Mon Dec 17 15:54:28 -0800 2007 clone: correctly report http_fetch errors The ... [Jeff King]
file git-commit.sh Sat Nov 24 18:03:29 -0800 2007 Merge branch 'rv/maint-index-commit' into maint... [gitster]
file git-compat-util.h Tue Aug 14 22:20:23 -0700 2007 Introduces xmkstemp() This is a wrapper for mk... [Luiz Fernando N. Capitulino]
file git-cvsexportcommit.perl Wed Oct 31 23:51:13 -0700 2007 cvsexportcommit: fix for commits that do not ha... [bradking]
file git-cvsimport.perl Fri Nov 30 15:00:31 -0800 2007 cvsimport: fix usage of cvsimport.module There... [Jeff King]
file git-cvsserver.perl Thu Oct 18 00:02:15 -0700 2007 cvsserver: Use exit 1 instead of die when req_R... [Benabik]
file git-fetch.sh Sun Sep 23 16:12:00 -0700 2007 Supplant the "while case ... break ;; esac" idi... [David Kastrup]
file git-filter-branch.sh Wed Nov 28 16:41:18 -0800 2007 scripts: do not get confused with HEAD in work ... [gitster]
directory git-gui/ Sat Oct 20 20:19:22 -0700 2007 Merge branch 'maint' of git://repo.or.cz/git-gu... [spearce]
file git-instaweb.sh Thu Nov 08 23:59:27 -0800 2007 instaweb: Minor cleanups and fixes for potentia... [jonas]
file git-lost-found.sh Mon Jul 02 22:52:14 -0700 2007 Rewrite "git-frotz" to "git frotz" This uses t... [gitster]
file git-ls-remote.sh Sun Oct 28 14:16:59 -0700 2007 honor the http.sslVerify option in shell script... [abompard]
file git-merge-octopus.sh Mon Jul 02 22:52:14 -0700 2007 Rewrite "git-frotz" to "git frotz" This uses t... [gitster]
file git-merge-one-file.sh Sun Jul 08 18:24:19 -0700 2007 Fix merge-one-file for our-side-added/our-side-... [gitster]
file git-merge-ours.sh Wed Nov 28 16:41:18 -0800 2007 scripts: do not get confused with HEAD in work ... [gitster]
file git-merge-resolve.sh Thu Aug 30 17:18:22 -0700 2007 Fixing comment in merge strategies Comments in... [pinetops]
file git-merge-stupid.sh Thu Aug 30 17:18:22 -0700 2007 Fixing comment in merge strategies Comments in... [pinetops]
file git-merge.sh Sun Sep 23 16:12:00 -0700 2007 Supplant the "while case ... break ;; esac" idi... [David Kastrup]
file git-mergetool.sh Fri Sep 28 19:26:05 -0700 2007 mergetool: Fix typo in options passed to kdiff3... [tytso]
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 Tue Oct 02 17:27:48 -0700 2007 Make git-pull complain and give advice when the... [federicomenaquintero]
file git-quiltimport.sh Thu Sep 27 16:19:19 -0700 2007 quiltimport: Skip non-existent patches When qu... [Dan Nicholson]
file git-rebase--interactive.sh Wed Nov 28 16:41:18 -0800 2007 scripts: do not get confused with HEAD in work ... [gitster]
file git-rebase.sh Wed Nov 28 16:41:18 -0800 2007 scripts: do not get confused with HEAD in work ... [gitster]
file git-relink.perl Wed Sep 07 17:45:20 -0700 2005 Big tool rename. As promised, this is the "big... [Junio C Hamano]
file git-remote.perl Wed Oct 24 18:47:50 -0700 2007 git-remote: fix "Use of uninitialized value in ... [gitster]
file git-repack.sh Sun Sep 23 16:12:00 -0700 2007 Supplant the "while case ... break ;; esac" idi... [David Kastrup]
file git-request-pull.sh Thu Nov 08 15:54:58 -0800 2007 Avoid a few unportable, needlessly nested "...`... [Ralf Wildenhues]
file git-reset.sh Sun Sep 23 16:12:00 -0700 2007 Supplant the "while case ... break ;; esac" idi... [David Kastrup]
file git-send-email.perl Mon Dec 17 15:58:05 -0800 2007 git-send-email: avoid duplicate message-ids We... [Jeff King]
file git-sh-setup.sh Sat Sep 15 16:33:22 -0700 2007 git-sh-setup: typofix in comments Noticed by A... [gitster]
file git-stash.sh Wed Nov 28 16:41:18 -0800 2007 scripts: do not get confused with HEAD in work ... [gitster]
file git-submodule.sh Thu Nov 08 15:56:22 -0800 2007 Fix sed string regex escaping in module_name. ... [Ralf Wildenhues]
file git-svn.perl Mon Jan 07 16:25:31 -0800 2008 git-svn: clarify the "Ignoring error from SVN" ... [Eric Wong]
file git-svnimport.perl Tue Sep 18 14:00:20 -0700 2007 git-svnimport: Use separate arguments in the pi... [Matthias Urlichs]
file git.c Mon Aug 27 22:44:41 -0700 2007 git --bare cmd: do not unconditionally nuke GIT... [gitster]
file git.spec.in Mon Sep 03 01:28:37 -0700 2007 GIT 1.5.3.1: obsolete git-p4 in RPM spec file. ... [gitster]
file gitk Wed Aug 29 05:41:34 -0700 2007 gitk: Fix bug causing undefined variable error ... [Paul Mackerras]
directory gitweb/ Sat Nov 10 12:47:16 -0800 2007 gitweb: correct month in date display for atom ... [Vincent Zanotti]
file grep.c Mon Jun 04 23:07:00 -0700 2007 Move buffer_is_binary() to xdiff-interface.h W... [dscho]
file grep.h Wed Sep 27 23:59:09 -0700 2006 grep --all-match This lets you say: git grep... [Junio C Hamano]
file hash-object.c Sun Nov 11 02:51:53 -0800 2007 git-hash-object should honor config variables ... [Nicolas Pitre]
file help.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file http-fetch.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file http-push.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file http.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file http.h Thu May 03 22:12:40 -0700 2007 http-fetch: Disable use of curl multi support f... [Alexandre Julliard]
file ident.c Thu Dec 06 23:20:11 -0800 2007 Change from using email.com to example.com as e... [dsymonds]
file imap-send.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file index-pack.c Sun Nov 11 02:57:13 -0800 2007 fix index-pack with packs >4GB containing delta... [Nicolas Pitre]
file interpolate.c Wed Jun 13 00:41:21 -0700 2007 Lift 16kB limit of log message output Traditio... [gitster]
file interpolate.h Wed Jun 13 00:41:21 -0700 2007 Lift 16kB limit of log message output Traditio... [gitster]
file list-objects.c Sat Nov 10 01:52:54 -0800 2007 Fix memory leak in traverse_commit_list If we ... [spearce]
file list-objects.h Thu Sep 07 02:46:02 -0700 2006 pack-objects: further work on internal rev-list... [Junio C Hamano]
file local-fetch.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file lockfile.c Fri Jul 27 00:02:05 -0700 2007 fully resolve symlinks when creating lockfiles ... [Bradford C. Smith]
file log-tree.c Wed Nov 07 18:37:27 -0800 2007 format-patch -s: add MIME encoding header if si... [gitster]
file log-tree.h Mon Jun 26 14:58:41 -0700 2006 Add msg_sep to diff_options Add msg_sep variab... [Timo Hirvonen]
file mailmap.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file mailmap.h Sun Apr 29 02:05:06 -0700 2007 Split out mailmap handling out of shortlog Thi... [Junio C Hamano]
file match-trees.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file merge-file.c Fri Jul 06 00:22:12 -0700 2007 Future-proof source for changes in xdemitconf_t... [dscho]
file merge-index.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file merge-recursive.c Tue Oct 30 17:27:40 -0700 2007 Make merge-recursive honor diff.renamelimit It... [Lars Hjemli]
file merge-tree.c Fri Jul 06 00:22:12 -0700 2007 Future-proof source for changes in xdemitconf_t... [dscho]
file mktag.c Wed Jul 18 17:30:03 -0700 2007 Rename read_pipe() with read_fd() and make its ... [Carlos Rica]
file mktree.c Tue Feb 27 01:34:21 -0800 2007 convert object type handling from a string to a... [Nicolas Pitre]
directory mozilla-sha1/ Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file object-refs.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file object.c Wed Jun 06 15:43:18 -0700 2007 Don't assume tree entries that are not dirs are... [Sam Vilain]
file object.h Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file pack-check.c Wed Jun 06 16:04:02 -0700 2007 pack-check: Sort entries by pack offset before ... [Alexandre Julliard]
file pack-redundant.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file pack-write.c Tue Aug 14 22:20:26 -0700 2007 Use xmkstemp() instead of mkstemp() xmkstemp()... [Luiz Fernando N. Capitulino]
file pack.h Sat Jun 02 13:14:18 -0700 2007 Unify write_index_file functions This patch un... [Geert Bosch]
file pager.c Mon Aug 06 21:10:59 -0700 2007 pager: find out pager setting from configuratio... [gitster]
file patch-delta.c Mon Dec 18 15:30:17 -0800 2006 make patch_delta() error cases a bit more verbo... [Nicolas Pitre]
file patch-id.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file patch-ids.c Wed Apr 11 20:02:03 -0700 2007 Refactor patch-id filtering out of git-cherry a... [Junio C Hamano]
file patch-ids.h Wed Apr 11 20:02:03 -0700 2007 Refactor patch-id filtering out of git-cherry a... [Junio C Hamano]
file path-list.c Wed Aug 15 13:43:08 -0700 2007 path-list.c: always free strdup'ed paths Alway... [René Scharfe]
file path-list.h Wed Aug 15 13:43:08 -0700 2007 path-list.c: always free strdup'ed paths Alway... [René Scharfe]
file path.c Wed Aug 01 00:38:30 -0700 2007 Add is_absolute_path() and make_absolute_path()... [dscho]
file peek-remote.c Wed May 16 12:48:18 -0700 2007 connect: display connection progress Make git ... [Michael S. Tsirkin]
directory perl/ Wed Nov 07 11:39:37 -0800 2007 When exec() fails include the failing command i... [abh]
file pkt-line.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file pkt-line.h Mon Jun 26 02:11:53 -0700 2006 Fix pkt-line.h to compile with a non-GCC compil... [Dennis Stosberg]
directory ppc/ Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file progress.c Wed May 23 11:30:49 -0700 2007 Fix the progress code to output LF only when it... [Alex Riesen]
file progress.h Wed May 23 11:30:49 -0700 2007 Fix the progress code to output LF only when it... [Alex Riesen]
file quote.c Sun Jun 24 15:11:42 -0700 2007 Add core.quotepath configuration variable. We ... [gitster]
file quote.h Fri Jun 08 02:54:57 -0700 2007 Even more missing static Signed-off-by: Junio ... [gitster]
file reachable.c Mon Jul 02 17:12:48 -0700 2007 Merge branch 'maint' * maint: Make git-prune... [gitster]
file reachable.h Sat Jan 06 22:57:34 -0800 2007 Move traversal of reachable objects into a sepa... [Junio C Hamano]
file read-cache.c Sat Nov 10 00:37:39 -0800 2007 git-add: make the entry stat-clean after re-add... [gitster]
file receive-pack.c Sat Oct 20 18:49:24 -0700 2007 Improve receive-pack error message about funny ... [Joakim Tjernlund]
file reflog-walk.c Tue Jul 24 17:28:10 -0700 2007 git log -g: Complain, but do not fail, when no ... [dscho]
file reflog-walk.h Tue Jul 24 17:28:10 -0700 2007 git log -g: Complain, but do not fail, when no ... [dscho]
file refs.c Fri Aug 10 22:50:06 -0700 2007 Fix filehandle leak in "git branch -D" On Wind... [Alex Riesen]
file refs.h Thu May 10 15:24:44 -0700 2007 git-update-ref: add --no-deref option for overw... [Sven Verdoolaege]
file remote.c Tue Oct 30 16:21:56 -0700 2007 Prevent send-pack from segfaulting (backport fr... [gitster]
file remote.h Wed Jul 11 15:28:15 -0700 2007 Add for_each_remote() function, and extend remo... [dscho]
file revision.c Fri Nov 16 22:05:33 -0800 2007 Fix rev-list when showing objects involving sub... [Linus Torvalds]
file revision.h Tue Aug 14 01:59:33 -0700 2007 Add --log-size to git log to print message size... [Marco Costalba]
file rsh.c Wed Dec 20 09:51:35 -0800 2006 simplify inclusion of system header files. Thi... [Junio C Hamano]
file rsh.h Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file run-command.c Wed May 23 22:38:44 -0700 2007 Allow environment variables to be unset in the ... [Alex Riesen]
file run-command.h Wed May 23 22:38:44 -0700 2007 Allow environment variables to be unset in the ... [Alex Riesen]
file send-pack.c Tue Oct 16 19:01:15 -0700 2007 helpful error message when send-pack finds no r... [Andrew Clausen]
file server-info.c Wed Jul 11 13:52:16 -0700 2007 Fix core.sharedRepository = 2 For compatibilit... [dscho]
file setup.c Wed Dec 05 15:06:37 -0800 2007 Do check_repository_format() early (re-fix) Th... [pclouds]
file sha1_file.c Mon Oct 29 11:56:57 -0700 2007 sha1_file.c: avoid gcc signed overflow warnings... [gitster]
file sha1_name.c Fri Jul 13 23:14:52 -0700 2007 Make show_rfc2822_date() just another date outp... [gitster]
file shallow.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file shell.c Tue Feb 20 22:03:15 -0800 2007 Mechanical conversion to use prefixcmp() This ... [Junio C Hamano]
file show-index.c Tue Apr 10 12:48:14 -0700 2007 show-index.c: learn about index v2 When index ... [Nicolas Pitre]
file sideband.c Wed Oct 11 11:13:01 -0700 2006 atomic write for sideband remote messages It h... [Nicolas Pitre]
file sideband.h Wed Oct 11 11:13:01 -0700 2006 atomic write for sideband remote messages It h... [Nicolas Pitre]
file ssh-fetch.c Sun Jan 28 01:58:50 -0800 2007 Don't force everybody to call setup_ident(). B... [Junio C Hamano]
file ssh-pull.c Thu Sep 15 14:56:37 -0700 2005 Be more backward compatible with git-ssh-{push,... [Junio C Hamano]
file ssh-push.c Thu Sep 15 14:56:37 -0700 2005 Be more backward compatible with git-ssh-{push,... [Junio C Hamano]
file ssh-upload.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file strbuf.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file strbuf.h Wed May 18 08:44:23 -0700 2005 [PATCH] Kill a bunch of pointer sign warnings f... [Brian Gerst]
file symlinks.c Fri May 11 22:11:07 -0700 2007 Add has_symlink_leading_path() function. When ... [Junio C Hamano]
directory t/ Mon Jan 07 15:18:37 -0800 2008 git-svn: support for funky branch and project n... [Eric Wong]
file tag.c Mon May 28 23:54:26 -0700 2007 Merge branch 'maint-1.5.1' into maint * maint-... [Junio C Hamano]
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/ Thu Nov 22 23:25:19 -0800 2007 Fix sample pre-commit hook If the worktree hap... [gitster]
file test-absolute-path.c Wed Aug 01 00:38:30 -0700 2007 Add is_absolute_path() and make_absolute_path()... [dscho]
file test-chmtime.c Sun Feb 25 11:09:56 -0800 2007 Add test-chmtime: a utility to change mtime on ... [Eric Wong]
file test-date.c Wed Dec 20 09:51:35 -0800 2006 simplify inclusion of system header files. Thi... [Junio C Hamano]
file test-delta.c Tue May 01 02:59:08 -0700 2007 Fix compilation of test-delta The code used wr... [Martin Koegler]
file test-genrandom.c Wed Apr 11 19:23:32 -0700 2007 simple random data generator for tests Relianc... [Nicolas Pitre]
file test-match-trees.c Sat Apr 07 02:29:40 -0700 2007 A new merge stragety 'subtree'. This merge str... [Junio C Hamano]
file test-sha1.c Sat Jun 24 02:59:20 -0700 2006 test-sha1: test hashing large buffer test to h... [Junio C Hamano]
file test-sha1.sh Sat Jun 24 02:59:20 -0700 2006 test-sha1: test hashing large buffer test to h... [Junio C Hamano]
file trace.c Sat Mar 10 23:41:58 -0800 2007 git-branch, git-checkout: autosetup for remote ... [Paolo Bonzini]
file tree-diff.c Sat Oct 20 22:59:42 -0700 2007 Fix diffcore-break total breakage Ok, so on th... [Linus Torvalds]
file tree-walk.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file tree-walk.h Fri Nov 16 22:05:33 -0800 2007 Fix rev-list when showing objects involving sub... [Linus Torvalds]
file tree.c Fri Aug 10 11:44:23 -0700 2007 Optimize "diff --cached" performance. The read... [gitster]
file tree.h Mon May 29 19:08:37 -0700 2006 Remove last vestiges of generic tree_entry_list... [Linus Torvalds]
file unpack-file.c Tue Aug 14 22:20:26 -0700 2007 Use xmkstemp() instead of mkstemp() xmkstemp()... [Luiz Fernando N. Capitulino]
file unpack-trees.c Sat Nov 10 00:24:51 -0800 2007 ce_match_stat, run_diff_files: use symbolic con... [gitster]
file unpack-trees.h Fri Aug 10 13:59:19 -0700 2007 Move old index entry removal from "unpack_trees... [Linus Torvalds]
file update-server-info.c Mon Nov 28 23:13:02 -0800 2005 Make the rest of commands work from a subdirect... [Junio C Hamano]
file upload-pack.c Wed Apr 02 10:01:03 -0700 2008 updated the logging to a local facility, so it ... [schacon]
file usage.c Fri Nov 09 22:25:36 -0800 2007 print warning/error/fatal messages in one shot ... [Nicolas Pitre]
file utf8.c Mon May 07 22:02:40 -0700 2007 wcwidth redeclaration Build fails for git 1.5.... [Amos Waterland]
file utf8.h Tue Feb 27 17:29:02 -0800 2007 Actually make print_wrapped_text() useful Now,... [dscho]
file var.c Thu Jun 07 00:04:01 -0700 2007 War on whitespace This uses "git-apply --white... [gitster]
file write_or_die.c Sat Jun 30 20:16:12 -0700 2007 Don't fflush(stdout) when it's not helpful Thi... [tytso]
file wt-status.c Fri Nov 16 17:05:02 -0800 2007 core.excludesfile clean-up There are inconsist... [gitster]
file wt-status.h Wed Jan 10 14:29:21 -0800 2007 Provide better feedback for the untracked only ... [Jürgen Rühle]
file xdiff-interface.c Fri Jul 06 01:20:47 -0700 2007 Per-path attribute based hunk header selection.... [gitster]
file xdiff-interface.h Fri Jul 06 01:20:47 -0700 2007 Per-path attribute based hunk header selection.... [gitster]
directory xdiff/ Fri Jul 06 01:20:47 -0700 2007 Per-path attribute based hunk header selection.... [gitster]
README
////////////////////////////////////////////////////////////////

  GIT - the stupid content tracker

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

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

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

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

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

Please read the file INSTALL for installation instructions.
See Documentation/tutorial.txt to get started, then see
Documentation/everyday.txt for a useful minimum set of commands,
and "man git-commandname" for documentation of each command.
CVS users may also want to read Documentation/cvs-migration.txt.

Many Git online resources are accessible from http://git.or.cz/
including full documentation and Git related tools.

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

The messages titled "A note from the maintainer", "What's in
git.git (stable)" and "What's cooking in git.git (topics)" and
the discussion following them on the mailing list give a good
reference for project status, development direction and
remaining tasks.