summaryrefslogtreecommitdiff
path: root/builtin-show-branch.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-24Merge branch 'js/fmt-patch'Libravatar Junio C Hamano1-1/+1
2006-05-23Builtin git-show-branch.Libravatar Peter Eriksen1-0/+789