Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk
author
Junio C Hamano
<gitster@pobox.com>
Wed, 29 Aug 2007 20:27:10 +0000
(13:27 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 29 Aug 2007 20:27:10 +0000
(13:27 -0700)
* 'master' of git://git.kernel.org/pub/scm/gitk/gitk:
gitk: Fix bug causing undefined variable error when cherry-picking
gitk
patch
|
blob
|
history
raw
(from parent 1:
7d37b5b
)
diff --git
a/gitk
b/gitk
index b7730ae20224f8d91484caf40470ec3025aa0c48..300fdceb350ca6d0419ef3b0bf3f1e7b82700a59 100755
(executable)
--- a/
gitk
+++ b/
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) {}