From: Christopher Li <sparse@chrisli.org>
To: Bernd Petrovitsch <bernd@sysprog.at>
Cc: linux-sparse@vger.kernel.org
Subject: Re: [PATCH] Fixup and cleanup of the modifier_string() function
Date: Wed, 15 Sep 2010 15:52:58 -0700 [thread overview]
Message-ID: <AANLkTi==qDaoGs41HL_v0Mi59ubjux5EQeRMALcG582+@mail.gmail.com> (raw)
In-Reply-To: <1284475043.6699.152.camel@thorin>
On Tue, Sep 14, 2010 at 7:37 AM, Bernd Petrovitsch <bernd@sysprog.at> wrote:
> They were against git://git.kernel.org/pub/scm/devel/sparse/sparse.git
> which is listed on https://sparse.wiki.kernel.org/index.php/Main_Page.
> But your patch doesn't apply against it. And it doesn't apply against
> git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git - which
> looks at the first glance identical to the above.
>
I think there is some thing wrong in your git setup. May be you did not
checkout the right branch? You can always visit the web link to see
if that match your local "git log".
http://git.kernel.org/?p=devel/sparse/chrisl/sparse.git;a=summary
> I found http://marc.info/?l=linux-sparse&m=126634898432123 but there is
> no "chrisl" branch - at least not in the output of `git branch -a`.
> What I'm doing wrong?
Have your try to clone a clean repository in a new directory?
git clone git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
That should give you a clean local copy of "chrisl" repository.
There is a better way to deal with remote branch in one git repository.
If you add those to your .git/config:
[remote "chrisl"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
[branch "chrisl"]
remote = chrisl
merge = refs/heads/master
You should be able to do:
git fetch chrisl
git checkout chrisl
To get the chrisl branch.
> Signed-off-by: Bernd Petrovitsch <bernd@sysprog.at>
Thanks. The change is pushed.
Chris
prev parent reply other threads:[~2010-09-15 22:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-20 10:33 modifier_string() inconsistency with modifiers Bernd Petrovitsch
2010-08-20 23:03 ` Christopher Li
2010-08-22 8:42 ` Bernd Petrovitsch
2010-08-22 17:25 ` Christopher Li
2010-08-23 14:42 ` [PATCH] Fixup and cleanup of the modifier_string() function (was Re: modifier_string() inconsistency with modifiers) Bernd Petrovitsch
2010-09-03 9:13 ` Christopher Li
2010-09-14 14:37 ` [PATCH] Fixup and cleanup of the modifier_string() function Bernd Petrovitsch
2010-09-15 22:52 ` Christopher Li [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='AANLkTi==qDaoGs41HL_v0Mi59ubjux5EQeRMALcG582+@mail.gmail.com' \
--to=sparse@chrisli.org \
--cc=bernd@sysprog.at \
--cc=linux-sparse@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;
as well as URLs for NNTP newsgroup(s).