summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-05-30End pkgver with HEAD commit's ID if no merge commitsIgor Kushnir
prepare() does not create merge commits if the _git_pull line within it is commented out. The commenting out is recommended if merging upstream master fails.
2023-09-14Conform to Arch package guidelinesIgor Kushnir
* prefix each custom variable name with an underscore; * declare variables as local when possible.
2023-09-14Switch to a stable pkgver formatIgor Kushnir
The stable package version prevents unnecessary rebuilds by AUR helpers and automated building repo servers.
2023-05-20Replace suggested extra feature branch in a commentIgor Kushnir
add-toggle-scan-popup-cmd-line-option has been merged into upstream master and therefore removed.
2023-01-22Override git user.name and user.email to not require user configIgor Kushnir
When git user.name and user.email are not configured in the user's system, merging failed with the following error: Committer identity unknown *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got '<username>@<hostname>.(none)')
2023-01-19Prevent error if pull.rebase is not in git configIgor Kushnir
Fixes the following error while pulling upstream master: fatal: Need to specify how to reconcile divergent branches.
2022-12-02Initial importIgor Kushnir