mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-28 02:23:48 -05:00
We do not need to store entire lists of commits, only the number of incomplete and the first commit for reference. This reduces the amount of data we need to store in memory and on disk stores. Signed-off-by: Eric Wong <normalperson@yhbt.net>