From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] FYI, updated CustodianGitTrees page
Date: Sat, 10 May 2008 09:59:35 -0400 [thread overview]
Message-ID: <4825AA47.8070507@gmail.com> (raw)
<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://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-<subrepo>" so people cutting and pasting get a better
hint if they forget to fix the login name.
Best regards,
gvb
next reply other threads:[~2008-05-10 13:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-10 13:59 Jerry Van Baren [this message]
2008-05-11 7:29 ` [U-Boot-Users] FYI, updated CustodianGitTrees page Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4825AA47.8070507@gmail.com \
--to=gvb.uboot@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.