From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: Recommend these .gitconfig settings for git integrity. Date: Tue, 2 Feb 2016 17:24:20 +0000 (UTC) Message-ID: References: <87a8nlfqj9.fsf@red-bean.com> <83h9ht1o8q.fsf@gnu.org> <87mvrle8ho.fsf@red-bean.com> <56AE8126.9090708@cs.ucla.edu> <87wpqo77yc.fsf@red-bean.com> <87bn80ifmh.fsf@wanadoo.es> <56AF896A.3090104@cs.ucla.edu> <877fioidb4.fsf@wanadoo.es> <87egcw716d.fsf@red-bean.com> <56B0CD33.7090808@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1454433890 9802 80.91.229.3 (2 Feb 2016 17:24:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Feb 2016 17:24:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 02 18:24:41 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aQegy-00028p-IN for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2016 18:24:40 +0100 Original-Received: from localhost ([::1]:58377 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQegx-0004Ly-M8 for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2016 12:24:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQegt-0004LF-DL for emacs-devel@gnu.org; Tue, 02 Feb 2016 12:24:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQegp-0005V4-CB for emacs-devel@gnu.org; Tue, 02 Feb 2016 12:24:35 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:59035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQegp-0005Ux-56 for emacs-devel@gnu.org; Tue, 02 Feb 2016 12:24:31 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aQegl-0001q7-KW for emacs-devel@gnu.org; Tue, 02 Feb 2016 18:24:27 +0100 Original-Received: from 77-234-79-37.pool.digikabel.hu ([77.234.79.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2016 18:24:27 +0100 Original-Received: from adatgyujto by 77-234-79-37.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2016 18:24:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 77.234.79.37 (Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199177 Archived-At: Paul Eggert cs.ucla.edu> writes: > > That makes sense. However, as I understand it the checks that started > this thread cannot be done just on the server side, because they're > checking for things like transmission errors from the server to the client. > In order to check it the client compares it with something, so it knows it received the right thing. I guess the server can also do such a comparison, since it also knows the same baseline which the client uses for comparison.