From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sat, 13 Oct 2012 21:08:01 +0200 Subject: [U-Boot] U-Boot git usage model In-Reply-To: <5076FB24.1080600@wwwdotorg.org> References: <1349906538.21493.12@snotra> <5075F48A.2080504@wwwdotorg.org> <20121011071922.0EE66203409@gemini.denx.de> <5076FB24.1080600@wwwdotorg.org> Message-ID: <20121013190801.C5F302029CF@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Stephen Warren, In message <5076FB24.1080600@wwwdotorg.org> you wrote: > > True, tags can be moved. However, the point wasn't that they're > immutable, but that using them can decouple the pull process from the > commit process. For example, I could: > > git checkout -b foo bar > git am > git am > git am > git tag -s tag1 foo > send pull request > not wait for pull to complete > git am > git am > git am > git tag -s tag2 foo > send pull request What do you need tags here for? The git commit ID's itself will be as good. On contrary - using your proposed style, you sill just pollute the tag namespace with tons of more or less random tags. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Brontosaurus Principle: Organizations can grow faster than their brains can manage them in relation to their environment and to their own physiology: when this occurs, they are an endangered species. - Thomas K. Connellan