|
parse_old_style_topic(commit_info)
Parse 'gbp-pq-topic:' line(s) from commit info |
|
|
|
generate_patches(repo,
start,
end,
outdir,
options)
Generate patch files from git |
|
|
|
compare_series(old,
new)
Compare new pathes to lists of patches already exported |
|
|
|
format_series_diff(added,
removed,
options)
Format the patch differences into a suitable commit message |
|
|
|
commit_patches(repo,
branch,
patches,
options)
Commit chanages exported from patch queue |
|
|
|
export_patches(repo,
branch,
options)
Export patches from the pq branch into a patch series |
|
|
tuple
|
safe_patches(series,
tmpdir_base)
Safe the current patches in a temporary directory below .git/ |
|
|
|
import_quilt_patches(repo,
branch,
series,
tries,
options)
apply a series of quilt patches in the series file 'series' to branch
the patch-queue branch for 'branch' |
|
|
|
rebase_pq(repo,
branch,
options) |
|
|
|
switch_pq(repo,
current,
options)
Switch to patch-queue branch if on base branch and vice versa |
|
|
|
|
|
|
|
|