Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2020 09:44:17 +0200
From:      Adriaan de Groot <adridg@freebsd.org>
To:        freebsd-git@freebsd.org
Subject:   Re: FreshPorts & src commits to branches
Message-ID:  <3430278.PbzQmE3shN@beastie.bionicmutton.org>
In-Reply-To: <c984cba1-76cb-41a1-87d5-ea8672c9cb2f@www.fastmail.com>
References:  <c984cba1-76cb-41a1-87d5-ea8672c9cb2f@www.fastmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart3214470.i0SyIzU0eP
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="utf-8"

On Tuesday, 18 August 2020 03:19:26 CEST Dan Langille wrote:
> I am quickly realizing that in order for FreshPorts to track src commits it
> needs to query every branch. There does not seem to be any other way to
> know that a commit ocurred on stable/12 without a checkout of stable/12

If you have the full repo (e.g. a normal clone) then you might be able to use 
something along this line:

git log --branches --since 2020-08-16 --source --raw | grep ^commit

(the important bit is --branches to include all of them, and --source to 
include the source). I don't have a FreeBSD repo at hand, but my work-repo 
(which currently has some other branch checked out) gives me this kind of 
output:

commit 36cefe3be10c707a2cdfaedd14fddee5cda31f50 hotfix-3.2.28.2
commit eb44d0c6be18c1ced99d5a8c1b1a6a1a0e653be2 hotfix-3.2.28.2
commit 24efce0c1d5601a77ad2b919cf0cf387231add76 calamares
commit 5db4195b7e3e507a34f84e041b15a4aa86ed32da hotfix-3.2.28.2
commit 34946ecdee90584caf255fcca732c021e1dc1832 hotfix-3.2.28.2
commit 1a7b2668dc1e341b493990b99e9a0cc4530d32cd hotfix-3.2.28.2

This gives me branches for each commit hash in the given range. The branches 
you see mentioned here diverged before the date range given. I can't say 
anything about performance, here -- my little test repo only has ~8000 commits 
going back six years.

(Turning this command-line into a collection of libgit calls is left as an 
exercise for the reader)

[ade]


--nextPart3214470.i0SyIzU0eP
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part.
Content-Transfer-Encoding: 7Bit

-----BEGIN PGP SIGNATURE-----

iQGzBAABCAAdFiEEhrjttu2OP5apuuy1z93JbxKxkVwFAl87htEACgkQz93JbxKx
kVy9Twv/T9E4ML2kx2hd081U1ZE6g9xpKMuBd/ufTN22eZhNc4FujjQ0odrr5qy3
XHpkdh7I3eN24koyWuEqvNuHf2JqqPFydBAFetttJ7LvMJ285G6aU9BF5sq3dAjw
aH7L8W9F94jQr2Ri9eLhR1SlULQaVzS/iw1shI6EzhLtzsqTn6XVib23T0LbU2V+
RAeab7VZF1tmZQ2v9ymq6JHdxLWN+GctIfAYBZwWvX5rXJ4tYvumHaZHZwG+u9Q8
H+PmhgN3QoTk6LIavwBC1JwauxGPRlJIp7azZlaqt2pnOrkBv/hDwqZ+f/EiQN+R
dsAS1KYlZBhd3RQd+COf7kqgqMw/RrIvDzOLal2TFG4y9R6Uq7GpgOdFN4AhW4jE
sMePECsWcOLLhWmKZ1EFv3iL+N7fJ9o43QB00jtIr4ewJXh9KArH1JBykFcTJE3s
LnxQ9LQgvXiNe7/r3Xo9utO4RBBRS1Hb5icdA+nSevFXqHhs48AOfDPAcmPxI24s
fUOIqRGe
=MKKb
-----END PGP SIGNATURE-----

--nextPart3214470.i0SyIzU0eP--






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3430278.PbzQmE3shN>