Great name, but ...
Posted Apr 12, 2005 21:19 UTC (Tue) by
wjhenney (guest, #11768)
Parent article:
The guts of git
-
The current head is obtained from the remote repository
(using rsync) and compared with the local
head. If the two
are the same, no changes have been made and the job is done.
-
The remote object database is downloaded, again with
rsync. This operation will add any new objects
to the
database.
... so what happens when Tridge pulls the free version of rsync? ;)
(
Log in to post comments)