git_topo_order script, to match up commits across branches.
authorRobert Haas <rhaas@postgresql.org>
Tue, 21 Sep 2010 04:18:20 +0000 (00:18 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 21 Sep 2010 10:58:42 +0000 (06:58 -0400)
commit1b984d43e54a969da26277d913a41ffd5ccfc1e8
tree39b4f5f0d470c04f6d9460f40f96490eb4fe9689
parent397761827aa3a3ac95b8a60dd21900f7bae88f05
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.

Script by me.  Support for --since by Alex Hunsaker.
src/tools/git_topo_order [new file with mode: 0755]