From: Andy Shevchenko <andy.shevchenko@gmail.com>
To: "brian m. carlson" <sandals@crustytoothpaste.net>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
git@vger.kernel.org, Andy Shevchenko <andy.shevchenko@gmail.com>
Subject: Re: subtle bug in git-am
Date: Wed, 8 Apr 2020 12:29:43 +0300 [thread overview]
Message-ID: <CAHp75Vfuuth05wn-0x_AZa_LFSmQMHB6LGM5b4KNMoaxce1S-g@mail.gmail.com> (raw)
In-Reply-To: <20200408011830.GA6549@camp.crustytoothpaste.net>
On Wed, Apr 8, 2020 at 4:19 AM brian m. carlson
<sandals@crustytoothpaste.net> wrote:
>
> On 2020-04-07 at 18:48:23, Andy Shevchenko wrote:
> > Hi!
> >
> > What I would like to do is to apply patch from one repository to another with
> > same files but *different directory structure*.
> >
> > When I try to change directory in the target repo to the folder of files, I run
> > git-am -p5 my_cool_patch.patch.
> >
> > Instead of the expected result (files and their contents is the same!) I got
> > fileXXX is not in index.
> >
> > So, I think this is a bug, because -p<n> use in git-am makes little to no sense
> > without above feature.
>
> So if I understand correctly, you're expecting git am to apply relative
> to the current directory in the repository. I have also expected that
> behavior in the past, and found it surprising when it did not.
>
> What git am does is apply relative to the root of the repository. If
> you'd instead like to apply to a specific subdirectory of the
> repository, you can use the --directory option to specify to which
> directory your patch should apply.
>
> This is the behavior of git apply, which underpins git am. However,
> outside of a repository, it _does_ apply relative to the current
> directory, since there's no repository root to consider. I, at least,
> found this confusing, but that's how it works.
Thank you for the prompt reply with useful information. I will try it
whenever I will need similar flow again.
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2020-04-08 9:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-07 18:48 subtle bug in git-am Andy Shevchenko
2020-04-08 1:18 ` brian m. carlson
2020-04-08 9:29 ` Andy Shevchenko [this message]
2020-04-30 14:26 ` Andy Shevchenko
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=CAHp75Vfuuth05wn-0x_AZa_LFSmQMHB6LGM5b4KNMoaxce1S-g@mail.gmail.com \
--to=andy.shevchenko@gmail.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=git@vger.kernel.org \
--cc=sandals@crustytoothpaste.net \
/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).