You're absobloodylutely correct. I was too preoccupied defining my problem
in a better way, which left the subject kind of dumb. Well, quite dumb.
:-)
I don't agree here. Assume that whatever you're working on require
firmware for a device that won't change during the lifetime of the
software project. The newest version of the said firmware is mostly
bugfixes and you basically don't want to revert to the older ones.
Consider the microcode for modern Pentiums, Core 2, etc.
What i am trying to suggest is that there might be cases when you need
something in the repository, but you don't want GIT to keep it's history
nor it's predecessors. Leaving it out breaks the atomicity of such
repository and makes the project management more complex.
There's a few examples out there that shows how to solve this, but it
seems inconvenient and involves branching, cloning, etc. Isn't it
possible to add something like:
"git nohistory firmware.bin"
or
"git nohistory -i-understand-this-might-be-dangerous firmware.bin"
cheers,
Petko
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html