From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 7f4f16b: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs Date: Wed, 28 Jan 2015 19:24:39 +0200 Message-ID: <83h9vaom20.fsf@gnu.org> References: <20150128032211.21589.96959@vcs.savannah.gnu.org> <87mw53zijz.fsf@building.gnus.org> <54C883B8.6050506@cs.ucla.edu> <87twzbv1x0.fsf@building.gnus.org> <54C88CB2.1030608@cs.ucla.edu> <87iofrv0as.fsf@building.gnus.org> <87a913uzt5.fsf@building.gnus.org> <83mw52or5g.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1422465913 4692 80.91.229.3 (28 Jan 2015 17:25:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2015 17:25:13 +0000 (UTC) Cc: fgallina@gnu.org, schwab@suse.de, larsi@gnus.org, eggert@cs.ucla.edu, emacs-devel@gnu.org To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 28 18:25:12 2015 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 1YGWMW-0000XT-RW for ged-emacs-devel@m.gmane.org; Wed, 28 Jan 2015 18:25:08 +0100 Original-Received: from localhost ([::1]:55128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGWMW-0002ml-9c for ged-emacs-devel@m.gmane.org; Wed, 28 Jan 2015 12:25:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGWMG-0002lY-CM for emacs-devel@gnu.org; Wed, 28 Jan 2015 12:24:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGWMB-0004zz-Dg for emacs-devel@gnu.org; Wed, 28 Jan 2015 12:24:52 -0500 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:46671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGWMB-0004zq-6g; Wed, 28 Jan 2015 12:24:47 -0500 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NIW00A00DLLMJ00@mtaout26.012.net.il>; Wed, 28 Jan 2015 19:24:43 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIW00OVPDP78WA0@mtaout26.012.net.il>; Wed, 28 Jan 2015 19:24:43 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 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:181921 Archived-At: > From: Yuri Khan > Date: Wed, 28 Jan 2015 23:32:34 +0700 > Cc: Eli Zaretskii , fgallina@gnu.org, Lars Ingebrigts= en ,=20 > =09Paul Eggert , Emacs developers >=20 > On Wed, Jan 28, 2015 at 9:45 PM, Andreas Schwab wr= ote: >=20 > A good thing to do before pushing is to actually see the commit gra= ph, > in gitk or gitg or gitx or in a pinch =E2=80=9Cgit log --graph --de= corate > --oneline=E2=80=9D, with both the current local and remote branches= displayed. > And always be explicit about what you are pushing =E2=80=94 always = =E2=80=9Cgit push > origin master=E2=80=9D, never =E2=80=9Cgit push=E2=80=9D. (=E2=80= =9Cgit config push.default simple=E2=80=9D > helps but is not everybody=E2=80=99s default.) Please don't over-complicate things, people are evidently making sill= y mistakes even with simple workflows that need 3 commands.