Commit 0877f5d
committed
shears: allow overriding the editor via GIT_EDITOR
If the GIT_EDITOR variable was already exported, `git var GIT_EDITOR`
would pick up the *already-overridden* editor, causing an infinite loop.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent a7b41a0 commit 0877f5d
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
589 | | - | |
| 588 | + | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
594 | | - | |
595 | | - | |
596 | | - | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| |||
0 commit comments