[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] Moral rights: credits
From: |
ng0 |
Subject: |
Re: [GNUnet-developers] Moral rights: credits |
Date: |
Tue, 8 Oct 2019 10:23:22 +0000 |
Marcos Marado transcribed 1.3K bytes:
> Hi,
>
> On Tue, Oct 8, 2019 at 10:42 AM ng0 <address@hidden> wrote:
> >
> > > > Naturally, this is not about removing (all) credit: we would still have
> > > > both the top-level AUTHORS file and the attribution via the Git history.
> >
> > Which is in the 0.10.x series timecapsule for GNUnet, and no one has
> > stepped up to make an major update to it.
> >
> >
> > It requires quiet a lot of piping and stepping through commits, but
> > it's possible to get all committers of a file through git itself.
> > git alone can't easily tell you the answer to "who contributed to this
> > file from day 0?".
>
> FYI, this will give you all the authors for a particular file:
> git log --format='%an' filename|sort -u
>
> Add --since="YYYY-MM-DD" to the git command if you want only commits
> since a certain date.
Thanks for your feedback.
I already know this command and it does not consider when a
file was (im)properly renamed or moved, we have quiet a lot of those
renames and moves in GNUnet. history just starts when the file was
first seen in its current form.
I might know more when I'm recovered.
Cheers
> Best regards,
> --
> Marcos Marado
>
> _______________________________________________
> GNUnet-developers mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnunet-developers