diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 1500bf73e9084..938151a9561ae 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -898,6 +898,9 @@ commits.search.tooltip = You can prefix keywords with "author:", "committer:", " commits.find = Search commits.search_all = All Branches commits.author = Author +commits.copy_sha = Copy +commits.copy_sha_success = SHA1 has been copied +commits.copy_sha_error = Use ⌘C or Ctrl-C to copy commits.message = Message commits.date = Date commits.older = Older diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl index e7489bf51d244..5224c847c71de 100644 --- a/templates/repo/commits_list.tmpl +++ b/templates/repo/commits_list.tmpl @@ -56,6 +56,7 @@ {{else}} {{end}} + {{svg "octicon-clippy"}}