-
Notifications
You must be signed in to change notification settings - Fork 599
BUGS
tjl edited this page Sep 14, 2010
·
44 revisions
- When selecting a parent, it doesn’t show if you have a search open. Reset a search after selecting this?
- After completing a commit and switching back to the graph, the graph isn’t updated with the new commit information.
- Problems launching gitx from terminal: “launch path not accessible” or "Could not find a git binary! "
- This happens when the git binary can’t be found. If it’s not in your $PATH when starting gitx from the command-line, or when starting GitX by clicking on it, it’s location is guessed from a few locations. This does not always work. In the future, it would be nice to have a clearer error message and to have a preference specifying the git location.
- After reordering a commit list, it’s impossible to get the graph back
- Graphs sometimes draw lines incorrectly
- Refreshing doesn’t refresh the position of the labels
- Graphs are still drawn when having a search
- Still issues with graphs. Try graphing git’s git repository. There should only be one lane at the initial revision. (git://git.kernel.org/pub/scm/git/git.git) [Fixed in 0ab2d8476236542caeb35d54fcc42d12cee5143f|]
- in HTML view of commit messages, this.header and this.message need to have escapeHTML() run on them in case the message contains HTML elements
- when you have more than one window/repository open, clicking on ( H | C ) switches the view in all windows, not just the current window.