On 15-02-19, 08:09, Elijah Newren wrote:
> Hi Viresh,
>
> On Thu, Feb 14, 2019 at 10:40 PM Viresh Kumar wrote:
> >
> > On 14-02-19, 13:23, Elijah Newren wrote:
> > > I think you're getting tripped up by double-dot vs triple-dot with
> > > diff being di
On 14-02-19, 13:23, Elijah Newren wrote:
> I think you're getting tripped up by double-dot vs triple-dot with
> diff being different than log:
>
> `git diff D..E` means the same thing as `git diff D E`, i.e. diff the
> two commits D and E.
Right, so both the branches have at least until rc2 (thou
Hello,
I am not sure if it is a bug or not, but the output I got wasn't what
I was looking for. And so looking for some help. I was looking to send
pull request [1] to PM maintainer and was generating the request
against his tree [2], which already has kernel upto v5.0-rc6 merged in
it.
These are
On 10-11-17, 10:00, Stefan Beller wrote:
> Well it is the same project with different upstream workflows.
> For example I would imagine that Viresh wants to cherry-pick
> from one branch to another, or even send the same patch
> (just with different commit messages, with or without the
> ChangeId)
On 09-11-17, 11:14, Stefan Beller wrote:
> The proposed approach above might be hacky but sounds as if
> it should work?
Yeah its hacky for sure, but it solved my problem. Thanks for your
help Stefan :)
--
viresh
Hi,
I have a typical use case, where I am using the same
repository for both Android and Linux kernel branches.
Android needs us to keep a special hook "commit-msg"
which adds a "Change-Id" to every commit we create.
While this works fine with Android, the behavior doesn't change
by simply chang
On 13-06-17, 10:23, Junio C Hamano wrote:
> Viresh Kumar writes:
>
> >> Going back to the core part of your change, i.e.
> >>
> >> - foreach my $entry (qw (cccmd cc author self sob body bodycc)) {
> >> + foreach my $entry (qw (tocmd cccmd cc author se
On 12-06-17, 11:04, Junio C Hamano wrote:
> Junio C Hamano writes:
>
> > Viresh Kumar writes:
> >
> >> On 18-05-17, 17:05, Viresh Kumar wrote:
> >>> This adds tocmd option to suppress-cc command which already supports
> >>> cccmd a
On 18-05-17, 17:05, Viresh Kumar wrote:
> This adds tocmd option to suppress-cc command which already supports
> cccmd and others.
>
> Signed-off-by: Viresh Kumar
> ---
> Documentation/git-send-email.txt | 1 +
> git-send-email.perl | 8
> 2 fil
This adds tocmd option to suppress-cc command which already supports
cccmd and others.
Signed-off-by: Viresh Kumar
---
Documentation/git-send-email.txt | 1 +
git-send-email.perl | 8
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Documentation/git-send
On 10 May 2017 at 12:53, Viresh Kumar wrote:
> Hi,
>
> I have a use case and wanted help from you guys..
>
> I have set the sendemail.tocmd option in my kernel's .git/config
> file and that works very well. But sometimes I want to avoid that
> (for example sending the pa
On 10-05-17, 16:04, Viresh Kumar wrote:
> On 10-05-17, 12:18, Ævar Arnfjörð Bjarmason wrote:
> > On Wed, May 10, 2017 at 9:23 AM, Viresh Kumar
> > wrote:
> > > Hi,
> > >
> > > I have a use case and wanted help from you guys..
> > >
> > &g
On 10 May 2017 at 12:59, Viresh Kumar wrote:
> On 10 May 2017 at 12:53, Viresh Kumar wrote:
>> Hi,
>>
>> I have a use case and wanted help from you guys..
>>
>> I have set the sendemail.tocmd option in my kernel's .git/config
>> file and that works v
On 10-05-17, 12:18, Ævar Arnfjörð Bjarmason wrote:
> On Wed, May 10, 2017 at 9:23 AM, Viresh Kumar wrote:
> > Hi,
> >
> > I have a use case and wanted help from you guys..
> >
> > I have set the sendemail.tocmd option in my kernel's .git/config
> > fi
On 10 May 2017 at 12:53, Viresh Kumar wrote:
> Hi,
>
> I have a use case and wanted help from you guys..
>
> I have set the sendemail.tocmd option in my kernel's .git/config
> file and that works very well. But sometimes I want to avoid that
> (for example sending the pa
Hi,
I have a use case and wanted help from you guys..
I have set the sendemail.tocmd option in my kernel's .git/config
file and that works very well. But sometimes I want to avoid that
(for example sending the patch to someone without the list and
maintainers).
The suppress-cc=all option works q
On 15-02-16, 02:06, Junio C Hamano wrote:
> Viresh Kumar writes:
>
> > linux...@vger.kernel.org) (open list:OPERATING PERFORMANCE POINTS
> > (OPP),
>
> Hmm
>
> http://lists.kernelnewbies.org/pipermail/kernelnewbies/2014-July/011343.html
>
> comes to mind.
: Viresh Kumar
M: Nishanth Menon
M: Stephen Boyd
L: linux...@vger.kernel.org
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
F: drivers/base/power/opp/
F: include/linux/pm_opp.h
F: Documentation/power/opp.txt
F
On 30 November 2012 16:49, Max Horn wrote:
> I don't see how wrong case is different from any other form of misspelling.
> And mailmap is there precisely to handle such problems. Now, if these case
> issues were for some reasons very frequent, it might be worth adding
> dedicated support for it
On 30 November 2012 09:03, Nicolas Pitre wrote:
> Have a look at the .mailmap file in the top directory of your repo.
Repeating what i said to David in other mail:
I have my name there :)
I thought using names with different case is actually different then misspelling
it. And so, everybody mus
On 30 November 2012 08:54, David Aguilar wrote:
> There's a feature that does exactly this.
>
> http://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html
>
> See the section called "Mapping Authors".
> It discusses the .mailmap file.
I have my name there :)
I thought using names with dif
Hi Junio and others,
I have a query. git shortlog lists the patches submitted per commiter, like:
> Viresh Kumar (7):
> cpufreq: Improve debug prints
> cpufreq: return early from __cpufreq_driver_getavg()
> cpufreq: governors: remove redundant code
> cpuf
22 matches
Mail list logo