From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.devel Subject: Re: git commit/push and VC Date: Sat, 22 Nov 2014 12:50:27 +0700 Message-ID: References: <871toysqyq.fsf@rosalinde.fritz.box> <838uj57u5b.fsf@gnu.org> <87ppchd9dk.fsf@Gertrud.fritz.box> <83fvdd612c.fsf@gnu.org> <87h9xttmwa.fsf@uwakimon.sk.tsukuba.ac.jp> <83oas13p1y.fsf@gnu.org> <87egsvu7iw.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1416635467 32610 80.91.229.3 (22 Nov 2014 05:51:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Nov 2014 05:51:07 +0000 (UTC) Cc: Eli Zaretskii , Achim Gratz , Emacs developers To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 22 06:51:02 2014 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 1Xs3b1-0004UT-LE for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 06:51:01 +0100 Original-Received: from localhost ([::1]:43896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs3ar-0000Nq-Dn for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 00:50:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs3aZ-0000Nl-Kz for emacs-devel@gnu.org; Sat, 22 Nov 2014 00:50:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xs3aY-0006Ex-Pc for emacs-devel@gnu.org; Sat, 22 Nov 2014 00:50:31 -0500 Original-Received: from mail-ie0-x230.google.com ([2607:f8b0:4001:c03::230]:55662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs3aW-0006EJ-Sv; Sat, 22 Nov 2014 00:50:29 -0500 Original-Received: by mail-ie0-f176.google.com with SMTP id ar1so6036322iec.7 for ; Fri, 21 Nov 2014 21:50:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=c98JmR2Y1gYEgulqNrHoFLtBz9Kv/I30o8oz8VbxgIA=; b=w+OQtmxwBd9CJw0F5dW60K658RE0TMFY0ngh+hPH/QF41N4y8NiRHOFygIxwQCEoyv jEnL0kRJC8W/GZEia2vwSmwzNSkNqAOqjRas8c3vTxmUlIJlRtQbkM4u2QDJP1QK4uyw 7R7BBIu//2scSAMfQofzRGmiTYoUVgSaqIntGKK+p2Ys8oeUqYXO7UIfNxKvn8R/E7PU J40USOcZQ3fdvxb6z3Gz3hyYyjRNkddWwiJRcxbdw/tx1h/OREPNBxZMrPC+1dkn+s8+ D8gziuH4hQUyjm6ExOJWiiHkSF6qG2vVd6CiHda03r+vIbGX5wFXmF6fR9hP7YySGMNF V2wg== X-Received: by 10.50.111.161 with SMTP id ij1mr1801015igb.9.1416635427727; Fri, 21 Nov 2014 21:50:27 -0800 (PST) Original-Received: by 10.107.48.82 with HTTP; Fri, 21 Nov 2014 21:50:27 -0800 (PST) In-Reply-To: <87egsvu7iw.fsf@uwakimon.sk.tsukuba.ac.jp> X-Google-Sender-Auth: yODuC63wbEzZD4uH1_RxAb92tRE X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::230 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:177967 Archived-At: On Sat, Nov 22, 2014 at 11:30 AM, Stephen J. Turnbull wrote: > Another issue is that I find it easy to do fixes to the "wrong" branch > in the current repo, and that gets confusing. You can customize your shell prompt to show you which branch you are on, whether your working copy is dirty, and whether any interruptible operation is currently in progress (merge, rebase, am, cherry-pick). See the git-sh-prompt script in your git distribution.