summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-04-10 02:16:14 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-10 02:16:14 +0200
commit32d141b926f56c0dbefb836f3cefc8442a53de09 (patch)
tree77a1d879a4c908354c95ca73ac716118b7e2960b
parentdbcf13230edfb15eb0b723b0548b087315b17186 (diff)
parentc75bae912ab3b138687060df3701a888388e3d09 (diff)
Import pthread_*.3 link pages' git history from debian/glibc.git
These are the link pages, which I forgot to import in 87183bb8e9ec ("Import debian/local/manpages/pthread_*.3 git history from debian/glibc") They aren't files in the debian repository, but they were generated at build time, which is the reason I missed them. Here's the process: $ git clone git@salsa.debian.org:glibc-team/glibc.git $ cd glibc/ $ git filter-repo --path debian/debhelper.in/glibc-doc.links $ git tag | xargs git tag -d $ git branch | xargs git branch -D $ git remote add man file:///home/alx/src/linux/man-pages/man-pages/.bare.git $ git fetch man $ git rebase man/contrib Subsequent commits will move the pages to the appropriate place. Fixes: 87183bb8e9ec ("Import debian/local/manpages/pthread_*.3 git history from debian/glibc") Link: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068188> Link: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068166> Link: <https://lore.kernel.org/linux-man/703ec07e-dd2b-bbc6-f1bc-f495e53b764f@gmail.com/T/> Cc: Marcos Fouces <marcos@debian.org> Cc: Sven Joachim <svenjoac@gmx.de> Cc: Bas Couwenberg <sebastic@xs4all.nl> Cc: Andreas Beckmann <anbe@debian.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
0 files changed, 0 insertions, 0 deletions