From: jfbu <jf...@us...> - 2022-06-25 13:49:04
|
--- ** [bugs:#452] Release tags seemingly missing from git** **Status:** open **Created:** Sat Jun 25, 2022 01:49 PM UTC by jfbu **Last Updated:** Sat Jun 25, 2022 01:49 PM UTC **Owner:** nobody Apologies if not correct place. I have on my disk a git clone of the development repo with url ``git://repo.or.cz/docutils.git``. I have noticed it has no git tags after 0.14: ~~~ $ git tag 0.14 0.14rc1 docutils- docutils-0.10 docutils-0.11 docutils-0.12 docutils-0.13.1 docutils-0.3.7 docutils-0.3.9 docutils-0.4 docutils-0.5 docutils-0.6 docutils-0.7 docutils-0.8 docutils-0.8.1 docutils-0.9.1 initial merged_to_nesting prest-0.3.10 prest-0.3.11 start ~~~ while the HEAD is currently at commit `50048a4046a1b0b5d36eaf2c1fad30618cc2edbc` mapping to revision `9096`, so appears up-to-date. This makes it impossible to use stuff such as ``git tag --contains 7bbc3e4ed`` for example (where the commit SHA was found by some ``git log --grep findall``). Now I can probably do a search to find once and for all the commits matching releases... but I am lazy. Admittedly ``git log --grep release --oneline`` does give me a good start... Hmm, the time devoted to open this ticket I could possibly have used to extract what I need. But doing stuff with `merge-base --is-ancestor` is level of magnitude less convenient than ``tag --contains``. Am I using the right git gateway? --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |