Deutsch English Français Italiano |
<vhtgsp$1s5d5$3@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.os.vms Subject: Re: in-memory editing with EDT or EVE Date: Sat, 23 Nov 2024 21:19:21 -0000 (UTC) Organization: A noiseless patient Spider Lines: 12 Message-ID: <vhtgsp$1s5d5$3@dont-email.me> References: <vhr9ct$1dilp$1@dont-email.me> <vhrd3u$1dqca$3@dont-email.me> <vhsm4i$1nfvc$1@dont-email.me> <vhsotb$rki$1@reader2.panix.com> <vht5qt$1qel2$1@dont-email.me> <vht6v1$1qfvl$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 23 Nov 2024 22:19:21 +0100 (CET) Injection-Info: dont-email.me; posting-host="2fd1218dfbbc8c3afa5bbf19b4966652"; logging-data="1971621"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/g/2GsJQbVGR6vvHD7Suxm" User-Agent: Pan/0.161 (Chasiv Yar; ) Cancel-Lock: sha1:sQ7W3sK+j+Jg78SgeAcxb0mwEL8= Bytes: 1680 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.