You must log in or register to comment.
Git has four build systems?? Meson seems overkill if you already have CMake too. The only thing it really adds is that it’s nicer to write (CMake is somewhere between Bash and PHP in sanity), but if you have to write CMake anyway…
If one wants to help with Git development, where would they start?
Wait, git evolves?
Yep, whenever they fix a bug it’s added in a new flag that nobody knows about.
git --enable-sane-behaviour
U are the only one who knows my pain
it’s not recommended to boast about your ignorance.
- When “git fetch $remote” notices that refs/remotes/$remote/HEAD is missing and discovers what branch the other side points with its HEAD, refs/remotes/$remote/HEAD is updated to point to it.
That is nice.
Official announcement: https://lore.kernel.org/lkml/xmqqplku7cvm.fsf@gitster.g/