<http://www.denx.de/wiki/rdiff/UBoot/CustodianGitTrees?rev2=1.29&rev1=1.30>
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://[EMAIL PROTECTED]/u-boot-fdt.git :heads/[EMAIL PROTECTED] git push ssh://[EMAIL PROTECTED]/u-boot-fdt.git :heads/[EMAIL PROTECTED] git push ssh://[EMAIL PROTECTED]/u-boot-fdt.git :heads/testing-4xx_enet git push ssh://[EMAIL PROTECTED]/u-boot-fdt.git :heads/testing-NAND git push ssh://[EMAIL PROTECTED]/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-<subrepo>" so people cutting and pasting get a better hint if they forget to fix the login name. Best regards, gvb ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
