1. 2361570 Teach git-describe how to run name-rev by Shawn O. Pearce · 18 years ago
  2. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  3. 1b600e6 Compute accurate distances in git-describe before output. by Shawn O. Pearce · 18 years ago
  4. 237fb6c Teach git-describe to display distances from tags. by Shawn O. Pearce · 18 years ago
  5. f127404 If abbrev is set to zero in git-describe, don't add the unique suffix by Andy Parkins · 18 years ago
  6. 8a8169c Remove unnecessary found variable from describe. by Shawn O. Pearce · 18 years ago
  7. e7eb503 Remove hash in git-describe in favor of util slot. by Shawn O. Pearce · 18 years ago
  8. cf69fd4 Correct priority of lightweight tags in git-describe. by Shawn O. Pearce · 18 years ago
  9. 8713ab3 Improve git-describe performance by reducing revision listing. by Shawn O. Pearce · 18 years ago
  10. 910c0d7 Use binary searching on large buckets in git-describe. by Shawn O. Pearce · 18 years ago
  11. c3e3cd4 Hash tags by commit SHA1 in git-describe. by Shawn O. Pearce · 18 years ago
  12. dccd0c2 Always perfer annotated tags in git-describe. by Shawn O. Pearce · 18 years ago
  13. 94d2367 plug a few leaks in revision walking used in describe. by Junio C Hamano · 18 years ago
  14. 80dbae0 Chose better tag names in git-describe after merges. by Shawn O. Pearce · 18 years ago
  15. 9a0eaf8 Make git-describe a builtin. by Shawn O. Pearce · 18 years ago[Renamed (97%) from describe.c]
  16. 8c599c7 Don't save the commit buffer in git-describe. by Shawn O. Pearce · 18 years ago
  17. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  18. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  19. 5b6df8e Handle invalid argc gently by Dmitry V. Levin · 19 years ago
  20. 8112894 Make count-objects, describe and merge-tree work in subdirectory by Dmitry V. Levin · 19 years ago
  21. f712226 describe: fix off-by-one error in --abbrev=40 handling by Jonas Fonseca · 19 years ago
  22. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  23. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  24. 554fe20 Make some strings const by Timo Hirvonen · 19 years ago
  25. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  26. 31fff30 Separate object name errors from usage errors by Dmitry V. Levin · 19 years ago
  27. 46a6c26 abbrev cleanup: use symbolic constants by Junio C Hamano · 19 years ago
  28. fec9ebf Merge fixes up to GIT 1.1.3 by Junio C Hamano · 19 years ago
  29. 181dc77 describe: omit clearing marks on the last one. by Junio C Hamano · 19 years ago
  30. 429608f Merge fixes up to GIT 1.1.2 by Junio C Hamano · 19 years ago
  31. 4c34a2c git-describe: default to HEAD by Junio C Hamano · 19 years ago
  32. 8c23b6f describe: do not silently ignore indescribable commits by Junio C Hamano · 19 years ago
  33. 5a2282d GIT 1.1.0 by Junio C Hamano · 19 years ago v1.1.0
  34. f8f9c73 describe: allow more than one revs to be named. by Junio C Hamano · 19 years ago
  35. 64deb85 git-describe: still prefer annotated tag under --all and --tags by Junio C Hamano · 19 years ago
  36. 2d9e7c9 git-describe: --tags and --abbrev by Junio C Hamano · 19 years ago
  37. 4cdf78b git-describe: use find_unique_abbrev() by Junio C Hamano · 19 years ago
  38. 635d413 git-describe: really prefer tags only. by Junio C Hamano · 19 years ago
  39. 908e531 Add a "git-describe" command by Linus Torvalds · 19 years ago