
13 Oct
2012
13 Oct
'12
9:08 p.m.
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@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