summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-15Use nice names in conflict markers during cherry-pick/revert.Shawn O. Pearce
2007-01-15Use merge-recursive in git-revert/git-cherry-pickJunio C Hamano
2007-01-15Documentation: merge-output is not too verbose now.Junio C Hamano
2007-01-15Remove hash in git-describe in favor of util slot.Shawn O. Pearce
2007-01-15Correct priority of lightweight tags in git-describe.Shawn O. Pearce
2007-01-15Add describe test.Junio C Hamano
2007-01-15Improve git-describe performance by reducing revision listing.Shawn O. Pearce
2007-01-15Use binary searching on large buckets in git-describe.Shawn O. Pearce
2007-01-15Hash tags by commit SHA1 in git-describe.Shawn O. Pearce
2007-01-15Always perfer annotated tags in git-describe.Shawn O. Pearce
2007-01-15some doc updatesNicolas Pitre
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-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