mirror of
https://github.com/git/git.git
synced 2024-11-18 07:14:06 +01:00
Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk
* 'master' of git://git.kernel.org/pub/scm/gitk/gitk: gitk: Fix bug causing undefined variable error when cherry-picking
This commit is contained in:
commit
9656153b87
3
gitk
3
gitk
@ -6641,8 +6641,9 @@ proc splitarc {p} {
|
||||
proc addnewchild {id p} {
|
||||
global allids allparents allchildren idtags nextarc nbmp
|
||||
global arcnos arcids arctags arcout arcend arcstart archeads growing
|
||||
global seeds
|
||||
global seeds allcommits
|
||||
|
||||
if {![info exists allcommits]} return
|
||||
lappend allids $id
|
||||
set allparents($id) [list $p]
|
||||
set allchildren($id) {}
|
||||
|
Loading…
Reference in New Issue
Block a user