From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: development/integration branch? Date: Wed, 22 Oct 2014 19:13:36 +0530 Message-ID: <20141022191336.70174815@uryu.home.lan> References: <544617E0.80502@bisdn.de> <39275062.2hPoVIfNVy@xps13> <54462403.3060107@bisdn.de> <3074245.k7N1CrtUjD@xps13> <20141022070058.GA6051@mhcomputing.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Matthew Hall Return-path: In-Reply-To: <20141022070058.GA6051-Hv3ogNYU3JfZZajBQzqCxQ@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Wed, 22 Oct 2014 00:00:58 -0700 Matthew Hall wrote: > What I think git in general and DPDK in particular are missing is, they have a > tradition tags for releases, however I think this is broken because you can't > easily append more stuff to tages. In git tags and branches are almost the same thing. You can easily create a local branch off of a tag.