Code

git.git
2007-01-29 J. Bruce Fieldsuser-manual: rewrap a few long lines
2007-01-29 J. Bruce Fieldsuser-manual: reflogs, other recovery
2007-01-29 J. Bruce Fieldsuser-manual: fix a header level
2007-01-29 J. Bruce Fieldsuser-manual: typo fix
2007-01-29 J. Bruce Fieldsuser-manual: add references to git-config man page
2007-01-29 J. Bruce Fieldsuser-manual: repo-config -> config
2007-01-29 J. Bruce Fieldsuser-manual: fsck-objects -> fsck
2007-01-29 J. Bruce Fieldsuser-manual: git-fsck, dangling objects
2007-01-27 J. Bruce Fieldsuser-manual: reorganize fetch discussion, add internals...
2007-01-26 J. Bruce Fieldsuser-manual: stub discussion of fsck and reflog
2007-01-22 J. Bruce Fieldsuser-manual: update git-gc discussion
2007-01-22 J. Bruce Fieldsuser-manual: update references discussion
2007-01-22 J. Bruce Fieldsuser-manual: clarify difference between tag and branch
2007-01-22 J. Bruce Fieldsuser-manual: minor quickstart reorganization
2007-01-21 J. Bruce Fieldsuser-manual: add "quick start" as chapter 1
2007-01-15 J. Bruce Fieldsuser-manual: rewrap, fix heading levels
2007-01-15 J. Bruce FieldsMerge branch 'master' of git://git./git/git
2007-01-14 J. Bruce Fieldsuser-manual: reindent
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 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-11 J. Bruce Fieldsuser-manual: replace init-db by init
2007-01-11 J. Bruce Fieldsuser manual: answer some comments from Junio
2007-01-11 Junio C HamanoUser manual: fix typos in examples
2007-01-11 J. Bruce FieldsDocumentation: rev-list -> rev-parse, other typos,...
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
2007-01-09 Martin Langhoffcvsserver: detect early of we are up to date and avoid...
next