When decompressing a git object in get_git_object_contents(), the output contains a string of characters on the first line, "commit 220☐", that doesn't belong. See sample out below:
commit 220#tree b403ca50027163f927906ad5765519e545f2dea3
parent b3aa5f8c7d6547d28bca11d5b7a4a039c1f4b61d
author Kahmali Rose <abc@mail.com> 1401049080 -0400
committer Kahmali Rose <abc@mail.com> 1401049080 -0400
This is another problem that could be solved by getting the contents of git objects via the Git API.
In module LocalRepoApi:
When decompressing a git object in get_git_object_contents(), the output contains a string of characters on the first line, "commit 220☐", that doesn't belong. See sample out below:
This is another problem that could be solved by getting the contents of git objects via the Git API.