summaryrefslogtreecommitdiff
path: root/builtin-show-branch.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-03Typofixes outside documentation areaLibravatar Junio C Hamano1-1/+1
2009-10-19Refactor pretty_print_commit arguments into a structLibravatar Thomas Rast1-2/+2
2009-10-04Merge branch 'maint'Libravatar Junio C Hamano1-3/+11
2009-10-04Merge branch 'jc/maint-1.6.4-show-branch-default' into maintLibravatar Junio C Hamano1-3/+11
2009-10-04show-branch: fix segfault when showbranch.default existsLibravatar Junio C Hamano1-3/+11
2009-08-05git-merge-base/git-show-branch --merge-base: Documentation and testLibravatar Michael J Gruber1-1/+1
2009-08-05git-merge-base/git-show-branch: Cleanup documentation and usageLibravatar Michael J Gruber1-2/+2
2009-06-09show-branch: don't use LASTARG_DEFAULT with OPTARGLibravatar Stephen Boyd1-2/+1
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+1
2009-05-22show-branch: migrate to parse-options APILibravatar Stephen Boyd1-62/+63
2009-05-22Merge branch 'mh/show-branch-color' into sb/show-branch-parse-optionsLibravatar Junio C Hamano1-4/+47
2009-05-17show-branch: Fix die message in parse_reflog_param()Libravatar Stephen Boyd1-1/+1
2009-04-22show-branch: color the commit status signsLibravatar Markus Heidelberg1-4/+47
2009-03-23builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-2/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-2/+1
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-05-26Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2008-05-26show-branch --current: do not barf on detached HEADLibravatar Junio C Hamano1-2/+2
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-02-11builtin-show-branch.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soLibravatar Junio C Hamano1-1/+1
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Libravatar Pierre Habouzit1-7/+6
2007-06-13Lift 16kB limit of log message outputLibravatar Junio C Hamano1-10/+13
2007-03-07General const correctness fixesLibravatar Shawn O. Pearce1-1/+2
2007-02-20prefixcmp(): fix-up leftover strncmp().Libravatar Junio C Hamano1-2/+2
2007-02-20prefixcmp(): fix-up mechanical conversion.Libravatar Junio C Hamano1-2/+2
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-10/+10
2007-02-03show-branch -g: default to the current branch.Libravatar Junio C Hamano1-1/+4
2007-01-25show-branch -g: default to HEADLibravatar Junio C Hamano1-4/+13
2007-01-24reflog inspection: introduce shortcut "-g"Libravatar Johannes Schindelin1-1/+3
2007-01-20show-branch --reflog: fix show_date() callLibravatar Junio C Hamano1-1/+1
2007-01-19show-branch --reflog: tighten input validation.Libravatar Junio C Hamano1-4/+11
2007-01-19show-branch --reflog: show the reflog message at the top.Libravatar Junio C Hamano1-27/+95
2006-12-22Make git-show-branch options similar to git-branch.Libravatar Brian Gernhardt1-14/+26
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-2/+0
2006-12-17Teach show-branch how to show ref-log data.Libravatar Junio C Hamano1-5/+30
2006-09-21show-branch: mark active branch with a '*' againLibravatar Johannes Schindelin1-0/+6
2006-09-20Tell between packed, unpacked and symbolic refs.Libravatar Junio C Hamano1-11/+11
2006-09-20Add callback data to for_each_ref() family.Libravatar Junio C Hamano1-13/+13
2006-09-17Make ref resolution sanerLibravatar Linus Torvalds1-27/+19
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-3/+3
2006-08-28Add --relative-date option to the revision interfaceLibravatar Jonas Fonseca1-1/+1
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.Libravatar David Rientjes1-2/+2
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-3/+3
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-2/+1
2006-07-23show-branch: Fix another performance problem.Libravatar Alexandre Julliard1-0/+2
2006-07-16show-branch: fix performance problem.Libravatar Junio C Hamano1-4/+5
2006-07-06show-branch: match documentation and usageLibravatar Junio C Hamano1-1/+1
2006-06-17Move "void *util" from "struct object" into "struct commit"Libravatar Linus Torvalds1-12/+12
2006-06-17Shrink "struct object" a bitLibravatar Linus Torvalds1-1/+1