Hi, I've continued my work[1] to add patch tracking and candidate review capability to git. git-candidate now has a more git-like user interface, so remote candidates can now be specified in a similar way to remote refs (e.g. origin/candidate) as well as various other improvements, such as versioned metadata. [1]: http://www.mail-archive.com/git%40vger.kernel.org/msg79461.html Richard Ipsum (2): contrib: Add git-candidate subcommand contrib/git-candidate: Add README contrib/git-candidate/GitUtils.pm | 207 +++ contrib/git-candidate/README.md | 154 ++ contrib/git-candidate/git-candidate.perl | 2541 ++++++++++++++++++++++++++++++ 3 files changed, 2902 insertions(+) create mode 100644 contrib/git-candidate/GitUtils.pm create mode 100644 contrib/git-candidate/README.md create mode 100755 contrib/git-candidate/git-candidate.perl -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html