On this URL you see a list of branches that had no commits for the last 6 months:
http://git.xonotic.org/?p=xonotic/oldstuff.git;a=heads
We will, in a few weeks, delete these branches, but keep them available in this oldstuff.git repository. Nothing will be permanently deleted by this procedure.
In case you want to keep one of these branches, please merge master into it and push. You do this by the following commands in the repository affected:
Alternatively, you can add any single commit to the branch to "bump" it instead, in case merging master into it is no option.
This branch will then not be deleted.
In case you want an archived branch deleted from oldstuff.git, tell me in PM. This deletion then will be permanent.
In case a branch got deleted once because of inactivity, it can be brought back from the oldstuff.git repository. Commands to do this will be posted here once the first deletion run has been performed.
Once this cleanup has been done, download size for all our git users will be reduced by a few GB.
http://git.xonotic.org/?p=xonotic/oldstuff.git;a=heads
We will, in a few weeks, delete these branches, but keep them available in this oldstuff.git repository. Nothing will be permanently deleted by this procedure.
In case you want to keep one of these branches, please merge master into it and push. You do this by the following commands in the repository affected:
Code:
git checkout branchname
git fetch origin
# NOTE: in case of the darkplaces repository, you may instead have to merge div0-stable
git merge origin/master
git push -u origin HEAD
Alternatively, you can add any single commit to the branch to "bump" it instead, in case merging master into it is no option.
This branch will then not be deleted.
In case you want an archived branch deleted from oldstuff.git, tell me in PM. This deletion then will be permanent.
In case a branch got deleted once because of inactivity, it can be brought back from the oldstuff.git repository. Commands to do this will be posted here once the first deletion run has been performed.
Once this cleanup has been done, download size for all our git users will be reduced by a few GB.
BRLOGENSHFEGLE (core dumped)
The Bot Orchestra is back! | Xoylent Easter Egg | 5bots1piano
My music on Google Play and SoundCloud
The Bot Orchestra is back! | Xoylent Easter Egg | 5bots1piano
My music on Google Play and SoundCloud