mirror of
https://github.com/git/git.git
synced 2026-01-11 18:45:28 +00:00
commit: save the commit buffer off when parsing a commit
object. A fair number of the users potentially want to look at the commit objects more closely, and if you worry about memory leaking in certain applications, you can always do a free(commit->buffer); commit->buffer = NULL; by hand after parsing them.
This commit is contained in:
Reference in New Issue
Block a user