Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2020 09:18:51 -0700
From:      Sean Chittenden <sean@chittenden.org>
To:        Ed Maste <emaste@freebsd.org>
Cc:        Dan Langille <dan@langille.org>, git@freebsd.org
Subject:   Re: Links to individual file diffs
Message-ID:  <CAHevUJH8yhLW5XJPThpZ_Hm-gXHmWiuJv_%2B2W2y3XXgNujjc_A@mail.gmail.com>
In-Reply-To: <CAPyFy2Az4m5vGTMrR4nsdHTBYT%2BFY6AitRj7P%2BdEWU7FLVayZQ@mail.gmail.com>
References:  <100a7eb6-a51c-43e0-8c64-e0ecadfd1f74@www.fastmail.com> <CAPyFy2B=T6_fx-rr5%2BFnywjS0LgM=8WNAYcnfKcMYgVw4SmkUA@mail.gmail.com> <fa99372d-c6bb-41e7-879a-b7c1d4dc6700@www.fastmail.com> <CAPyFy2Az4m5vGTMrR4nsdHTBYT%2BFY6AitRj7P%2BdEWU7FLVayZQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
You have to come about it differently because git isn't file-based.  You
can look at the history of a file and then look at the changes for the file
in the commit:

1.
https://github.com/freebsd/freebsd-ports/commits/master/sysutils/goaccess/Makefile
2.
https://github.com/freebsd/freebsd-ports/commit/0957c7db9bf1fc4313cdefdcdc2608a0c965dda7#diff-cf13a8dcc2f5626915fc9214b89955c1

It's also possible to see a file at a particular commit:

https://github.com/freebsd/freebsd-ports/blob/8a8992fed482070b218c1d02b5425603ba4fa007/sysutils/goaccess/Makefile

but that doesn't show you the diff between that rev and the previous commit.

The exact feature you want, however, is not implemented from what I can
tell:

https://github.com/desktop/desktop/issues/6757

Finding the file in a commit is probably as good as it's going to get,
however.  -sc


On Sun, Jul 12, 2020 at 4:18 PM Ed Maste <emaste@freebsd.org> wrote:

> On Sun, 12 Jul 2020 at 19:08, Dan Langille <dan@langille.org> wrote:
> >
> > Github doesn't translate that one:
> >
> >
> https://github.com/freebsd/freebsd-ports/diff/sysutils/goaccess/Makefile?id=0957c7db9bf1fc4313cdefdcdc2608a0c965dda7
>
> I do not know how to get similar output from GitHub, or even if it's
> possible.
> _______________________________________________
> freebsd-git@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-git
> To unsubscribe, send any mail to "freebsd-git-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHevUJH8yhLW5XJPThpZ_Hm-gXHmWiuJv_%2B2W2y3XXgNujjc_A>