All of lore.kernel.org
 help / color / mirror / Atom feed
* gitk bug
@ 2021-11-07 16:19 php fan
  0 siblings, 0 replies; 2+ messages in thread
From: php fan @ 2021-11-07 16:19 UTC (permalink / raw)
  To: git

(Oh gosh, using a mailing list for bug reports...)

I just installed gitk on OpenSUSE Tumbleweed with zypper and found this bug.

Here's the report generated with git bugreport:

Thank you for filling out a Git bug report!
Please answer the following questions to help us understand your issue.

What did you do before the bug happened? (Steps to reproduce your issue)

1. cd into the directory of a git repository
2. Run "gitk" (this opens the repository in gitk)
3. Click on a commit

What did you expect to happen? (Expected behavior)

Should select the commit I clicked on

What happened instead? (Actual behavior)

Selects the commit just below it

What's different between what you expected and what actually happened?

See above

Anything else you want to add:

no

Please review the rest of the bug report below.
You can delete any lines you don't wish to share.


[System Info]
git version:
git version 2.33.1
cpu: x86_64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
shell-path: /bin/sh
uname: Linux 5.14.14-1-default #1 SMP Thu Oct 21 05:05:03 UTC 2021
(2b5383f) x86_64
compiler info: gnuc: 11.2
libc info: glibc: 2.34
$SHELL (typically, interactive shell): /bin/bash


[Enabled Hooks]
not run from a git repository - no hooks to show

^ permalink raw reply	[flat|nested] 2+ messages in thread

* gitk bug
@ 2007-05-30 23:31 Han-Wen Nienhuys
  0 siblings, 0 replies; 2+ messages in thread
From: Han-Wen Nienhuys @ 2007-05-30 23:31 UTC (permalink / raw)
  To: git

git init
mkdir -p x/y/z
echo hoi > x/y/z/file1
echo hoi > x/y/z/file2
git add .
git commit -m 'start'
gitk


->

click "Tree". Open "x" directory.

Result:

can't read "treeheight(y/)": no such element in array
can't read "treeheight(y/)": no such element in array
    (reading value of variable to increment)
    invoked from within
"incr treeheight($x) $n"
    (procedure "treeopendir" line 15)
    invoked from within
"treeopendir $w $e"
    (procedure "treeclick" line 20)
    invoked from within



this is with


commit 322bcd9a9a2c0081c66414bde64e0d443c9ec922
Merge: a77a33a... 8558fd9...
Author: Junio C Hamano <junkio@cox.net>
Date:   Tue May 29 01:24:20 2007 -0700


-- 
Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-07 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 16:19 gitk bug php fan
  -- strict thread matches above, loose matches on Subject: below --
2007-05-30 23:31 Han-Wen Nienhuys

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.