Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-15git log documentation: teach -<n> form.Junio C Hamano
2007-01-14Convert output messages in merge-recursive to past tense.Shawn O. Pearce
2007-01-14Display a progress meter during merge-recursive.Shawn O. Pearce
2007-01-14Enable output buffering in merge-recursive.Shawn O. Pearce
2007-01-14Allow the user to control the verbosity of merge-recursive.Shawn O. Pearce
2007-01-14Remove unnecessary call_depth parameter in merge-recursive.Shawn O. Pearce
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-14More tests in t3901.Junio C Hamano
2007-01-14Consistent 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-13[PATCH] Make gitk work when launched in a subdirectoryPeter Baumann
2007-01-13[PATCH] gitk: add current directory to main window titleDoug Maxey
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-13Make git-prune-packed a bit more chatty.Junio C Hamano
2007-01-13glossary typofixJunio C Hamano
2007-01-13use '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-12git-status: wording update to deal with deleted files.Junio C Hamano
2007-01-12git-rm: do not fail on already removed file.Junio C Hamano
2007-01-12Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong
2007-01-12Better error messages for corrupt databasesLinus Torvalds
2007-01-12config-set: check write-in-full returns in set_multivarJunio C Hamano
2007-01-12index-pack: write-or-die instead of unchecked write-in-full.Junio C Hamano
2007-01-12write_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-11Improve merge performance by avoiding in-index merges.Shawn O. Pearce