Sujet : Re: in-memory editing with EDT or EVE
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 23. Nov 2024, 22:19:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vhtgsp$1s5d5$3@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.161 (Chasiv Yar; )
On Sat, 23 Nov 2024 13:29:55 -0500, Arne Vajhøj wrote:
The commit message should not be saved on disk client side at all.
The message get created and get sent to the server over the network.
Git is a DVCS, a “Distributed Version Control System”. Every user is
running their own copy of the code, operating on their own copy of the
source repo and commit history.
You’re thinking of older-style VCSes like Subversion, which did indeed
have a client/server architecture. It was various problems with those that
led to the creation of Git.