[U-Boot] U-Boot git usage model

Wolfgang Denk wd at denx.de
Sat Oct 13 21:08:01 CEST 2012


Dear Stephen Warren,

In message <5076FB24.1080600 at 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


More information about the U-Boot mailing list