summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-14Merge branch 'jc/int'Junio C Hamano
2007-01-14Merge branch 'sp/merge' (early part)Junio C Hamano
2007-01-14Merge branch 'jc/subdir'Junio C Hamano
2007-01-14Remove read_or_die in favor of better error messages.Shawn O. Pearce
2007-01-14Hide output about SVN::Core not being found during tests.Shawn O. Pearce
2007-01-14simplify the "no changes added to commit" messageNicolas Pitre
2007-01-13More tests in t3901.Junio C Hamano
2007-01-13Consistent message encoding while reusing log from an existing commit.Junio C Hamano
2007-01-13git-commit documentation: -a adds and also removesJunio C Hamano
2007-01-13t3901: test "format-patch | am" pipe with i18nJunio C Hamano
2007-01-13Use log output encoding in --pretty=email headers.Junio C Hamano
2007-01-13git-remote: no longer silent on unknown commands.Quy Tonthat
2007-01-13git-svn: fix tests to work with older svnEric Wong
2007-01-13Allow whole-tree operations to be started from a subdirectoryJunio C Hamano
2007-01-13Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano
2007-01-13Define cd_to_toplevel shell function in git-sh-setupJunio C Hamano
2007-01-12Make git-prune-packed a bit more chatty.Junio C Hamano
2007-01-12glossary typofixJunio C Hamano
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2007-01-12Explain "Not a git repository: '.git'".Junio C Hamano
2007-01-12merge-recursive: do not report the resulting tree object nameJunio C Hamano
2007-01-12git-revert: Fix die before git-sh-setup defines it.Bob Proulx
2007-01-12fix documentation for git-commit --no-verifyMichael S. Tsirkin
2007-01-12Fix up totally buggered read_or_die()Linus Torvalds
2007-01-12Clean up write_in_full() usersLinus Torvalds
2007-01-12reflog-expire: brown paper bag fix.Junio C Hamano
2007-01-12GIT v1.5.0-rc1v1.5.0-rc1Junio C Hamano
2007-01-12plug a few leaks in revision walking used in describe.Junio C Hamano
2007-01-12Chose better tag names in git-describe after merges.Shawn O. Pearce
2007-01-12Merge branch 'jc/bare'Junio C Hamano
2007-01-12Merge branch 'ar/merge-recursive'Junio C Hamano
2007-01-12Merge branch 'jc/detached-head'Junio C Hamano
2007-01-11git-status: wording update to deal with deleted files.Junio C Hamano
2007-01-11git-rm: do not fail on already removed file.Junio C Hamano
2007-01-11Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong
2007-01-11Better error messages for corrupt databasesLinus Torvalds
2007-01-11config-set: check write-in-full returns in set_multivarJunio C Hamano
2007-01-11index-pack: write-or-die instead of unchecked write-in-full.Junio C Hamano
2007-01-11write_in_full: really write in full or return error on disk full.Linus Torvalds
2007-01-11Document git-initJunio C Hamano
2007-01-11write-cache: do not leak the serialized cache-tree data.Linus Torvalds
2007-01-10Improve merge performance by avoiding in-index merges.Shawn O. Pearce
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce
2007-01-10merge-recursive: do not use on-file index when not needed.Junio C Hamano
2007-01-10Speed-up recursive by flushing index only once for all entriesAlex Riesen
2007-01-10Provide better feedback for the untracked only case in status outputJürgen Rühle
2007-01-10Merge branch 'js/reflog'Junio C Hamano
2007-01-10Makefile: remove $foo when $foo.exe is built/installed.Junio C Hamano
2007-01-10send-email: work around double encoding of in-body From field.Jürgen Rühle
2007-01-10Add git-init documentation.Nicolas Pitre