فهرست منبع

git-notify: Polish up the "tag notifications"

Use better labels for the tag ref and the SHA1 name of the tag object.
Holger Weiss 16 سال پیش
والد
کامیت
600fecab6a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      tools/git-notify

+ 2 - 2
tools/git-notify

@@ -456,8 +456,8 @@ sub send_commit_notice($$)
     {
         push @notice, format_table(
           "Module: $repos_name",
-          "Branch: $ref",
-          "Tag: $obj",
+          "Tag: $ref",
+          "SHA1: $obj",
           "Tagger:" . $info{"tagger"},
           "Date:" . format_date($info{"tagger_date"},$info{"tagger_tz"}),
           $url ? "URL: $url" : undef),