Hi list, I just rebased and enhanced work/new-ssh. It contains three commits now:
- update ssh - add /src/git-cheetah submodule - add /etc/gitconfig, in particular pack.packSizeLimit = 2g The last one is somewhat of an embarrassment: for some strange reason I decided that /etc/gitconfig should not be tracked, a long, long time ago. Now, even (Win)Git bundles it, so we better track it. However, I have no idea if all of your carefully crafted /etc/gitconfig files would not be overwritten... They _should_ not, as /etc/gitconfig is no longer in .gitignore, and .gitignore should be updated before /etc/gitconfig, but who knows? So, please backup your /etc/gitconfig, and preferrably merge it with what is tracked now, except of course user.name and user.email ;-) Speaking of which: should the Git installer in per-user mode ask for a user name and email, and install them in $HOME/.gitconfig? Or does git-gui do it? Ciao, Dscho P.S.: oh, and if somebody could Ack at least the ssh upgrade, and the addition of src/git-cheetah, that would be smashing, as they say in the UK... ;-)
