From: Christian Hesse Date: Sun, 4 Sep 2016 10:38:18 +0000 (+0200) Subject: git: update to v2.10.0 X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/11695a58fd732689be486edf88d145578a787c89?hp=11695a58fd732689be486edf88d145578a787c89 git: update to v2.10.0 Upstream continues to replace unsigned char *sha1 with struct object_id old_oid. This makes the required changes. The git lib has its own main function now. Rename our main function to cmd_main, it is called from main then. ---