* [U-Boot-Users] FYI, updated CustodianGitTrees page
@ 2008-05-10 13:59 Jerry Van Baren
2008-05-11 7:29 ` Michal Simek
0 siblings, 1 reply; 2+ messages in thread
From: Jerry Van Baren @ 2008-05-10 13:59 UTC (permalink / raw)
To: u-boot
<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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] FYI, updated CustodianGitTrees page
2008-05-10 13:59 [U-Boot-Users] FYI, updated CustodianGitTrees page Jerry Van Baren
@ 2008-05-11 7:29 ` Michal Simek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2008-05-11 7:29 UTC (permalink / raw)
To: u-boot
Hi Jerry,
I found NIOS2-5_0_0 branch. I think we can kill off this too.
Michal Simek
> <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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-11 7:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-10 13:59 [U-Boot-Users] FYI, updated CustodianGitTrees page Jerry Van Baren
2008-05-11 7:29 ` Michal Simek
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.