]> arthur.barton.de Git - bup.git/commit
git: refactor PackWriter.new_commit() into create_commit_blob()
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 3 Jan 2020 22:16:29 +0000 (23:16 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 18 Apr 2021 18:45:10 +0000 (13:45 -0500)
commita1b674d205c0b80583fb98b543ac758dc5bc1169
tree3c0d3ffb271551bcd5f01d01f554edc8b96af808
parent302103a96a52de1599ba6b05c68a1072ef85379e
git: refactor PackWriter.new_commit() into create_commit_blob()

Move most of the code into a new create_commit_blob() function that
can be used elsewhere as well.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/git.py