Quilt - Patches: patch #10094, refresh: Preserve the `-pab' strip...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10094: refresh: Preserve the `-pab' strip level in the series file
Submitter: | Macaron <macaron> | ||
Submitted: | Tue 10 Aug 2021 09:10:22 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | Need Info | Privacy: | Public |
Assigned to: | khali | Open/Closed: | Open |
Mon 30 Aug 2021 08:29:11 AM UTC, comment #2: |
Jean Delvare <khali>![]() ![]() |
Mon 30 Aug 2021 08:24:40 AM UTC, comment #1: I'm not sure if this is a bug. The original purpose of the options in the series file was to allow patch(1) to apply the patches. "-p ab" does not serve this purpose.
|
Jean Delvare <khali>![]() ![]() |
Tue 10 Aug 2021 09:10:22 AM UTC, original submission:
Hi all,
|
Macaron <macaron> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-08-30 | khali | Status | In Progress | ![]() |
Need Info |
Assigned to | None | ![]() |
khali | ||
2021-08-30 | khali | Status | None | ![]() |
In Progress |
2021-08-10 | macaron | Attached File | - | ![]() |
Added refresh-Preserve-the-pab-strip-level-in-the-series-file.patch, #51757 |
By the way, what is your use case?
Would there be any downside for your workflow if instead of "quilt new -p ab" you would use "quilt new" and later "quilt refresh -p ab"? Or even adding:
QUILT_REFRESH_ARGS="-p ab"
in your ~/.quiltrc file so that the setting is automatically applied to all patches in the future?