All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Update on the u-boot-fdt repo status
Date: Thu, 05 Jul 2007 20:10:05 -0400	[thread overview]
Message-ID: <468D885D.2050807@gmail.com> (raw)
In-Reply-To: <20070705011811.GH21474@cideas.com>

Jerry Van Baren wrote:
> Hi all,
> 
> I have updated the "fdt" branch of the u-boot-fdt repository with a
> reworked set of previously published patches plus a small improvement
> (adding a "fdt boardsetup" command).
> 
> I am republishing the full set of patches because (a) I did some
> reorganization, making it confusing to try to cherry-pick the unchanged
> old patches and (b) its been a while since the old set was published.
> 
> Best regards,
> gvb 

A word of warning, I had previously pushed the first pass of these 
u-boot-fdt changes to the "master" branch.  This was a mistake IMHO, so 
I ended up resetting my u-boot-fdt master branch back to before I made 
the changes and moved the New Improved[tm] patches into the "fdt" branch.

I ended up having to force a pull from the master u-boot tree on my 
"master" branch to recover.  I've pushed the resynchronized u-boot-fdt 
"master" branch back to denx.de, so I believe everything is clean again.

If you've cloned the u-boot-fdt tree prior to tonight, approximately 
23:00 GMT? 2007-07-05, you may have to do a -f force on a git pull or 
simply re-clone the u-boot-fdt repo.

My apologies if this causes you grief.

FWIIW, my current best custodian repo technique is:
* Do my work in a different branch than "master" ("fdt" in my case)
* Keep the "master" branch in sync with u-boot-fdt by pulling it.
     $ git pull git://www.denx.de/git/u-boot.git
* Rebase my working branch to the "master" to move my changes "after"
     the "master" branch (which should alway reflects The Master Repo)
     This should allow Wolfgang to pull the branch without having any
     merge conflicts because the custodian will have seen and fixed
     them already.
     $ git rebase master

The proof in the pudding will be when Wolfgang pulls the changes into 
The Master Repo...

gvb

      reply	other threads:[~2007-07-06  0:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-05  1:18 [U-Boot-Users] [PATCH 0/17] New-old set of patches for the u-boot-fdt repository Jerry Van Baren
2007-07-06  0:10 ` Jerry Van Baren [this message]

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=468D885D.2050807@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.