Re: Some problems for git beginners

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 09/10/21 14.43, ZhangJinbao wrote:

Third, when a commit event occurs, the current blob file stores the full amount of data, while the previous version stores the incremental data


When you `git commit`, Git will initially write objects related to the commit (blob, tree, and commit) as loose objects. Some point on the time, Git will repack many loose objects into one big packfile and write the corresponding pack index. Delta compression is applied when writing the packfile.

--
An old man doll... just what I always wanted! - Clara



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux