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