diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2015-09-01 20:56:16 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2015-09-01 20:56:16 -0400 |
| commit | f2e4cc3baf5a99cfb9b512818459e3b3324119cd (patch) | |
| tree | cd89aad313d4be2e49353140959285740b4a0195 /Documentation | |
| parent | 1e689932493333365c7b3d2234772fdc8c1c19ee (diff) | |
magit-wip-log-get-tips: ignore non-existent refs
Return nil if the reflog for WIPREF does not exist to prevent 'git log'
from failing on the unknown revision, resulting in magit-wip-log showing
an empty log.
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/2.2.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.2.2.txt b/Documentation/RelNotes/2.2.2.txt index c118869..b72ac42 100644 --- a/Documentation/RelNotes/2.2.2.txt +++ b/Documentation/RelNotes/2.2.2.txt @@ -34,4 +34,7 @@ This is a bugfix release. * After failing to clone, `magit-clone' also tried to show the status of the non-existent clone. #2203 +* `magit-wip-log' did not display a log if the working tree or index + ref did not exist. + This release also contains various documentation fixes. |
