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