From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Narebski Subject: Re: [RFC] Terms to add to glossary Date: Mon, 01 May 2006 22:55:43 +0200 Organization: At home Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-From: git-owner@vger.kernel.org Mon May 01 22:55:04 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FafQ6-0006OF-AO for gcvg-git@gmane.org; Mon, 01 May 2006 22:55:02 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932254AbWEAUy6 (ORCPT ); Mon, 1 May 2006 16:54:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932256AbWEAUy6 (ORCPT ); Mon, 1 May 2006 16:54:58 -0400 Received: from main.gmane.org ([80.91.229.2]:25288 "EHLO ciao.gmane.org") by vger.kernel.org with ESMTP id S932254AbWEAUy6 (ORCPT ); Mon, 1 May 2006 16:54:58 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FafPv-0006M9-TH for git@vger.kernel.org; Mon, 01 May 2006 22:54:52 +0200 Received: from 193.0.122.19 ([193.0.122.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 May 2006 22:54:51 +0200 Received: from jnareb by 193.0.122.19 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 May 2006 22:54:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: git@vger.kernel.org X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 193.0.122.19 User-Agent: KNode/0.7.7 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: cherry picking:: In SCM jargon, cherry picking is used to describe the action of selecting which commit should be ported from one branch to another. In GIT it means given one existing commit, apply the change the patch introduces, and record a new commit that records it. -- Jakub Narebski Warsaw, Poland