[pkg-go] Bug#827697: Bug#827697: golang-github-shirou-gopsutil: Please update to latest release

Ian Campbell ijc at debian.org
Fri Jun 24 06:35:12 UTC 2016


On Fri, 2016-06-24 at 02:11 +0100, Martín Ferrari wrote:
> On 23/06/16 22:11, Dmitry Smirnov wrote:
> > On Friday, 24 June 2016 8:28:17 AM AEST Michael Hudson-Doyle wrote:
> >> Isolating the packaging changes is hardly difficult:
> >> https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-shirou-gopsut
> >> il.git/log/debian
>> > Cool that you can do it so easy in cgit. How about Gitg for a change?
> > I don't usually inspect commits using web interface to git...
> 
> Actually, the link he posted is equivalent to doing "git log debian/",
> which is also what I do to filter upstream commits for
> contributors.debian.org

You can also do "git log --not upstream/master" (or whichever branch
you like) and it will omit commits which are present on the named
branch.

I'm pretty sure gitk obeys this too, not sure about gitg but this
functionality ultimately comes from "git rev-list" which I suppose most
tools like this use (except perhaps the web based ones don't expose it
so fully).

Ian.



More information about the Pkg-go-maintainers mailing list