kisslinux / kiss

KISS Linux - Package Manager
https://kisslinux.github.io
MIT License
464 stars 62 forks source link

Repo updating using git pull #168

Closed FriendlyNeighborhoodShane closed 4 years ago

FriendlyNeighborhoodShane commented 4 years ago

I think changing git fetch; git merge; for kiss u to the largely equivalent git pull; would allow using the pull.rebase config option in repos, making maintaining modifications to upstream repos far less of a PITA.

dylanaraps commented 4 years ago

For reasons I could not figure out, using git pull causes signature verification to break. I'll see if I can still reproduce the issue, if not I'm happy to make this change. :+1:

FriendlyNeighborhoodShane commented 4 years ago

If it is still breaking, perhaps an environment flag variable, or even a git config check to use rebase instead of merge would be viable?

dylanaraps commented 4 years ago

Made the change. Seems to work fine. :+1:

(Will push a new release soon-ish).