summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-16Replace "echo -n" with printf in shell scripts.Jason Riedy
2007-01-16Set _ALL_SOURCE for AIX, but avoid its struct list.Jason Riedy
2007-01-16Start all test scripts with /bin/sh.Jason Riedy
2007-01-15git-pull: disallow implicit merging to detached HEADJeff King
2007-01-15Fix git-fetch while on detached HEAD not to give needlessly alarming errorsJunio C Hamano
2007-01-15git reflog expire: document --stale-fix option.Junio C Hamano
2007-01-15Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
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-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-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