Consider this scenario: an experimental or test branch is made and pushed to git.drupal.org. For any of various reasons, this branch is removed and it's commits were never merged in anywhere else. Eventually git gc --auto will get run and delete those commits, which is what we expect. However, all of these commits are still listed under the project page (albeit with no branch name).

Comments

eliza411’s picture

Assigned: Unassigned » sdboyer

Assigning to sdboyer to respond per our meeting today.

sdboyer’s picture

Project: Git on Drupal.org » Version Control API -- Git backend
Version: » 6.x-2.x-dev
Component: Git » Git interaction
Assigned: sdboyer » Unassigned
Priority: Minor » Normal

It'll be easier for us to take care of this once we're doing some smarter syncing that actually pays attention to the incoming push data. We're in progress on that.

marvil07’s picture