mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
10 lines
378 B
Python
10 lines
378 B
Python
#!/usr/bin/env python3
|
|
|
|
# Applies a commit or commits on baranch or branches
|
|
# USAGE:
|
|
# patch.py -c <commit-list> -b <branch-list> [-p] [-t]
|
|
# - <commit-list>: list of commit SHAs to apply.
|
|
# - <branch-list>: branches where the commit should be applied. * can be used as wildchar
|
|
# - p: push the changes to <brach-list>
|
|
# - t: increment version number and create a tag
|