summaryrefslogtreecommitdiff
path: root/builtin-show-branch.c
AgeCommit message (Expand)Author
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