Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove hash in git-describe in favor of util slot. | Shawn O. Pearce | 2007-01-14 | 1 | -64/+12 |
* | Correct priority of lightweight tags in git-describe. | Shawn O. Pearce | 2007-01-14 | 1 | -12/+25 |
* | Improve git-describe performance by reducing revision listing. | Shawn O. Pearce | 2007-01-14 | 1 | -49/+76 |
* | Use binary searching on large buckets in git-describe. | Shawn O. Pearce | 2007-01-14 | 1 | -8/+21 |
* | Hash tags by commit SHA1 in git-describe. | Shawn O. Pearce | 2007-01-14 | 1 | -12/+17 |
* | Always perfer annotated tags in git-describe. | Shawn O. Pearce | 2007-01-14 | 1 | -11/+13 |
* | plug a few leaks in revision walking used in describe. | Junio C Hamano | 2007-01-11 | 1 | -0/+1 |
* | Chose better tag names in git-describe after merges. | Shawn O. Pearce | 2007-01-11 | 1 | -11/+67 |
* | Make git-describe a builtin. | Shawn O. Pearce | 2007-01-10 | 1 | -0/+176 |