i'm thinking if the abslibre.git log wouldn't be cleaner if instead of
merging like now, we rebase to origin/master before pushing.

instead of this:

    git commit PKGBUILD -m "foo: upgrade"
    git pull origin master
    git push origin master # merge

this:

    git commit PKGBUILD -m "foo: upgrade"
    git fetch origin
    git rebase origin/master

this way there's no merge just a continuum of package upgrades :)

-- 
}(:=

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to