aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-merge-base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-63/+0
2009-08-05git-merge-base/git-show-branch: Cleanup documentation and usageMichael J Gruber1-1/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2008-10-02parse-opt: migrate git-merge-base.Pierre Habouzit1-21/+16
2008-07-29merge-base: teach "git merge-base" to drive underlying merge_bases_many()Christian Couder1-8/+16
2008-07-28merge-base: die with an error message if not passed a commit refChristian Couder1-9/+17
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall1-0/+1
2007-01-09Make merge-base a built-in.Junio C Hamano1-0/+51