aboutsummaryrefslogtreecommitdiff
path: root/builtin-show-branch.c
Commit message (Expand)AuthorAge
* Lift 16kB limit of log message outputJunio C Hamano2007-06-13
* General const correctness fixesShawn O. Pearce2007-03-07
* prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-20
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* show-branch -g: default to the current branch.Junio C Hamano2007-02-03
* show-branch -g: default to HEADJunio C Hamano2007-01-25
* reflog inspection: introduce shortcut "-g"Johannes Schindelin2007-01-24
* show-branch --reflog: fix show_date() callJunio C Hamano2007-01-20
* show-branch --reflog: tighten input validation.Junio C Hamano2007-01-19
* show-branch --reflog: show the reflog message at the top.Junio C Hamano2007-01-19
* Make git-show-branch options similar to git-branch.Brian Gernhardt2006-12-22
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Teach show-branch how to show ref-log data.Junio C Hamano2006-12-17
* show-branch: mark active branch with a '*' againJohannes Schindelin2006-09-21
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* Make ref resolution sanerLinus Torvalds2006-09-17
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-28
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* show-branch: Fix another performance problem.Alexandre Julliard2006-07-23
* show-branch: fix performance problem.Junio C Hamano2006-07-16
* show-branch: match documentation and usageJunio C Hamano2006-07-06
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-17
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* Merge branch 'js/fmt-patch'Junio C Hamano2006-05-24
* Builtin git-show-branch.Peter Eriksen2006-05-23