Skip to content

Commit

Permalink
Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk
Browse files Browse the repository at this point in the history
* 'master' of git://git.kernel.org/pub/scm/gitk/gitk:
  gitk: Fix bug causing undefined variable error when cherry-picking
  • Loading branch information
Junio C Hamano committed Aug 29, 2007
2 parents 7d37b5b + 719c2b9 commit 9656153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
Expand Down

0 comments on commit 9656153

Please sign in to comment.