sinewalker / dotfiles

OS X / Linux dotfiles.
MIT License
0 stars 1 forks source link

git config issue on Raspbian Squeeze #25

Open sinewalker opened 7 years ago

sinewalker commented 7 years ago

When cloning to Raspbian Squeeze, Git complains of this setting:

[push]
    default = simple

The simple option is default in Git 2.0. Probably it's unknown to older Git on Raspbian. Might want to make it upstream since my workflow is compatible anyway.

sinewalker commented 6 years ago

not an issue in Raspbian Stretch (has git 2.11.0)

need to consider if this should be fixed for obsolete/old Squeeze (which I do still use on smaller SD cards), or just ignore it. However I fix it, it will need to look for the git version and only fix if required.