aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-show-branch.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-967/+0
2010-02-03Typofixes outside documentation areaJunio C Hamano1-1/+1
2009-10-19Refactor pretty_print_commit arguments into a structThomas Rast1-2/+2
2009-10-04Merge branch 'maint'Junio C Hamano1-3/+11
2009-10-04Merge branch 'jc/maint-1.6.4-show-branch-default' into maintJunio C Hamano1-3/+11
2009-10-04show-branch: fix segfault when showbranch.default existsJunio C Hamano1-3/+11
2009-08-05git-merge-base/git-show-branch --merge-base: Documentation and testMichael J Gruber1-1/+1
2009-08-05git-merge-base/git-show-branch: Cleanup documentation and usageMichael J Gruber1-2/+2
2009-06-09show-branch: don't use LASTARG_DEFAULT with OPTARGStephen Boyd1-2/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-05-22show-branch: migrate to parse-options APIStephen Boyd1-62/+63
2009-05-22Merge branch 'mh/show-branch-color' into sb/show-branch-parse-optionsJunio C Hamano1-4/+47
2009-05-17show-branch: Fix die message in parse_reflog_param()Stephen Boyd1-1/+1
2009-04-22show-branch: color the commit status signsMarkus Heidelberg1-4/+47
2009-03-23builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-2/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-26Merge branch 'maint'Junio C Hamano1-2/+2
2008-05-26show-branch --current: do not barf on detached HEADJunio C Hamano1-2/+2
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-02-11builtin-show-branch.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano1-1/+1
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit1-7/+6
2007-06-13Lift 16kB limit of log message outputJunio C Hamano1-10/+13
2007-03-07General const correctness fixesShawn O. Pearce1-1/+2
2007-02-20prefixcmp(): fix-up leftover strncmp().Junio C Hamano1-2/+2
2007-02-20prefixcmp(): fix-up mechanical conversion.Junio C Hamano1-2/+2
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-10/+10
2007-02-03show-branch -g: default to the current branch.Junio C Hamano1-1/+4
2007-01-25show-branch -g: default to HEADJunio C Hamano1-4/+13
2007-01-24reflog inspection: introduce shortcut "-g"Johannes Schindelin1-1/+3
2007-01-20show-branch --reflog: fix show_date() callJunio C Hamano1-1/+1
2007-01-19show-branch --reflog: tighten input validation.Junio C Hamano1-4/+11
2007-01-19show-branch --reflog: show the reflog message at the top.Junio C Hamano1-27/+95
2006-12-22Make git-show-branch options similar to git-branch.Brian Gernhardt1-14/+26
2006-12-20simplify inclusion of system header files.Junio C Hamano1-2/+0
2006-12-17Teach show-branch how to show ref-log data.Junio C Hamano1-5/+30
2006-09-21show-branch: mark active branch with a '*' againJohannes Schindelin1-0/+6
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano1-11/+11
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano1-13/+13
2006-09-17Make ref resolution sanerLinus Torvalds1-27/+19
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-3/+3
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-1/+1
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-2/+2
2006-08-15remove unnecessary initializationsDavid Rientjes1-3/+3
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+1
2006-07-23show-branch: Fix another performance problem.Alexandre Julliard1-0/+2
2006-07-16show-branch: fix performance problem.Junio C Hamano1-4/+5
2006-07-06show-branch: match documentation and usageJunio C Hamano1-1/+1
2006-06-17Move "void *util" from "struct object" into "struct commit"Linus Torvalds1-12/+12
2006-06-17Shrink "struct object" a bitLinus Torvalds1-1/+1
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano1-1/+1
2006-05-23Builtin git-show-branch.Peter Eriksen1-0/+789