Subject: Have I deleted some branches from Git master?
From: Robert Dodier
Date: Tue, 7 May 2013 01:38:17 +0000 (UTC)
On 2013-05-06, James Cloos <cloos at jhcloos.com> wrote:
> W/o having to spend the bandwidth to re-clone the repo, if one goes to
> sf.net/projects/maxima, hits Git and then Code, one sees a list of all
> of the branches in the repo at sf.
> The current branches are:
>
> branch-5_25
> branch-5_26
> branch-5_27
> branch-5_28
> branch-5_29
> branch-5_30
> laplace-hstep-branch
> master
> multiple-texinfo-dirs-branch
> parse-info
From what does sf.net generate that list? It is different from the list
shown by git ls-remote, which does not show any 5.29 or 5.30 branches or
tags, nor parse-info, nor laplace-hstep-branch. Same with
git branch --list --remote.
I thought that there was a branched named bs2 or something like that,
but it doesn't appear on the web page nor in the output of git ls-remote
and git branch --list --remote. Maybe it was deleted? or is there still
another way to find branches?
Thanks for any info --
Robert Dodier