git
2008-10-19  Junio C HamanoMerge branch 'gb/formatpatch-autonbr'
2008-10-19  Junio C HamanoMerge branch 'sp/describe-lwtag'
2008-10-19  Junio C HamanoMerge branch 'ae/preservemerge'
2008-10-19  Junio C HamanoMerge branch 'mv/merge-noff'
2008-10-19  Junio C HamanoMerge branch 'ns/rebase-noverify'
2008-10-19  Junio C HamanoMerge branch 'maint'
2008-10-19  Junio C HamanoFix mismerge at cdb22c4 in builtin-checkout.c
2008-10-19  Matt McCutchengit-merge-recursive: honor merge.conflictstyle once...
2008-10-19  Fredrik SkolmliDocumentation: Spelling fix
2008-10-19  Junio C HamanoMerge branch 'pb/rename-rowin32'
2008-10-19  Abhijit BhopatkarDocumentation: Clarify '--signoff' for git-commit
2008-10-18  Junio C HamanoUpdate draft release notes for 1.6.1
2008-10-18  Junio C HamanoMerge branch 'maint'
2008-10-18  Junio C HamanoHopefully the final draft release notes update before...
2008-10-18  Junio C Hamanodiff(1): clarify what "T"ypechange status means
2008-10-18  Junio C HamanoMerge branch 'db/maint-checkout-b' into maint
2008-10-18  Brian Gernhardtformat-patch: autonumber by default
2008-10-18  Petr BaudisDo not rename read-only files during a push
2008-10-18  Junio C HamanoMerge branch 'pb/commit-where'
2008-10-18  Dan McGeecontrib: update packinfo.pl to not use dashed commands
2008-10-18  Björn Steinbrinkforce_object_loose: Fix memory leak
2008-10-17  Shawn O. Pearcedescribe: Make --tags and --all match lightweight tags...
2008-10-17  Jeff Kingtests: shell negation portability fix
2008-10-17  Junio C HamanoMerge branch 'maint'
2008-10-17  Matt McCutchent1301-shared-repo.sh: don't let a default ACL interfere...
2008-10-16  Jonas Fonsecagit-check-attr(1): add output and example sections
2008-10-16  Brandon Caseyxdiff-interface.c: strip newline (and cr) from line...
2008-10-16  Brandon Caseyt4018-diff-funcname: demonstrate end of line funcname...
2008-10-16  Brandon Caseyt4018-diff-funcname: rework negated last expression...
2008-10-16  Mikael MagnussonTypo "does not exists" when git remote update remote.
2008-10-15  Brandon Caseyremote.c: correct the check for a leading '/' in a...
2008-10-14  Miklos VajnaAdd testcase to ensure merging an early part of a branc...
2008-10-14  Nanako Shiraishirebase: Document --no-verify option to bypass pre-rebas...
2008-10-14  Miklos VajnaAdd Linux PPC support to the pre-auto-gc example hook
2008-10-14  Brandon Caseyt4018-diff-funcname: add objective-c xfuncname pattern...
2008-10-14  Junio C HamanoUpdate draft release notes to 1.6.1
2008-10-13  Junio C HamanoMerge branch 'maint'
2008-10-13  Junio C HamanoUpdate draft release notes to 1.6.0.3
2008-10-13  Jeff Kingtests: shell negation portability fix
2008-10-12  Shawn O. PearceMerge branch 'maint'
2008-10-12  Shawn O. Pearcetest-lib: fix broken printf
2008-10-12  Matt McCutchen"git diff <tree>{3,}": do not reverse order of arguments
2008-10-12  Brandon CaseyReplace calls to strbuf_init(&foo, 0) with STRBUF_INIT...
2008-10-12  Dmitry Potapovprint an error message for invalid path
2008-10-12  Thomas RastDocumentation: remove stale howto/rebase-and-edit.txt
2008-10-12  Brandon Caseyt9001: use older Getopt::Long boolean prefix '--no...
2008-10-12  Jeff Kinggit apply --directory broken for new files
2008-10-10  Shawn O. PearceMerge branch 'maint'
2008-10-10  Johannes Schindelinrebase -i: do not fail when there is no commit to cherr...
2008-10-10  Miklos Vajnatest-lib: fix color reset in say_color()
2008-10-10  Nicolas Pitrefix pread()'s short read in index-pack
2008-10-09  Shawn O. PearceMerge branch 'js/objc-funchdr'
2008-10-09  Shawn O. PearceMerge branch 'pb/gitweb'
2008-10-09  Shawn O. PearceMerge branch 'dm/svn-branch'
2008-10-09  Shawn O. PearceMerge branch 'bc/xdiffnl'
2008-10-09  Shawn O. PearceMerge branch 'dp/cywginstat'
2008-10-09  Shawn O. PearceMerge branch 'lt/time-reject-fractional-seconds'
2008-10-09  Shawn O. PearceMerge branch 'jc/add-ita'
2008-10-09  Shawn O. PearceMerge branch 'mw/sendemail'
2008-10-09  Shawn O. PearceMerge branch 'mv/merge-refresh'
2008-10-09  Shawn O. PearceMerge branch 'ph/parseopt'
2008-10-09  Shawn O. PearceMerge branch 'rz/grepz'
2008-10-09  Shawn O. PearceMerge branch 'mg/verboseprune'
2008-10-09  Shawn O. PearceMerge branch 'maint'
2008-10-09  Shawn O. PearceMerge branch 'sg/maint-intrebase-msghook' into maint
2008-10-09  Imre Deakbuiltin-apply: fix typo leading to stack corruption
2008-10-09  Brandon Caseygit-stash.sh: fix flawed fix of invalid ref handling...
2008-10-09  Shawn O. PearceMerge branch 'jk/maint-soliconv' into maint
2008-10-09  Miklos VajnaCleanup in sha1_file.c::cache_or_unpack_entry()
2008-10-09  Brandon Caseybuiltin-merge.c: allocate correct amount of memory
2008-10-08  Shawn O. PearceMerge branch 'maint'
2008-10-08  Samuel TardieuDo not use errno when pread() returns 0
2008-10-08  Brandon CaseyReplace xmalloc/memset(0) pairs with xcalloc
2008-10-08  Deskin Millergit init: --bare/--shared overrides system/global config
2008-10-08  Johannes Sixtgit-push.txt: Describe --repo option in more detail
2008-10-08  Johannes Schindelingit rm: refresh index before up-to-date check
2008-10-07  Mikael MagnussonFix a few typos in relnotes
2008-10-06  Jonathan del... Teach git diff about Objective-C syntax
2008-10-06  Nanako Shiraishirebase --no-verify
2008-10-06  Florian RagwitzAdd git-svn branch to allow branch creation in SVN...
2008-10-06  Shawn O. PearceMerge branch 'maint'
2008-10-06  Shawn O. PearceUpdate release notes for 1.6.0.3
2008-10-06  Dmitry Potapovdo not segfault if make_cache_entry failed
2008-10-06  Nanako ShiraishiTeach rebase -i to honor pre-rebase hook
2008-10-06  Nanako Shiraishidocs: describe pre-rebase hook
2008-10-06  Dmitry Potapovdo not segfault if make_cache_entry failed
2008-10-06  Dmitry Potapovmake prefix_path() never return NULL
2008-10-06  Linus Torvaldsfix bogus "diff --git" header from "diff --no-index"
2008-10-06  Jeff Kingtutorial: update output of git commit
2008-10-06  Tuncer AyazFix fetch/clone --quiet when stdout is connected
2008-10-06  Alexander Gavrilovbuiltin-blame: Fix blame -C -C with submodules.
2008-10-06  SZEDER Gáborbash: remove fetch, push, pull dashed form leftovers
2008-10-03  Miklos Vajnabuiltin-commit: use reduce_heads() only when appropriate
2008-10-03  Miklos Vajnabuiltin-merge: refresh the index before calling a strategy
2008-10-03  Jeff KingMakefile: do not set NEEDS_LIBICONV for Solaris 8
2008-10-03  SZEDER Gáborrebase -i: remove leftover debugging
2008-10-03  Shawn O. PearceMerge branch 'pb/gitweb-tagcloud' into pb/gitweb
2008-10-03  Petr Baudisgitweb: Support for simple project search form
2008-10-03  Petr Baudisgitweb: Make the by_tag filter delve in forks as well
2008-10-03  Petr Baudisgitweb: Support for tag clouds
next