<div dir="ltr"><div>Hi!<br></div><div><br></div><div>We implemented an additional feature for git-remote-gcrypt. The attached patch adds the (optional) functionality of maintaining a commit history in the commit message.</div><div><br></div><div>The history consists of a linked list of the commits to the encrypted repository including the list of participants after that commit. Format of the history:<br></div>pointer:<id_last> <id_pub_key1> ... <id_pub_keyn><br><timestamp> <user> commit:<id_last> pointer:<id_last-1> <id_pub_key1> ... <id_pub_keyn><br><timestamp> <user> commit:<id_last-1> pointer:<id_last-2> <id_pub_key1> ... <id_pub_keyn><br>...<br><timestamp> <user> commit:<id_first+1> pointer:2217d28 <id_pub_key1> ... <id_pub_keyn><br>2012-12-31 19:00:01 -0400 root commit:2217d28<br><br>The patch also includes a bats test suite.<br>The test suite is focused on the added functionality.<br><br>Furthermore it adds information to the README about the additional functionality<br><div>and other things that were unclear to us.<br></div><div><br></div><div>Regards,</div><div>Tobias Birchler<br></div><br></div>