| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 2007-09-10 | 1 | -7/+6 |
* | Lift 16kB limit of log message output | Junio C Hamano | 2007-06-13 | 1 | -10/+13 |
* | General const correctness fixes | Shawn O. Pearce | 2007-03-07 | 1 | -1/+2 |
* | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 2007-02-20 | 1 | -2/+2 |
* | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 | 1 | -2/+2 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -10/+10 |
* | show-branch -g: default to the current branch. | Junio C Hamano | 2007-02-03 | 1 | -1/+4 |
* | show-branch -g: default to HEAD | Junio C Hamano | 2007-01-25 | 1 | -4/+13 |
* | reflog inspection: introduce shortcut "-g" | Johannes Schindelin | 2007-01-24 | 1 | -1/+3 |
* | show-branch --reflog: fix show_date() call | Junio C Hamano | 2007-01-20 | 1 | -1/+1 |
* | show-branch --reflog: tighten input validation. | Junio C Hamano | 2007-01-19 | 1 | -4/+11 |
* | show-branch --reflog: show the reflog message at the top. | Junio C Hamano | 2007-01-19 | 1 | -27/+95 |
* | Make git-show-branch options similar to git-branch. | Brian Gernhardt | 2006-12-22 | 1 | -14/+26 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -2/+0 |
* | Teach show-branch how to show ref-log data. | Junio C Hamano | 2006-12-17 | 1 | -5/+30 |
* | show-branch: mark active branch with a '*' again | Johannes Schindelin | 2006-09-21 | 1 | -0/+6 |
* | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -11/+11 |
* | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 | 1 | -13/+13 |
* | Make ref resolution saner | Linus Torvalds | 2006-09-17 | 1 | -27/+19 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -3/+3 |
* | Add --relative-date option to the revision interface | Jonas Fonseca | 2006-08-28 | 1 | -1/+1 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -2/+2 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -3/+3 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -2/+1 |
* | show-branch: Fix another performance problem. | Alexandre Julliard | 2006-07-23 | 1 | -0/+2 |
* | show-branch: fix performance problem. | Junio C Hamano | 2006-07-16 | 1 | -4/+5 |
* | show-branch: match documentation and usage | Junio C Hamano | 2006-07-06 | 1 | -1/+1 |
* | Move "void *util" from "struct object" into "struct commit" | Linus Torvalds | 2006-06-17 | 1 | -12/+12 |
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 | 1 | -1/+1 |
* | Merge branch 'js/fmt-patch' | Junio C Hamano | 2006-05-24 | 1 | -1/+1 |
* | Builtin git-show-branch. | Peter Eriksen | 2006-05-23 | 1 | -0/+789 |