Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Aug 2020 18:05:38 -0400
From:      "Dan Langille" <dan@langille.org>
To:        git@freebsd.org
Subject:   FreshPorts status update 2020.08.01 
Message-ID:  <f91d8281-bb43-494a-a0a7-50d453c03c47@www.fastmail.com>

next in thread | raw e-mail | index | archive | help
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@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@langille.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f91d8281-bb43-494a-a0a7-50d453c03c47>