From: Issac Trotts
Make it possible to write for example
git log --format="%H,%S"
where the %S at the end is a new placeholder that prints out the ref
(tag/branch) for each commit.
Using %d might seem like an alternative but it only shows the ref for the last
commit in
On Tue, Jan 8, 2019 at 2:21 PM Junio C Hamano wrote:
>
> issac.tro...@gmail.com writes:
>
> > From: Issac Trotts
>
> Heh, I'll edit this line to match S-o-b: below.
Thanks. Otherwise I have to set up git send-email again on my work laptop.
> > Make
From: Issac Trotts
Make it possible to write for example
git log --format="%H,%S"
where the %S at the end is a new placeholder that prints out the ref
(tag/branch) for each commit.
Using %d might seem like an alternative but it only shows the ref for the last
commit in
On Thu, Jan 3, 2019 at 6:33 AM Junio C Hamano wrote:
>
> issac.tro...@gmail.com writes:
>
> > From: Issac Trotts
>
> I think you want to have
>
> From: Issac Trotts
>
> instead, so that the authorship actually matches your sign-off.
Makes sense. I
From: Issac Trotts
Make it possible to write for example
git log --format="%H,%S"
where the %S at the end is a new placeholder that prints out the ref
(tag/branch) for each commit.
Using %d might seem like an alternative but it only shows the ref for the last
commit in
From: Issac Trotts
Make it possible to write for example
git log --format="%H,%S"
where the %S at the end is a new placeholder that prints out the ref
(tag/branch) for each commit.
Using %d might seem like an alternative but it only shows the ref for the last
commit in
Hi Derrick, thanks for your feedback.
I'll send out a new patch with the changes.
On Fri, Dec 28, 2018 at 12:20 AM Derrick Stolee wrote:
>
> On 12/19/2018 3:33 AM, issac.tro...@gmail.com wrote:
> > From: Issac Trotts
> >
> > Make it possible to write for exa
Got it, sounds good.
On Sat, Dec 22, 2018 at 2:22 PM Jeff King wrote:
>
> On Thu, Dec 20, 2018 at 09:24:10PM -0800, Issac Trotts wrote:
>
> > Hi all, friendly ping. Is there still interest in merging this patch?
>
> Yes, but I think people are largely absent for holiday
Hi all, friendly ping. Is there still interest in merging this patch?
Thanks,
Issac
On Wed, Dec 19, 2018 at 12:33 AM wrote:
>
> From: Issac Trotts
>
> Make it possible to write for example
>
> git log --format="%H,%S"
>
> where the %S at the end is a n
Looks like that was a flake. Everything passes now.
https://travis-ci.org/ijt/git/builds/469843833
On Wed, Dec 19, 2018 at 12:07 AM Issac Trotts wrote:
>
> Travis showed one failure. I'm not sure if it's a flake.
> https://travis-ci.org/ijt/git/builds/469843833. Rerunning it.
From: Issac Trotts
Make it possible to write for example
git log --format="%H,%S"
where the %S at the end is a new placeholder that prints out the ref
(tag/branch) for each commit.
Using %d might seem like an alternative but it only shows the ref for the last
commit in
Travis showed one failure. I'm not sure if it's a flake.
https://travis-ci.org/ijt/git/builds/469843833. Rerunning it.
On Tue, Dec 18, 2018 at 7:47 PM Issac Trotts wrote:
>
> On Tue, Dec 18, 2018 at 9:14 AM Issac Trotts wrote:
> >
> > Hi Peff, thanks for the feedba
On Tue, Dec 18, 2018 at 9:14 AM Issac Trotts wrote:
>
> Hi Peff, thanks for the feedback. I tried a variant of the command you
> showed and it yielded a seg fault:
> ```
> [ issactrotts ~/git ] ./git diff-tree -s --pretty=tformat:'%S %H %s' HEAD
> Segmentation fault:
2018 at 7:59 AM Jeff King wrote:
>
> On Sun, Dec 16, 2018 at 10:25:14PM -0800, Issac Trotts wrote:
>
> > Make it possible to write for example
> >
> > git log --format="%H,%S"
> >
> > where the %S at the end is a new placeholder that print
Hi Junio, thanks for your feedback. I'll submit a new patch as soon as
I've addressed all the feedback.
On Mon, Dec 17, 2018 at 1:31 AM Junio C Hamano wrote:
>
> Issac Trotts writes:
>
> > Make it possible to write for example
> >
> > git log --forma
Make it possible to write for example
git log --format="%H,%S"
where the %S at the end is a new placeholder that prints out the ref
(tag/branch) for each commit.
Using %d might seem like an alternative but it only shows the ref for
the last commit in the branch.
This change is based on
16 matches
Mail list logo