On Mon, Jul 27, 2015 at 5:18 PM, Duy Nguyen <pclo...@gmail.com> wrote:
> On Mon, Jul 27, 2015 at 2:39 PM, Jacob Keller <jacob.kel...@gmail.com> wrote:
>> On Sun, Jul 26, 2015 at 5:39 PM, Duy Nguyen <pclo...@gmail.com> wrote:
>>> On Sun, Jul 26, 2015 at 11:08 AM, Eric Sunshine <sunsh...@sunshineco.com> 
>>> wrote:
>>>> You can generate an interdiff with "git diff branchname-v4
>>>> branchname-v5", for instance.
>>>
>>> Off topic. But what stops me from doing this often is it creates a big
>>> mess in "git tag -l". Do we have an option to hide away some
>>> "insignificant:" tags? reflog might be an option if we have something
>>> like foo@{/v2} to quickly retrieve the reflog entry whose message
>>> contains "v2".
> ...
>
> But maybe we're abusing reflog..

Actually a good place for this stuff is "git branch
--edit-description". A lot of manual steps to save old refs, do
inter-diff.. but it's probably good enough.
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to