Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2020 11:29:56 +0000
From:      Tom Hukins <tom@FreeBSD.org>
To:        Dan Langille <dan@langille.org>
Cc:        freebsd-git@freebsd.org
Subject:   Re: Monitoring commits on all branches
Message-ID:  <20201120112955.GO24999@eborcom.com>
In-Reply-To: <BE9B078D-633B-4340-9A79-03B0FA60C431@langille.org>
References:  <197541CC-FEA7-4B4C-936E-66A5625BB64C@langille.org> <3c9f6285-ae7c-1062-2dd3-42f8c953a230@gmail.com> <BE9B078D-633B-4340-9A79-03B0FA60C431@langille.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 19, 2020 at 02:00:36PM -0500, Dan Langille wrote:
> Mathieu mentioned: git log $foo_hash...branch_name
> 
> That was the first time I've seen that used. All previous suggestions were HEAD, not branch_name. But they are all the same in this context?

As already mentioned, it depends.  I found the documentation for
"Specifying Revisions" in `git help rev-parse` helpful when I was new to
git:
https://git-scm.com/docs/git-rev-parse#_specifying_revisions

Tom



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