mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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.
3.8 KiB
3.8 KiB