From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 10 May 2008 09:59:35 -0400 Subject: [U-Boot-Users] FYI, updated CustodianGitTrees page Message-ID: <4825AA47.8070507@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The major change was adding a "maintenance" bullet to the list and add a tip on how to remove unnecessary branch labels from the remote repository. We (custodians) inherited some branches from a while ago and I wanted to clean up the unused branches, had to figure out how. Hint of you want to do the same cleanup on your repositories: # show all branches: git branch -a # kill off the obsolete ones: git push ssh://gu-fdt at git.denx.de/u-boot-fdt.git :heads/dzu at denx.de git push ssh://gu-fdt at git.denx.de/u-boot-fdt.git :heads/wd at denx.de git push ssh://gu-fdt at git.denx.de/u-boot-fdt.git :heads/testing-4xx_enet git push ssh://gu-fdt at git.denx.de/u-boot-fdt.git :heads/testing-NAND git push ssh://gu-fdt at git.denx.de/u-boot-fdt.git :heads/testing-USB While I was in the page, I also changed all the "git+ssh" to "ssh" - unless I'm grossly confused, newer git versions no longer need to use the "git+" hack. I also changed the "gu-fdt" ssh user names to the generic form "git-" so people cutting and pasting get a better hint if they forget to fix the login name. Best regards, gvb