1. 1c6b565 tag: add tag.gpgSign config option to force all tags be GPG-signed by Tigran Mkrtchyan · 6 years ago
  2. a54b2ab tag: fix typo in nested tagging hint by Denton Liu · 6 years ago
  3. eea9c1e tag: advise on nested tags by Denton Liu · 6 years ago
  4. 986c518 Merge branch 'sg/test-must-be-empty' by Junio C Hamano · 7 years ago
  5. 1c5e94f tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' by SZEDER Gábor · 7 years ago
  6. 14677d2 Merge branch 'ab/test-must-be-empty-for-master' by Junio C Hamano · 7 years ago
  7. d3c6751 tests: make use of the test_must_be_empty function by Ævar Arnfjörð Bjarmason · 7 years ago
  8. 53fc999 gpg-interface t: extend the existing GPG tests with GPGSM by Henning Schild · 7 years ago
  9. 05682ee Merge branch 'nd/term-columns' by Junio C Hamano · 7 years ago
  10. b5d5a56 column: fix off-by-one default width by Nguyễn Thái Ngọc Duy · 7 years ago
  11. 8b44b2b gpg-interface: find the last gpg signature line by Jeff King · 7 years ago
  12. cf98a52 t7004: fix mistaken tag name by Jeff King · 7 years ago
  13. 9eed6e4 tag: add --edit option by Nicolas Morey-Chaisemartin · 7 years ago
  14. 1c0b983 Merge branch 'jk/ref-filter-colors-fix' by Junio C Hamano · 7 years ago
  15. b521fd1 tag: respect color.ui config by Jeff King · 7 years ago
  16. 433d62f Merge branch 'jk/ui-color-always-to-auto-maint' (early part) into jk/ref-filter-colors-fix-maint by Junio C Hamano · 7 years ago
  17. aebd235 Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto by Junio C Hamano · 7 years ago
  18. 0c88bf5 provide --color option for all ref-filter users by Jeff King · 7 years ago
  19. e433749 test-terminal: set TERM=vt100 by Jeff King · 7 years ago
  20. 21dac1d test-lib: don't use ulimit in test prerequisites on cygwin by Ramsay Jones · 7 years ago
  21. 1eb539a Merge branch 'ab/ref-filter-no-contains' into maint by Junio C Hamano · 7 years ago
  22. 4db464f t7004: move limited stack prereq to test-lib by Michael J Gruber · 8 years ago
  23. 6cb3822 Merge branch 'ab/ref-filter-no-contains' by Junio C Hamano · 8 years ago
  24. dff2813 tests: don't give unportable ">" to "test" built-in, use -gt by Ævar Arnfjörð Bjarmason · 8 years ago
  25. 11b087a ref-filter: consult want_color() before emitting colors by Jeff King · 8 years ago
  26. 0d75bfe tests: fix tests broken under GETTEXT_POISON=YesPlease by Ævar Arnfjörð Bjarmason · 8 years ago
  27. d1d3d46 Merge branch 'ab/ref-filter-no-contains' by Junio C Hamano · 8 years ago
  28. c473af7 Merge branch 'st/verify-tag' by Junio C Hamano · 8 years ago
  29. 7505769 tag: add tests for --with and --without by Ævar Arnfjörð Bjarmason · 8 years ago
  30. ac3f5a3 ref-filter: add --no-contains option to tag/branch/for-each-ref by Ævar Arnfjörð Bjarmason · 8 years ago
  31. 1e0c3b6 tag: change --point-at to default to HEAD by Ævar Arnfjörð Bjarmason · 8 years ago
  32. 6a33814 tag: implicitly supply --list given another list-like option by Ævar Arnfjörð Bjarmason · 8 years ago
  33. c485b24 tag: change misleading --list <pattern> documentation by Ævar Arnfjörð Bjarmason · 8 years ago
  34. bf74804 tag: add more incompatibles mode tests by Ævar Arnfjörð Bjarmason · 8 years ago
  35. b42ca35 t7004, t7030: fix here-doc syntax errors by Santiago Torres · 8 years ago
  36. 682b29f tag tests: fix a typo in a test description by Ævar Arnfjörð Bjarmason · 8 years ago
  37. 4612edc tag: remove a TODO item from the test suite by Ævar Arnfjörð Bjarmason · 8 years ago
  38. b643827 ref-filter: add test for --contains on a non-commit by Ævar Arnfjörð Bjarmason · 8 years ago
  39. 17d6c74 ref-filter: make combining --merged & --no-merged an error by Ævar Arnfjörð Bjarmason · 8 years ago
  40. fb75e31 Merge branch 'cw/tag-reflog-message' by Junio C Hamano · 8 years ago
  41. df8512e tag: generate useful reflog message by Cornelius Weig · 8 years ago
  42. fafca0f Merge branch 'cw/log-updates-for-all-refs-really' by Junio C Hamano · 8 years ago
  43. 237bdd9 Merge branch 'st/verify-tag' by Junio C Hamano · 8 years ago
  44. 341fb28 refs: add option core.logAllRefUpdates = always by Cornelius Weig · 8 years ago
  45. 1ac244d Merge branch 'sg/fix-versioncmp-with-common-suffix' by Junio C Hamano · 8 years ago
  46. 4fea72f t/t7004-tag: Add --format specifier tests by Santiago Torres · 8 years ago
  47. c026557 versioncmp: generalize version sort suffix reordering by SZEDER Gábor · 8 years ago
  48. 51acfa9 versioncmp: use earliest-longest contained suffix to determine sorting order by SZEDER Gábor · 8 years ago
  49. b823166 versioncmp: cope with common part overlapping with prerelease suffix by SZEDER Gábor · 8 years ago
  50. 0c1b487 t7004-tag: add version sort tests to show prerelease reordering issues by SZEDER Gábor · 8 years ago
  51. 9ffda48 t7004-tag: use test_config helper by SZEDER Gábor · 8 years ago
  52. eba286e t7004-tag: delete unnecessary tags with test_when_finished by SZEDER Gábor · 8 years ago
  53. 3bb16a8 tag, branch, for-each-ref: add --ignore-case for sorting and filtering by Nguyễn Thái Ngọc Duy · 8 years ago
  54. efee955 gpg-interface: check gpg signature creation status by Michael J Gruber · 9 years ago
  55. 61c2fe0 tag: add the option to force signing of annotated tags by Laurent Arnoud · 9 years ago
  56. 8bad3de Merge branch 'jk/list-tag-2.7-regression' by Junio C Hamano · 9 years ago
  57. 0571979 tag: do not show ambiguous tag names as "tags/foo" by Jeff King · 9 years ago
  58. 63873a0 t/t7004-tag.sh: use the $( ... ) construct for command substitution by Elia Pinto · 9 years ago
  59. 5242860 tag.c: implement '--merged' and '--no-merged' options by Karthik Nayak · 10 years ago
  60. df09474 tag.c: implement '--format' option by Karthik Nayak · 9 years ago
  61. b7cc53e tag.c: use 'ref-filter' APIs by Karthik Nayak · 9 years ago
  62. 144c76f update-ref and tag: add --create-reflog arg by David Turner · 10 years ago
  63. fc38a9b t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE by Stefan Beller · 10 years ago
  64. 30db51a Merge branch 'jk/test-chain-lint' by Junio C Hamano · 10 years ago
  65. f57610a Merge branch 'nd/versioncmp-prereleases' by Junio C Hamano · 10 years ago
  66. 11f228b t7004: fix embedded single-quotes by Jeff King · 10 years ago
  67. 99094a7 t: fix trivial &&-chain breakage by Jeff King · 10 years ago
  68. d811c8e versionsort: support reorder prerelease suffixes by Nguyễn Thái Ngọc Duy · 10 years ago
  69. c0e0ed6 tests: skip RFC1991 tests for gnupg 2.1 by Christian Hesse · 10 years ago
  70. 7543dea Merge branch 'sk/tag-contains-wo-recursion' by Junio C Hamano · 10 years ago
  71. b9a1907 t7004: give the test a bit more stack space by Junio C Hamano · 10 years ago
  72. b150794 tag: support configuring --sort via .gitconfig by Jacob Keller · 11 years ago
  73. dc662d4 tag: fix --sort tests to use cat<<-\EOF format by Jacob Keller · 11 years ago
  74. cbc60b6 git tag --contains: avoid stack overflow by Jean-Jacques Lafay · 11 years ago
  75. 9ef176b tag: support --sort=<spec> by Nguyễn Thái Ngọc Duy · 11 years ago
  76. 3ae851e tag: --force does not have to warn when creating tags by Phil Hord · 12 years ago
  77. 086cb91 t7004: do not create unneeded gpghome/gpg.conf when GPG is not used by Junio C Hamano · 12 years ago
  78. d96e3c1 tag: add --column by Nguyễn Thái Ngọc Duy · 13 years ago
  79. 76bdcf0 Merge branch 'tg/tag-points-at' by Junio C Hamano · 13 years ago
  80. 1efb733 Merge branch 'jk/maint-tag-show-fixes' by Junio C Hamano · 13 years ago
  81. 31fd8d7 tag: do not show non-tag contents with "-n" by Junio C Hamano · 13 years ago
  82. ae7706b tag: add --points-at list option by Tom Grennan · 13 years ago
  83. 37d3e85 t7004: factor out gpg setup by Jeff King · 14 years ago
  84. 588d0e8 tag: accept multiple patterns for --list by Jeff King · 14 years ago
  85. b3e1900 i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012 and t7060 by Junio C Hamano · 14 years ago
  86. 7fbff25 i18n: git-tag tag_template message by Ævar Arnfjörð Bjarmason · 14 years ago
  87. a5066a0 Merge branch 'mg/maint-tag-rfc1991' by Junio C Hamano · 14 years ago
  88. b3ff808 Merge branch 'en/and-cascade-tests' by Junio C Hamano · 14 years ago
  89. 5649bd9 t7004-tag.sh: re-arrange git tag comment for clarity by Ævar Arnfjörð Bjarmason · 14 years ago
  90. 3d5854e tag: recognize rfc1991 signatures by Michael J Gruber · 14 years ago
  91. c8525c3 t/t7004-tag: test handling of rfc1991 signatures by Michael J Gruber · 14 years ago
  92. 2dec68c tests: add missing &&, batch 2 by Jonathan Nieder · 14 years ago
  93. fadb515 tests: Skip tests in a way that makes sense under TAP by Ævar Arnfjörð Bjarmason · 15 years ago
  94. a4df22c t7004: Use prerequisite tags to skip tests that need gpg by Johannes Sixt · 16 years ago
  95. 0aaaef7 t2200, t7004: Avoid glob pattern that also matches files by Johannes Sixt · 16 years ago
  96. fae74a0 test suite: Use 'say' to say something instead of 'test_expect_success' by Johannes Sixt · 16 years ago
  97. 32c35cf git-tag: Add --contains option by Jake Goulding · 16 years ago
  98. df5e12f Merge branch 'st/tag' by Junio C Hamano · 16 years ago
  99. e0e03a7 tag: Add more tests about mixing incompatible modes and options by Samuel Tardieu · 16 years ago
  100. 9b8ae93 Merge branch 'maint' by Junio C Hamano · 17 years ago