FreshPorts status update 2020.08.01

Dan Langille dan at langille.org
Sat Aug 1 22:06:07 UTC 2020


Hello folks,

devgit.freshports.org is processing commits from each of these repos:

* freebsd
* freebsd-doc
* freebsd-ports (both head and quarterly)

re: https://github.com/FreshPorts/git_proc_commit/issues/25


Code has migrated from devel/py-gitpython to devel/py-pygit2, which is the python interface of libgit2.

re: https://github.com/FreshPorts/git_proc_commit/issues/24


Commits on branches are not displaying correcting, but I'm sure that's a display issue, not a database issue.



Questions:

When looking at a quarterly branch check of freebsd-ports, I will want to get a list of all commits on that branch.  Perhaps this is just the GitHub UI.

Looking at https://github.com/freebsd/freebsd-ports/tree/branches/2020Q3 - it contains non MFH commits.

If you scroll back to https://github.com/freebsd/freebsd-ports/commits/branches/2020Q3?after=95dd2d77583f3af7efa834cc4ec053412a5ce791+174&branch=branches%2F2020Q3 the MFH commits eventually disappear and we are left with commits not on the branch.


I tried this:

$ git branch
* branches/2020Q3
  master
$ git log --first-parent --no-merges

But that goes back to Tue May 24 08:59:45 1994 +0000 (Hello rgrimes <rgrimes at FreeBSD.org>). I mention this only because that's the first commit.

This seems to be the best solution: git log master..HEAD

Suggestions welcome.

Thank you.

-- 
  Dan Langille
  dan at langille.org


More information about the freebsd-git mailing list