Code

git.git
2007-01-15 Jeff Kinggit-pull: disallow implicit merging to detached HEAD
2007-01-15 Junio C HamanoFix git-fetch while on detached HEAD not to give needle...
2007-01-15 Junio C Hamanogit reflog expire: document --stale-fix option.
2007-01-15 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2007-01-15 Shawn O. PearceUse nice names in conflict markers during cherry-pick...
2007-01-15 Junio C HamanoUse merge-recursive in git-revert/git-cherry-pick
2007-01-15 Junio C HamanoDocumentation: merge-output is not too verbose now.
2007-01-15 Shawn O. PearceRemove hash in git-describe in favor of util slot.
2007-01-15 Shawn O. PearceCorrect priority of lightweight tags in git-describe.
2007-01-15 Junio C HamanoAdd describe test.
2007-01-15 Shawn O. PearceImprove git-describe performance by reducing revision...
2007-01-15 Shawn O. PearceUse binary searching on large buckets in git-describe.
2007-01-15 Shawn O. PearceHash tags by commit SHA1 in git-describe.
2007-01-15 Shawn O. PearceAlways perfer annotated tags in git-describe.
2007-01-15 Nicolas Pitresome doc updates
2007-01-15 Junio C Hamanogit log documentation: teach -<n> form.
2007-01-14 Shawn O. PearceConvert output messages in merge-recursive to past...
2007-01-14 Shawn O. PearceDisplay a progress meter during merge-recursive.
2007-01-14 Shawn O. PearceEnable output buffering in merge-recursive.
2007-01-14 Shawn O. PearceAllow the user to control the verbosity of merge-recursive.
2007-01-14 Shawn O. PearceRemove unnecessary call_depth parameter in merge-recursive.
2007-01-14 Junio C HamanoMerge branch 'jc/int'
2007-01-14 Junio C HamanoMerge branch 'sp/merge' (early part)
2007-01-14 Junio C HamanoMerge branch 'jc/subdir'
2007-01-14 Shawn O. PearceRemove read_or_die in favor of better error messages.
2007-01-14 Shawn O. PearceHide output about SVN::Core not being found during...
2007-01-14 Nicolas Pitresimplify the "no changes added to commit" message
2007-01-13 Junio C HamanoMore tests in t3901.
2007-01-13 Junio C HamanoConsistent message encoding while reusing log from...
2007-01-13 Junio C Hamanogit-commit documentation: -a adds and also removes
2007-01-13 Junio C Hamanot3901: test "format-patch | am" pipe with i18n
2007-01-13 Junio C HamanoUse log output encoding in --pretty=email headers.
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-13 Peter Baumann[PATCH] Make gitk work when launched in a subdirectory
2007-01-13 Doug Maxey[PATCH] gitk: add current directory to main window...
2007-01-13 Junio C HamanoAllow whole-tree operations to be started from a subdir...
2007-01-13 Junio C HamanoUse cd_to_toplevel in scripts that implement it by...
2007-01-13 Junio C HamanoDefine cd_to_toplevel shell function in git-sh-setup
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. PearceImprove merge performance by avoiding in-index merges.
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
2007-01-09 Junio C Hamanorm git-rerere.perl -- it is now a built-in.
2007-01-09 Martin Langhoffcvsserver: fix revision number during file adds
next