mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-25 21:31:03 +02:00
unposted: vcs_info quilt: Remove a no-op variable assignment
This commit is contained in:
parent
8460d75869
commit
b99599b4f4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2022-01-27 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
|
||||
Remove a no-op variable assignment
|
||||
|
||||
2022-01-25 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 49709: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg:
|
||||
|
|
|
@ -133,7 +133,6 @@ function VCS_INFO_quilt-patch2subject() {
|
|||
# This zstyle call needs to be moved further up if `quilt' needs
|
||||
# to be run in more places than this one.
|
||||
zstyle -s "${context}" quiltcommand quiltcommand || quiltcommand='quilt'
|
||||
quilt_env=()
|
||||
if [ -z "$patches" ]; then
|
||||
zstyle -s "${context}" quilt-patch-dir patches || patches="${QUILT_PATCHES}"
|
||||
if [[ "${patches}" != /* ]]; then
|
||||
|
|
Loading…
Reference in a new issue