1. bb57148 describe: Refresh the index when run with --dirty by Allan Caffee · 14 years ago
  2. 6c80cd2 Merge branch 'ab/i18n-st' by Junio C Hamano · 14 years ago
  3. da25842 Merge branch 'lt/default-abbrev' by Junio C Hamano · 14 years ago
  4. dce9648 Make the default abbrev length configurable by Linus Torvalds · 14 years ago
  5. e41f1cb i18n: git-describe basic messages by Ævar Arnfjörð Bjarmason · 14 years ago
  6. 11f944d for_each_hash: allow passing a 'void *data' pointer to callback by Linus Torvalds · 14 years ago
  7. 716958c Merge branch 'tf/commit-list-prefix' by Junio C Hamano · 14 years ago
  8. d1645d0 describe: Delay looking up commits until searching for an inexact match by Anders Kaseorg · 14 years ago
  9. 3cfa4db describe: Store commit_names in a hash table by commit SHA1 by Anders Kaseorg · 14 years ago
  10. 1e1ade1 describe: Do not use a flex array in struct commit_name by Anders Kaseorg · 14 years ago
  11. 56a5f3a describe: Use for_each_rawref by Anders Kaseorg · 14 years ago
  12. 47e44ed commit: Add commit_list prefix in two function names. by Thiago Farina · 14 years ago
  13. e22d62d Merge branch 'sp/maint-describe-tiebreak-with-tagger-date' by Junio C Hamano · 15 years ago
  14. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-describe.c]
  15. 7a0d61b describe: do not use unannotated tag even if exact match by Thomas Rast · 15 years ago
  16. 38d3d92 Merge branch 'tr/describe-advice' by Junio C Hamano · 15 years ago
  17. 48cbf91 Merge branch 'jp/dirty-describe' by Junio C Hamano · 15 years ago
  18. 4d23660 describe: when failing, tell the user about options that work by Thomas Rast · 15 years ago
  19. 9f67d2e Teach "git describe" --dirty option by Jean Privat · 15 years ago
  20. 02d56fa Merge branch 'maint' by Junio C Hamano · 15 years ago
  21. 024ab97 Do not fail "describe --always" in a tag-less repository by Junio C Hamano · 15 years ago
  22. fb423da describe: load refnames before calling describe() by René Scharfe · 15 years ago
  23. d68dc34 git-describe: Die early if there are no possible descriptions by Björn Steinbrink · 16 years ago
  24. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  25. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras · 16 years ago
  26. fcd3549 Merge branch 'sp/maint-describe-all-tag-warning' into maint by Junio C Hamano · 16 years ago
  27. 81dc223 describe: Avoid unnecessary warning when using --all by Shawn O. Pearce · 16 years ago
  28. 7e425c4 describe: Make --tags and --all match lightweight tags more often by Shawn O. Pearce · 16 years ago
  29. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  30. cb2a1cc builtin-describe.c: make a global variable "pattern" static by Nanako Shiraishi · 17 years ago
  31. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  32. 14d4642 Fix describe --tags --long so it does not segfault by Shawn O. Pearce · 17 years ago
  33. 4ed19a3 describe: match pattern for lightweight tags too by Michael Dressel · 17 years ago
  34. 686bc52 Merge branch 'jc/describe-always' by Junio C Hamano · 17 years ago
  35. 3167d72 describe: re-fix display_name() by Junio C Hamano · 17 years ago
  36. 870cf7d describe: fix --long output by Junio C Hamano · 17 years ago
  37. c374b91 git-describe: use tags found in packed-refs correctly by Junio C Hamano · 17 years ago
  38. da2478d describe --always: fall back to showing an abbreviated object name by Junio C Hamano · 17 years ago
  39. b00ac8c Merge branch 'sp/describe-tag' by Junio C Hamano · 17 years ago
  40. c42f636 Merge branch 'sb/describe-long' by Junio C Hamano · 17 years ago
  41. 212945d Teach git-describe to verify annotated tag names before output by Shawn O. Pearce · 17 years ago
  42. 518120e git-describe: --long shows the object name even for a tagged commit by Santi Béjar · 17 years ago
  43. 2c33f75 Teach git-describe --exact-match to avoid expensive tag searches by Shawn O. Pearce · 17 years ago
  44. 8a5a188 Avoid accessing non-tag refs in git-describe unless --all is requested by Shawn O. Pearce · 17 years ago
  45. feededd Teach git-describe to use peeled ref information when scanning tags by Shawn O. Pearce · 17 years ago
  46. a2cf9f4 git-name-rev: add a --(no-)undefined option. by Pierre Habouzit · 17 years ago
  47. 30ffa60 git-describe: Add a --match option to limit considered tags. by Pierre Habouzit · 17 years ago
  48. 3f7701a make 'git describe --all --contains' work by Nicolas Pitre · 17 years ago
  49. 166185b Make builtin-describe.c use parse_options by Pierre Habouzit · 17 years ago
  50. 2361570 Teach git-describe how to run name-rev by Shawn O. Pearce · 18 years ago
  51. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  52. 1b600e6 Compute accurate distances in git-describe before output. by Shawn O. Pearce · 18 years ago
  53. 237fb6c Teach git-describe to display distances from tags. by Shawn O. Pearce · 18 years ago
  54. f127404 If abbrev is set to zero in git-describe, don't add the unique suffix by Andy Parkins · 18 years ago
  55. 8a8169c Remove unnecessary found variable from describe. by Shawn O. Pearce · 18 years ago
  56. e7eb503 Remove hash in git-describe in favor of util slot. by Shawn O. Pearce · 18 years ago
  57. cf69fd4 Correct priority of lightweight tags in git-describe. by Shawn O. Pearce · 18 years ago
  58. 8713ab3 Improve git-describe performance by reducing revision listing. by Shawn O. Pearce · 18 years ago
  59. 910c0d7 Use binary searching on large buckets in git-describe. by Shawn O. Pearce · 18 years ago
  60. c3e3cd4 Hash tags by commit SHA1 in git-describe. by Shawn O. Pearce · 18 years ago
  61. dccd0c2 Always perfer annotated tags in git-describe. by Shawn O. Pearce · 18 years ago
  62. 94d2367 plug a few leaks in revision walking used in describe. by Junio C Hamano · 18 years ago
  63. 80dbae0 Chose better tag names in git-describe after merges. by Shawn O. Pearce · 18 years ago
  64. 9a0eaf8 Make git-describe a builtin. by Shawn O. Pearce · 18 years ago[Renamed (97%) from describe.c]
  65. 8c599c7 Don't save the commit buffer in git-describe. by Shawn O. Pearce · 18 years ago
  66. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  67. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  68. 5b6df8e Handle invalid argc gently by Dmitry V. Levin · 18 years ago
  69. 8112894 Make count-objects, describe and merge-tree work in subdirectory by Dmitry V. Levin · 18 years ago
  70. f712226 describe: fix off-by-one error in --abbrev=40 handling by Jonas Fonseca · 18 years ago
  71. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  72. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  73. 554fe20 Make some strings const by Timo Hirvonen · 19 years ago
  74. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  75. 31fff30 Separate object name errors from usage errors by Dmitry V. Levin · 19 years ago
  76. 46a6c26 abbrev cleanup: use symbolic constants by Junio C Hamano · 19 years ago
  77. fec9ebf Merge fixes up to GIT 1.1.3 by Junio C Hamano · 19 years ago
  78. 181dc77 describe: omit clearing marks on the last one. by Junio C Hamano · 19 years ago
  79. 429608f Merge fixes up to GIT 1.1.2 by Junio C Hamano · 19 years ago
  80. 4c34a2c git-describe: default to HEAD by Junio C Hamano · 19 years ago
  81. 8c23b6f describe: do not silently ignore indescribable commits by Junio C Hamano · 19 years ago
  82. 5a2282d GIT 1.1.0 by Junio C Hamano · 19 years ago v1.1.0
  83. f8f9c73 describe: allow more than one revs to be named. by Junio C Hamano · 19 years ago
  84. 64deb85 git-describe: still prefer annotated tag under --all and --tags by Junio C Hamano · 19 years ago
  85. 2d9e7c9 git-describe: --tags and --abbrev by Junio C Hamano · 19 years ago
  86. 4cdf78b git-describe: use find_unique_abbrev() by Junio C Hamano · 19 years ago
  87. 635d413 git-describe: really prefer tags only. by Junio C Hamano · 19 years ago
  88. 908e531 Add a "git-describe" command by Linus Torvalds · 19 years ago