git
2007-01-14  Shawn O. PearceMerge branch 'master' into sp/fast-import
2007-01-14  Shawn O. PearceAllow creating branches without committing in fast...
2007-01-14  Shawn O. PearceSupport creation of merge commits in fast-import.
2007-01-14  Shawn O. PearceFix repository corruption when using marks for modified...
2007-01-14  Shawn O. PearceAdditional fast-import tree delta corruption cleanups.
2007-01-14  Shawn O. PearceCorrect tree corruption problems in fast-import.
2007-01-14  Shawn O. PearceReplace ywrite in fast-import with the standard write_o...
2007-01-14  Shawn O. PearceReuse the same buffer for all commits/tags in fast...
2007-01-14  Shawn O. PearceRecycle data buffers for tree generation in fast-import.
2007-01-14  Shawn O. PearceImplemented tree delta compression in fast-import.
2007-01-14  Shawn O. PearceConverted hash memcpy/memcmp to new hashcpy/hashcmp...
2007-01-14  Shawn O. PearceDon't crash fast-import if no branch log was requested.
2007-01-14  Shawn O. PearceAdded 'reset' command to clear a branch's tree.
2007-01-14  Shawn O. PearceMap only part of the generated pack file at any point...
2007-01-14  Shawn O. PearceFixed compile error in fast-import.
2007-01-14  Shawn O. PearceFixed GPF in fast-import caused by unterminated linked...
2007-01-14  Shawn O. PearceAdded --branch-log to option to fast-import.
2007-01-14  Shawn O. PearceAdded option to export the marks table when fast-import...
2007-01-14  Shawn O. PearceAccount for tree entry memory costs in fast-import.
2007-01-14  Shawn O. PearceMoved from command to after data to help cvs2svn.
2007-01-14  Shawn O. PearceRemove branch creation command from fast-import.
2007-01-14  Shawn O. PearceRound out memory pool allocations in fast-import to...
2007-01-14  Shawn O. PearceImplemented tree reloading in fast-import.
2007-01-14  Shawn O. PearceImplemented 'tag' command in fast-import.
2007-01-14  Shawn O. PearceAdded branch load counter to fast-import.
2007-01-14  Shawn O. PearceAdded mark store/find to fast-import.
2007-01-14  Shawn O. PearceConverted fast-import to accept standard command line...
2007-01-14  Shawn O. PearceFixed segfault in fast-import after growing a tree.
2007-01-14  Shawn O. PearceAllow symlink blobs in trees during fast-import.
2007-01-14  Shawn O. PearceChanged fast-import's pack header creation to use pack.h
2007-01-14  Shawn O. PearceConverted fast-import to a text based protocol.
2007-01-14  Shawn O. PearceImplement blob ID validation in fast-import.
2007-01-14  Shawn O. PearceAdded tree and commit writing to fast-import.
2007-01-14  Shawn O. PearceImplemented branch handling and basic tree support...
2007-01-14  Shawn O. PearceAdded basic command handler to fast-import.
2007-01-14  Shawn O. PearceRefactored fast-import's internals for future additions.
2007-01-14  Shawn O. PearceCleaned up memory allocation for object_entry structs.
2007-01-14  Shawn O. PearceAdded automatic index generation to fast-import.
2007-01-14  Shawn O. PearceCreated fast-import, a tool to quickly generating a...
2007-01-13  Junio C Hamanogit-commit documentation: -a adds and also removes
2007-01-13  Quy Tonthatgit-remote: no longer silent on unknown commands.
2007-01-13  Eric Wonggit-svn: fix tests to work with older svn
2007-01-12  Junio C HamanoMake git-prune-packed a bit more chatty.
2007-01-12  Junio C Hamanoglossary typofix
2007-01-12  Nicolas Pitreuse 'init' instead of 'init-db' for shipped docs and...
2007-01-12  Junio C HamanoExplain "Not a git repository: '.git'".
2007-01-12  Junio C Hamanomerge-recursive: do not report the resulting tree objec...
2007-01-12  Bob Proulxgit-revert: Fix die before git-sh-setup defines it.
2007-01-12  Michael S.... fix documentation for git-commit --no-verify
2007-01-12  Linus TorvaldsFix up totally buggered read_or_die()
2007-01-12  Linus TorvaldsClean up write_in_full() users
2007-01-12  Junio C Hamanoreflog-expire: brown paper bag fix.
2007-01-12  Junio C HamanoGIT v1.5.0-rc1 v1.5.0-rc1
2007-01-12  Junio C Hamanoplug a few leaks in revision walking used in describe.
2007-01-12  Shawn O. PearceChose better tag names in git-describe after merges.
2007-01-12  Junio C HamanoMerge branch 'jc/bare'
2007-01-12  Junio C HamanoMerge branch 'ar/merge-recursive'
2007-01-12  Junio C HamanoMerge branch 'jc/detached-head'
2007-01-11  Junio C Hamanogit-status: wording update to deal with deleted files.
2007-01-11  Junio C Hamanogit-rm: do not fail on already removed file.
2007-01-11  Eric WongAvoid errors and warnings when attempting to do I/O...
2007-01-11  Linus TorvaldsBetter error messages for corrupt databases
2007-01-11  Junio C Hamanoconfig-set: check write-in-full returns in set_multivar
2007-01-11  Junio C Hamanoindex-pack: write-or-die instead of unchecked write...
2007-01-11  Linus Torvaldswrite_in_full: really write in full or return error...
2007-01-11  Junio C HamanoDocument git-init
2007-01-11  Linus Torvaldswrite-cache: do not leak the serialized cache-tree...
2007-01-10  Shawn O. PearceDisallow working directory commands in a bare repository.
2007-01-10  Junio C Hamanomerge-recursive: do not use on-file index when not...
2007-01-10  Alex RiesenSpeed-up recursive by flushing index only once for...
2007-01-10  Jürgen RühleProvide better feedback for the untracked only case...
2007-01-10  Junio C HamanoMerge branch 'js/reflog'
2007-01-10  Junio C HamanoMakefile: remove $foo when $foo.exe is built/installed.
2007-01-10  Jürgen Rühlesend-email: work around double encoding of in-body...
2007-01-10  Nicolas PitreAdd git-init documentation.
2007-01-10  Johannes SchindelinFix t1410 for core.filemode==false
2007-01-10  Shawn O. PearceMake git-describe a builtin.
2007-01-10  Shawn O. PearceDon't save the commit buffer in git-describe.
2007-01-10  Pavel RoskinFix warnings in sha1_file.c - use C99 printf format...
2007-01-10  Junio C Hamano-u is now default for 'git-mailinfo'.
2007-01-10  Junio C Hamano-u is now default for 'git-applymbox'
2007-01-10  Junio C Hamanogit-am: should work when "--no-utf8 --utf8" is given
2007-01-10  Junio C Hamanogit-checkout: handle local changes sanely when detachin...
2007-01-10  Shawn O. PearceDon't die in git-http-fetch when fetching packs.
2007-01-10  Junio C Hamanogit-checkout: safety check for detached HEAD checks...
2007-01-10  Steven GrimmUpdate git-svn manpage to remove the implication that...
2007-01-10  Stefan-W. HahnReplacing the system call pread() with lseek()/xread...
2007-01-10  Jakub Narebskigitweb: Fix git_patchset_body not closing <div class...
2007-01-10  Alexandre Julliardgit.el: Define the propertize function if needed, for...
2007-01-10  Alexandre Julliardgit-clone: Make sure the master branch exists before...
2007-01-10  Alexandre Julliardgit-apply: Remove directories that have become empty...
2007-01-09  Jeff Kingget_tree_entry: map blank requested entry to tree root
2007-01-09  Junio C Hamanobuiltin-archive: do not free a tree held by the object...
2007-01-09  Junio C HamanoMerge branch 'maint'
2007-01-09  Junio C HamanoFix "Do not ignore a detected patchfile brokenness."
2007-01-09  Johannes SchindelinSanitize for_each_reflog_ent()
2007-01-09  Junio C HamanoDo not ignore a detected patchfile brokenness.
2007-01-09  Junio C Hamanomerge-base: do not leak commit list
2007-01-09  Brian GernhardtAuto-quote config values in config.c:store_write_pair()
2007-01-09  Brian GernhardtIgnore git-init and git-remote
next