-
Notifications
You must be signed in to change notification settings - Fork 597
BUGS
pieter 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?
- (clj) When sorting by author or date, the branch-map correctly disappears, it is however not possible to get it back without switching to another branch or going to the commit view and back.
- (clj) There is a very very tiny white space between each segment of the lines on the tube-map its in the very center of each cell (where the circle would normally be drawn), and its not a white pixel, but a slightly lighter pixel than the rest.
- 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.
- (clj) There is no help for the commandline gitx tool.
- (clj) The diff of the initial commit of GitX is broken. (launch GitX on its own repos, select Initial Commit, press V) It does not render properly. [PB: Works for me]
- (clj) The colour of the branch-map changes when hitting reload, always, even when there are no actual changes in what is being drawn.
- (clj) Sorting by subject does not work, should it? And if not, should it sort it in the order used when the branch-map is displayed (and ensure that the branch-map is redisplayed).
- After completing a commit and switching back to the graph, the graph isn’t updated with the new commit information.
- 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.