Ignore ref. range of git log while showing all references
commit763bbb991ff1a0572419cd350ea4a2a7a497673a
authorYue Lin Ho <b8732003@student.nsysu.edu.tw>
Sun, 25 Sep 2016 12:16:43 +0000 (25 20:16 +0800)
committerSven Strickroth <email@cs-ware.de>
Mon, 26 Sep 2016 03:20:24 +0000 (26 05:20 +0200)
treeca41eb9a1f5da50c0cbb1442eb4c3f132adac91b
parent7cb93bb3cf5d3d945eb42376d734d972b0c6ee70
Ignore ref. range of git log while showing all references

Steps:
1. Create branches A, B
2. Show branches "A B"
3. Delete branch B
4. Click show all branches -> error

Signed-off-by: Yue Lin Ho <b8732003@student.nsysu.edu.tw>
Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/Git.cpp
src/Git/Git.h
test/UnitTests/LogDataVectorTest.cpp