From: Wolfgang Denk <wd@denx.de>
To: git@vger.kernel.org
Subject: (cogito) Branch offf from older commit?
Date: Sun, 14 Aug 2005 17:50:05 +0200 [thread overview]
Message-ID: <20050814155005.6492A353BBF@atlas.denx.de> (raw)
Is there (in cogito) a way to start a branch off from an older
commit?
Assume I receive a patch whichis based on an old version which I want
to test first (and resolve problems) in a separate branch.
This was what I tried:
* Clone main repo:
-> cg-clone /git/u-boot u-boot-testing
* Identify wanted branch point and seek to it:
-> cd u-boot-testing
-> cg-seek 024447b186cca55c2d803ab96b4c8f8674363b86
* Apply patch
Now how to proceed?
I can add new files created by the patch using "cg-add", but
cg-status says "Changes recording BLOCKED: seeked from master", and
cg-commit says "committing blocked: seeked from master", too.
However, when I now seek back I get this:
-> cg-seek
Warning: uncommitted local changes, trying to bring them along
which then results in a couple of conflicts which are probably to be
expected.
So I tried this (after throwing away and re-creating my cloned repo):
* Uncommit the commit following the one I want to keep:
-> cg-admin-uncommit 342717f72a2f92a14b9c823546e5bcec244f8bf4
-> cg-reset
* cg-status reports a couple of unknown files (those added later to
the tree); I manually removed these
* Apply patch
* Check in modifications
* Clone another tree
-> cg-clone /git/u-boot u-boot-test-merge
-> cd u-boot-test-merge
* Create branch for the stuff to be tested
-> cg-branch-add testing-NAND /work/u-boot-testing
* Pull and merge:
-> cg-pull testing-NAND
-> cg-merge testing-NAND
This works as intended, but seems to be a bit circuitous to me; I
think this is probably a pretty common situation and there might be a
simpler approach which I am missing?
[If possible I'd like to use cogito only, but if there is a clever
way to do this using git-core commands I'm interested, too.]
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
The price of curiosity is a terminal experience.
- Terry Pratchett, _The Dark Side of the Sun_
next reply other threads:[~2005-08-14 15:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-14 15:50 Wolfgang Denk [this message]
2005-08-14 17:03 ` (cogito) Branch offf from older commit? Linus Torvalds
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=20050814155005.6492A353BBF@atlas.denx.de \
--to=wd@denx.de \
--cc=git@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox