On 18/11/2007, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > I use Stacked GIT 0.13 with git 1.5.3.5 (and Python 2.4.3). > StGIT does recognize old StGIT branches (and converts them), > but "stg branch -l" list only one branch. I guess that is > cause by the fact that all the rest of branches are packed. Have you tried the latest StGIT snapshot. We added support for this and it will be available in 0.14 (to be released pretty soon). > Another StGIT question: how to check if given branch is controlled > by StGIT (needed for my bash prompt)? 'stg branch -l' lists the branches and marks those controlled by StGIT. For a simple test, just use a command which would fail on non-stgit branches (stg id base). Yet another way is to check for the presence of '.git/patches/<branch>'. -- Catalin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html