From: jfbu <jf...@us...> - 2024-08-06 07:46:08
|
The parent of `docutils-0.21.2` refers to the same revision as a more direct ancestor in master branch: ~~~ docutils$ git log -1 docutils-0.21.2~ commit b43eb031ecb2de7d2d1a5e4d160ebe15a0f9a7f0 Author: grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> Date: Tue Apr 23 18:54:26 2024 +0000 Version 0.21.2 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@9649 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 $ git log -1 323957acb commit 323957acb17369d38bd31c81dfe543ae46ae9113 Author: grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> Date: Tue Apr 23 18:54:26 2024 +0000 Version 0.21.2 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9649 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 ~~~ These are the two same commits but they have distinct SHAs and in master branch I see the second one not the first one. The git-svn-id however always refers to ba3bd3dd1d04 i.e. to the actually tagged commits (the parent of the annotated tag itself). All I am lacking is the branch where this ba3bd3dd1d04 belongs, because it is not in master branch. --- **[bugs:#492] Git repo lacking tags** **Status:** open **Created:** Mon Aug 05, 2024 09:47 AM UTC by jfbu **Last Updated:** Tue Aug 06, 2024 07:39 AM UTC **Owner:** nobody I updated my docutils git clone (from `url = git://repo.or.cz/docutils.git`), did `git pull --tags` which fetched tags such as `docutils-0.21.2`. Then I started `git bisect` to research some issue but could not understand HEAD was seemingly thousands of commits ahead of `docutils-0.21.2`. In output of `git log --oneline` I indeed found much more recent releases, but none of these releases have git tags (which would normally show here). ~~~ 4530fc43e FIX test no longer break on missing pil f344d4daf releasing 0.21.2 323957acb Version 0.21.2 af87152e6 stale comment aebceea6e Reconcile Docutils DTD and Document Tree documentation. 76ae9eec4 man utf8 output uses normal "-" char(45) 5aaa62b8e Uncomment classifiers for Georgian and Catalan (Valencian) languages. fa86933d7 Small test speedup/simplification. d10ff72f9 Make effect of centre-aligning figures visible in functional HTML text. 8218b2e47 Avoid dependency of functional tests on PIL/Pillow. e6069cf76 Prevent test failure due no Pillow or Pillow version above 10.3. fb9a9421d Remove duplicate test case. d3fdd821f Do not exclude "test/functional/output/" from the source package. e85d5159f Fix test failure if tests are started from docutils/docutils. 46db2819c Fix test failure with pygments >= 2.14. 6729e38e3 version 0.21.2b.dev f83dac7cf release 0.21.1 64d4b0dd8 rough log of trying to install sdist from test.pypi 64733c201 Release 0.21.1 (sdist rerelease) ~~~ I am surely missing the obvious... (I dimly remember years ago having had already problems with tags on this project, which I think was simply due to me not having done `git pull --tags`...). --- 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. |