Re: pgsql: git_topo_order script, to match up commits across branches. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: git_topo_order script, to match up commits across branches.
Date
Msg-id 23645.1285356765@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: git_topo_order script, to match up commits across branches.  (Robert Haas <rhaas@postgresql.org>)
Responses Re: pgsql: git_topo_order script, to match up commits across branches.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-committers
Robert Haas <rhaas@postgresql.org> writes:
> git_topo_order script, to match up commits across branches.
> This script is intended to substitute for cvs2cl in generating release
> notes and scrutinizing what got back-patched to which branches.

BTW ... I don't especially care for the name you picked for this script.
The fact that it does a topological sort is an implementation detail
that its users couldn't care less about, especially since that doesn't
matter except for corner cases.  How about "collate_git_log" or
something along that line?

            regards, tom lane

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: In levenshtein_internal(), describe algorithm a bit more clearly
Next
From: Robert Haas
Date:
Subject: Re: pgsql: git_topo_order script, to match up commits across branches.