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: Move to git is imminent - awaiting Stefan's approval Date: Thu, 16 Jan 2014 08:40:37 +0700 Message-ID: References: <20140106165108.B6BF4380865@snark.thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1389836437 11118 80.91.229.3 (16 Jan 2014 01:40:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jan 2014 01:40:37 +0000 (UTC) Cc: Emacs developers To: Martin Geisler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 16 02:40:44 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 1W3bwp-0006KC-5A for ged-emacs-devel@m.gmane.org; Thu, 16 Jan 2014 02:40:43 +0100 Original-Received: from localhost ([::1]:57995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3bwo-00039V-K8 for ged-emacs-devel@m.gmane.org; Wed, 15 Jan 2014 20:40:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3bwl-00039P-Hh for emacs-devel@gnu.org; Wed, 15 Jan 2014 20:40:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3bwk-00034B-Ge for emacs-devel@gnu.org; Wed, 15 Jan 2014 20:40:39 -0500 Original-Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:39780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3bwk-000347-B6 for emacs-devel@gnu.org; Wed, 15 Jan 2014 20:40:38 -0500 Original-Received: by mail-qa0-f44.google.com with SMTP id w5so1636245qac.3 for ; Wed, 15 Jan 2014 17:40:37 -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=ivGvvIXK3Yxc+5YShHHLq2lgOxiK2TD/G6BrBO5b1bo=; b=IHb4PL+i02CCGUOs+tk2BtQCoZjMYpRVbNs/ADncma2o4fTL2uAOL9Gur+Utv++tof bD4NNdCQMIlCDDc9F/s6qy+Rdo1uMWGqKYTbfg1V9R21Zc3hMZSfk0j5ZzTk5NJX7G48 8gbOlAtq8Ii7SRsRd3Zw0DyZo7y61RaqIjrTpmX7Dn1N2NZ/b5OAcNJD7+5jvwN0SdAt eD1vlhnaJbfmm97+sIGDoOujTQ+3bTz1Db/RwUVhC5/F8e32r0PKuGFKfxZSI3lwsvgE NPCbK6/PRGZYnPsb/PqblEu8jjlZniQzMTeVRUkJN6VvaP8HRho2thZ+jo+mvyO3vLLF 3N9Q== X-Received: by 10.140.100.196 with SMTP id s62mr3328561qge.115.1389836437922; Wed, 15 Jan 2014 17:40:37 -0800 (PST) Original-Received: by 10.96.14.74 with HTTP; Wed, 15 Jan 2014 17:40:37 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: i_mV-20it7BhQCesR0Duae_etf0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22c 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:168514 Archived-At: On Thu, Jan 16, 2014 at 12:23 AM, Martin Geisler wrote: > > Also, I would like to hear what graphical tools people use with Git that > matches the cross-platform TortoiseHg tool? It is invaluable in showing the > DAG and quickly browsing revisions: I use Git GUI and Gitk, which are included out-of-the-box in Windows and are in separate packages on Debian/Ubuntu. Gitk is for browsing the DAG (incl. filters by various conditions, e.g. only revisions which modify a given file) and manipulating branches (branch, reset, cherry-pick) while Git GUI is a commit tool (good for selective staging). Git GUI can also act as a frontend to git blame (when invoked as git gui blame ), but I usually just use vc-annotate from Emacs for this.