From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= Newsgroups: gmane.emacs.devel Subject: Re: Stash Date: Mon, 6 Apr 2015 13:06:49 +0100 Message-ID: References: <86sice77h0.fsf@dod.no> <86fv8d7ntk.fsf@dod.no> <83lhi5lpa1.fsf@gnu.org> <55226D35.1000204@mnet-mail.de> <834motlcj2.fsf@gnu.org> 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 1428322041 4732 80.91.229.3 (6 Apr 2015 12:07:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2015 12:07:21 +0000 (UTC) Cc: Mathias Megyei , Eli Zaretskii , Steinar Bang , Emacs developers To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 06 14:07:19 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 1Yf5oE-0002su-4I for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2015 14:07:18 +0200 Original-Received: from localhost ([::1]:39847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf5oD-0000IJ-D9 for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2015 08:07:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf5o9-0000I2-JH for emacs-devel@gnu.org; Mon, 06 Apr 2015 08:07:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yf5o8-0000YJ-6y for emacs-devel@gnu.org; Mon, 06 Apr 2015 08:07:13 -0400 Original-Received: from mail-ie0-x230.google.com ([2607:f8b0:4001:c03::230]:35307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf5o6-0000Y4-LI; Mon, 06 Apr 2015 08:07:10 -0400 Original-Received: by ierf6 with SMTP id f6so19109480ier.2; Mon, 06 Apr 2015 05:07:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=eFmnC91oxmcGXbiDYNdGobsKXE5Fy9xv8t7L3PfaHDc=; b=Ws+xuhKTWxvX7z60LYvcv3I5jpkiWrqY6of7BbO3YqnLdgf4UpKbvgPYZdkL7NLEiP kr49Pxdm4JbkkIN9IF2SdaPZDaWNHOIco3CHx2jubBleRJZuIN/WpQ7a3XZ0/1+utBsg EMcdVMHjEP9QuwAtVk2XRnSI3MJgfy1RZQPzioC2ukn3Lc74X7M/SULZ/+EfynGHLfD/ UXYWIyZwWyLj6sdrs8jtL8c8Cexfcp34aSaid33MmilAp8S5CMb9ffvba/gnHu+mPWGp SKWvYxZQ5UAZhkJXXw/c6Uv5fWgZ59dVHG8YrxBaxQDIj8HQh13G6lS38+xzyArzuTxu seCw== X-Received: by 10.107.17.29 with SMTP id z29mr22049327ioi.69.1428322029682; Mon, 06 Apr 2015 05:07:09 -0700 (PDT) Original-Received: by 10.107.17.219 with HTTP; Mon, 6 Apr 2015 05:06:49 -0700 (PDT) In-Reply-To: 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:185023 Archived-At: On Mon, Apr 6, 2015 at 12:56 PM, Yuri Khan wrote: > On Mon, Apr 6, 2015 at 5:30 PM, Eli Zaretskii wrote: > >>> Is there a reason why you don't mention 'gitk' in GitQuickStartForEmacs= Devs? >> >> I don't want to assume gitk is installed, nor that the Git commands >> are invoked from a sufficiently capable terminal. > > A git browser (especially a graphical, point-and-clicky one) is an > immensely useful tool in understanding and learning Git. And gitk is > the one that has the best chance of being installed, or easiest to > install. (Most other git browsers are platform-specific.) > > Alternatively, Emacs could include a git browser. (Magit already does; > I don=E2=80=99t know about vc.) > > > A git browser is most useful if directed to show not only the current > branch but also the associated remote tracking branch, e.g. (assuming > a POSIX shell): > > $ gitk HEAD $(git rev-parse --symbolic-full-name @{u}) & A command like git log --graph --pretty=3Dformat:'%Cred%h%Creset%n' \ --abbrev-commit --date=3Drelative --branches --all or a more sophisticated variation thereof should be readily portable and provides at least some visualization of the graph. This particular one stolen from http://stackoverflow.com/questions/7007758/how-to-drawedit-an-ascii-git= -tree but I've seen other versions that name branches and labels --=20 Jo=C3=A3o T=C3=A1vora