Sfoglia il codice sorgente

make desc more explicit

Waldir Pimenta 8 anni fa
parent
commit
c5eb598d5c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/common/git-tag.md

+ 1 - 1
pages/common/git-tag.md

@@ -23,6 +23,6 @@
 
 `git fetch --tags`
 
-- List tags that contain a given commit:
+- List all tags whose ancestors include a given commit:
 
 `git tag --contains {{commit}}`