git
2006-11-24  Junio C Hamanorefs outside refs/{heads,tags} match less strongly.
2006-11-24  Andy ParkinsIncrease length of function name buffer
2006-11-24  Junio C Hamanogit-fetch: allow glob pattern in refspec
2006-11-24  Junio C Hamanogit-fetch: fix dumb protocol transport to fetch from...
2006-11-24  Junio C Hamanogit-fetch: reuse ls-remote result.
2006-11-23  Eric Wonggit-svn: preserve uncommitted changes after dcommit
2006-11-23  Eric Wonggit-svn: correctly handle revision 0 in SVN repositories
2006-11-23  Eric Wonggit-svn: error out from dcommit on a parent-less commit
2006-11-23  RenĂ© Scharfearchive-zip: don't use sizeof(struct ...)
2006-11-23  Paul Mackerrasgitk: Fix enabling/disabling of menu items on Mac OS X
2006-11-23  Junio C HamanoGIT 1.4.4.1 v1.4.4.1
2006-11-23  Junio C Hamanotrust-executable-bit: fix breakage for symlinks
2006-11-23  Chris RiddochMove --pretty options into Documentation/pretty-formats.txt
2006-11-22  Junio C HamanoStore peeled refs in packed-refs (take 2).
2006-11-22  Andy ParkinsAdd support to git-branch to show local and remote...
2006-11-22  Junio C Hamanomerge: allow merging into a yet-to-be-born branch.
2006-11-22  Junio C Hamanogit-merge: make it usable as the first class UI
2006-11-22  Junio C Hamanoremove merge-recursive-old
2006-11-22  Andy ParkinsImprove git-prune -n output
2006-11-22  Paolo CiarrocchiDoc: Make comment about merging in tutorial.txt more...
2006-11-22  Michal Rokosarchive: use setvbuf() instead of setlinebuf()
2006-11-21  Jakub Narebskigitweb: Finish restoring "blob" links in git_difftree_body
2006-11-21  Jakub Narebskigitweb: Refactor feed generation, make output prettier...
2006-11-21  Jakub Narebskigitweb: Add an option to href() to return full URL
2006-11-21  Jakub Narebskigitweb: New improved formatting of chunk header in...
2006-11-21  Jakub Narebskigitweb: Default to $hash_base or HEAD for $hash in...
2006-11-21  Jakub Narebskigitweb: Buffer diff header to deal with split patches...
2006-11-21  Jakub Narebskigitweb: Protect against possible warning in git_commitdiff
2006-11-21  Nicolas Pitrebuiltin git-shortlog is broken
2006-11-21  Johannes Schindelinshortlog: fix "-n"
2006-11-21  Paolo CiarrocchiTeach SubmittingPatches about git-commit -s
2006-11-20  Johannes Schindelinshortlog: handle email addresses case-insensitively
2006-11-20  Johannes Schindelinshortlog: read mailmap from ./.mailmap again
2006-11-20  Johannes Schindelinshortlog: do not crash on parsing "[PATCH"
2006-11-20  Johannes SchindelinBuild in shortlog
2006-11-20  Junio C HamanoStore peeled refs in packed-refs file.
2006-11-20  Junio C Hamanodo_for_each_ref: perform the same sanity check for...
2006-11-20  Junio C Hamanogit-fetch: follow lightweit tags as well.
2006-11-19  Petr BaudisDocumentation: Correct alternates documentation, docume...
2006-11-18  Petr BaudisDocumentation: Define symref and update HEAD description
2006-11-18  Rene ScharfeDocument git-runstatus
2006-11-18  Rene Scharfegit-apply: slightly clean up bitfield usage
2006-11-18  Rene Scharfesparse fix: Using plain integer as NULL pointer
2006-11-18  Rene Scharfesparse fix: non-ANSI function declaration
2006-11-18  Petr Baudisgit-apply: Documentation typo fix
2006-11-18  Petr BaudisFix git-for-each-refs broken for tags
2006-11-17  Junio C Hamanopack-objects: tweak "do not even attempt delta" heuristics
2006-11-17  Linus Torvalds"git fmt-merge-msg" SIGSEGV
2006-11-17  Linus Torvaldsgit-pull: allow pulling into an empty repository
2006-11-15  Junio C Hamanoconvert-objects: set _XOPEN_SOURCE to 600
2006-11-15  Jim MeyeringRun "git repack -a -d" once more at end, if there's...
2006-11-15  Alexandre Julliardgitweb: Put back shortlog instead of graphiclog in...
2006-11-15  Junio C Hamanogit-checkout: allow pathspec to recover lost working...
2006-11-15  Junio C Hamanogit-checkout: do not allow -f and -m at the same time.
2006-11-15  Johannes SchindelinSeek back to current filepos when mmap()ing with NO_MMAP
2006-11-15  Junio C Hamanoapply --numstat: mark binary diffstat with - -, not 0 0
2006-11-15  Junio C HamanoGIT 1.4.4 v1.4.4
2006-11-13  Junio C HamanoMerge branch 'maint'
2006-11-13  Robin RosenbergRework cvsexportcommit to handle binary files for all...
2006-11-13  Johannes SixtCatch errors when writing an index that contains invali...
2006-11-13  Johannes Sixttest-lib.sh: A command dying due to a signal is an...
2006-11-13  Jonas Fonsecagit-update-index(1): fix use of quoting in section...
2006-11-12  Junio C HamanoGIT 1.4.4-rc2 v1.4.4-rc2
2006-11-12  Junio C HamanoMerge branch 'maint'
2006-11-12  Junio C Hamanogit-cvsserver: read from git with -z to get non-ASCII... v1.4.3.5
2006-11-11  Junio C HamanoMerge branch 'maint'
2006-11-11  Junio C Hamanopath-list: fix path-list-insert return value
2006-11-10  Junio C Hamanogit-annotate: fix -S on graft file with comments.
2006-11-10  Junio C Hamanogit-annotate: no need to exec blame; it is built-in...
2006-11-09  Junio C HamanoMerge branch 'maint'
2006-11-09  Robert Shearmangit-rebase: Use --ignore-if-in-upstream option when...
2006-11-09  Junio C HamanoDocumentation: move blame examples
2006-11-09  Junio C HamanoMerge branch 'maint'
2006-11-09  Eric Wonggit-svn: fix dcommit losing changes when out-of-date...
2006-11-09  Eric Wonggit-svn: don't die on rebuild when --upgrade is specified
2006-11-09  Eric Wonggit-svn: avoid printing filenames of files we're not...
2006-11-09  Petr BaudisNicer error messages in case saving an object to db...
2006-11-09  Junio C Hamanogitweb: fix unmatched div in commitdiff
2006-11-09  Junio C Hamanogitweb: protect commit messages from controls.
2006-11-09  Junio C Hamanogitweb: protect blob and diff output lines from controls.
2006-11-09  Junio C Hamanogit-pickaxe: retire pickaxe
2006-11-08  Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2006-11-08  Junio C Hamanogit-status: quote LF in its output
2006-11-08  Junio C Hamanogitweb: do not give blame link unconditionally in diff...
2006-11-08  Jakub Narebskigitweb: New improved patchset view
2006-11-08  Jakub Narebskigitweb: Use character or octal escape codes (and add...
2006-11-08  Jakub Narebskigitweb: Better git-unquoting and gitweb-quoting of...
2006-11-08  Junio C Hamanogitweb: minimally fix "fork" support.
2006-11-08  Junio C Hamanogitweb: fix disabling of "forks"
2006-11-08  Junio C HamanoGIT 1.4.3-rc1 v1.4.4-rc1
2006-11-08  Junio C HamanoMerge branch 'maint'
2006-11-08  Junio C HamanoMerge branch 'jc/pickaxe'
2006-11-08  Junio C Hamanogit-pickaxe: allow "-L <something>,+N"
2006-11-08  Nicolas Pitregit-pack-objects progress flag documentation and cleanup
2006-11-07  Tero Roponenremove an unneeded test
2006-11-07  Junio C HamanoMerge branch 'jc/read-tree'
2006-11-07  Junio C HamanoMerge branch 'np/index-pack'
2006-11-07  Junio C HamanoMerge branch 'maint'
2006-11-07  Junio C Hamanogit-pickaxe: -L /regexp/,/regexp/
2006-11-06  Jakub NarebskiDocumentation: Transplanting branch with git-rebase...
next