Version branches

jean-christophe manciot actionmystique at gmail.com
Wed Jan 4 14:52:21 UTC 2023


Hi there,
I have recloned the repository from scratch but it seems that all
previous git-<git_version> branches have all disappeared; for
instance, there used to be refs/heads/ch/git-2-39.

git-cgit$ git clone https://git.zx2c4.com/cgit .
Cloning into '.'...
remote: Enumerating objects: 7124, done.
remote: Counting objects: 100% (1363/1363), done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 7124 (delta 1308), reused 1176 (delta 1171), pack-reused 5761
Receiving objects: 100% (7124/7124), 8.67 MiB | 11.32 MiB/s, done.
Resolving deltas: 100% (5100/5100), done.

git-cgit (master)$ git submodule init
Submodule 'git' (https://git.kernel.org/pub/scm/git/git.git)
registered for path 'git'
git-cgit (master)$ git submodule update
Cloning into '/media/Shared/home/actionmystique/src/Git/git-cgit/git'...
Submodule path 'git': checked out 'c48035d29b4e524aed3a32f0403676f0d9128863'

git-cgit (master)$ git branch -r | grep git-
git-cgit (master)$

I used those git branches to build cgit for specific git versions.
How can we do it now?

Regards.
-- 
Jean-Christophe


More information about the CGit mailing list