From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Narebski Subject: Re: git-rebase and reflog Date: Wed, 30 Apr 2008 09:37:17 -0700 (PDT) Message-ID: References: <46dff0320804300904i3402b5e7wf827f6759bc52901@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Git Mailing List" To: "Ping Yin" X-From: git-owner@vger.kernel.org Wed Apr 30 18:38:16 2008 connect(): Connection refused Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JrFJv-0002Kq-Rz for gcvg-git-2@gmane.org; Wed, 30 Apr 2008 18:38:16 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757312AbYD3Qhb (ORCPT ); Wed, 30 Apr 2008 12:37:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755767AbYD3Qha (ORCPT ); Wed, 30 Apr 2008 12:37:30 -0400 Received: from fg-out-1718.google.com ([72.14.220.156]:8318 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760565AbYD3QhZ (ORCPT ); Wed, 30 Apr 2008 12:37:25 -0400 Received: by fg-out-1718.google.com with SMTP id 19so216663fgg.17 for ; Wed, 30 Apr 2008 09:37:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:x-authentication-warning:to:cc:subject:references:from:in-reply-to:message-id:lines:user-agent:mime-version:content-type:date; bh=kcjgpjGzZJdRl3z1+1enMDJHWOc5RcV4aPBpACCmyxc=; b=qXLwswnQ4wvTCpk2MZHzhfTEmECN0EsnFt0ekPu5VGSpN2J6pY5nWr5ENMVTD8HNFQjkE6tByw/26vMAtv8oEATnWqxvgzyM7O+dMyuT3C8Hi5VicnpOHkTGWi+jf37O/PDMLteu6DVoqmufx6OTfK8qzhhBeelsWaYCE+zw33U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:to:cc:subject:references:from:in-reply-to:message-id:lines:user-agent:mime-version:content-type:date; b=r7CAqhQhKGXuHOg/oxqK6xDzItmASZNrcA4NoNfjNEg9CyhvkslK58H/y9Y+9UNZDxgzIlugFrlQLfnhYc5ZxVnYFYoC7p8fm7lHhXFNC0NLgk53/BJtNEEazjSDsejlc15oWB7XPJ6rQPLOtREcUpmnRv29cTjAiqg6NzVo0vA= Received: by 10.86.73.17 with SMTP id v17mr1497636fga.63.1209573438633; Wed, 30 Apr 2008 09:37:18 -0700 (PDT) Received: from localhost.localdomain ( [83.8.201.205]) by mx.google.com with ESMTPS id e11sm909248fga.1.2008.04.30.09.37.15 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Apr 2008 09:37:17 -0700 (PDT) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.13.4/8.13.4) with ESMTP id m3UGbDo2004437; Wed, 30 Apr 2008 18:37:14 +0200 Received: (from jnareb@localhost) by localhost.localdomain (8.13.4/8.13.4/Submit) id m3UGbDmN004434; Wed, 30 Apr 2008 18:37:13 +0200 X-Authentication-Warning: localhost.localdomain: jnareb set sender to jnareb@gmail.com using -f In-Reply-To: <46dff0320804300904i3402b5e7wf827f6759bc52901@mail.gmail.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: "Ping Yin" writes: > The history of git-rebase will go into reflog. This kind of behaviour > makes me annoyed when using git-reflog where i can see so many useless > intermediate log entries (generated by rebase). > > So how about not recording the intermediate commits to reflog? If I remember and understand it correctly, because currently rebase uses detached HEAD, the intermediate steps would go into HEAD reflog, but only final step would go into branch reflog... Please correct me if I am wrong. -- Jakub Narebski Poland ShadeHawk on #git