Age | Commit message (Expand) | Author | Files | Lines |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -3/+3 |
2007-01-28 | Compute accurate distances in git-describe before output. | Shawn O. Pearce | 1 | -1/+41 |
2007-01-28 | Teach git-describe to display distances from tags. | Shawn O. Pearce | 1 | -2/+3 |
2007-01-26 | If abbrev is set to zero in git-describe, don't add the unique suffix | Andy Parkins | 1 | -3/+6 |
2007-01-26 | Remove unnecessary found variable from describe. | Shawn O. Pearce | 1 | -2/+1 |
2007-01-14 | Remove hash in git-describe in favor of util slot. | Shawn O. Pearce | 1 | -64/+12 |
2007-01-14 | Correct priority of lightweight tags in git-describe. | Shawn O. Pearce | 1 | -12/+25 |
2007-01-14 | Improve git-describe performance by reducing revision listing. | Shawn O. Pearce | 1 | -49/+76 |
2007-01-14 | Use binary searching on large buckets in git-describe. | Shawn O. Pearce | 1 | -8/+21 |
2007-01-14 | Hash tags by commit SHA1 in git-describe. | Shawn O. Pearce | 1 | -12/+17 |
2007-01-14 | Always perfer annotated tags in git-describe. | Shawn O. Pearce | 1 | -11/+13 |
2007-01-11 | plug a few leaks in revision walking used in describe. | Junio C Hamano | 1 | -0/+1 |
2007-01-11 | Chose better tag names in git-describe after merges. | Shawn O. Pearce | 1 | -11/+67 |
2007-01-10 | Make git-describe a builtin. | Shawn O. Pearce | 1 | -0/+176 |