Jeff King writes:
> But I also buy the argument that contrib/ is simply a hassle. This
> script can live in its own repository somewhere, and handle
> announcements and patches on the list.
I think the output of this script is largely personal preference,
which can be made to a project preferenc
On Thu, Sep 29, 2016 at 10:38:14AM -0700, Junio C Hamano wrote:
> > I have no problem taking this in contrib or whatever, until a point when
> > Git is capable of doing the same thing itself. I just hoped to trick you
> > into working on Git. :)
>
> I thought we stopped adding random things to co
Jeff King writes:
>> Those patches are missing some of the features like showing root commits,
>> handling two letter initials, showing the weekday, inserting a break where
>> needed to avoid parent-child confusion in graph output and properly handling
>> Duy's initials. :)
>
> I'm not too surpri
On Thu, Sep 29, 2016 at 04:00:06AM -0700, Kyle J. McKay wrote:
> > Each of those commits[1] needs some minor polish, and as I'm not really
> > that interested in fancy log output myself, I don't plan on working on
> > them further. I was mostly curious just how close we were. But if you'd
> > like
On Sep 29, 2016, at 01:33, Jeff King wrote:
On Wed, Sep 28, 2016 at 10:34:51PM -0700, Kyle J. McKay wrote:
git log-times --graph --date-order --decorate --no-merges -n 5 v2.5.3
=== 2015-09-17 ===
* ee6ad5f4 12:16 jch (tag: v2.5.3) Git 2.5.3
=== 2015-09-09 ===
* b9d66899 14:22 js am -
On Wed, Sep 28, 2016 at 10:34:51PM -0700, Kyle J. McKay wrote:
> git log-times --graph --date-order --decorate --no-merges -n 5 v2.5.3
>
> === 2015-09-17 ===
> * ee6ad5f4 12:16 jch (tag: v2.5.3) Git 2.5.3
> === 2015-09-09 ===
> * b9d66899 14:22 js am --skip/--abort: merge HEAD/ORIG_H
Simple example output from the Git repository:
git log-times --graph --date-order --decorate --no-merges -n 5 v2.5.3
=== 2015-09-17 ===
* ee6ad5f4 12:16 jch (tag: v2.5.3) Git 2.5.3
=== 2015-09-09 ===
* b9d66899 14:22 js am --skip/--abort: merge HEAD/ORIG_HEAD tree into index
| ==
7 matches
Mail list logo