| Commit message (Expand) | Author | Age |
* | Use the --parents flag to git-rev-list. | Paul Mackerras | 2005-08-18 |
* | Allow graph lines to jump through hyperspace. | Paul Mackerras | 2005-08-18 |
* | Add graft support. | Paul Mackerras | 2005-08-17 |
* | Refine the update heuristic to improve responsiveness a bit. | Paul Mackerras | 2005-08-11 |
* | Only do an update every 100 commits when drawing the graph. | Paul Mackerras | 2005-08-10 |
* | [PATCH] "Child" information in commit window - and cleanups | Linus Torvalds | 2005-08-09 |
* | Better graph line details display and expand history coverage. | Paul Mackerras | 2005-08-08 |
* | [PATCH] gitk "parent information" in commit window | Linus Torvalds | 2005-08-08 |
* | Use lf translation rather than binary when reading commit data. | Paul Mackerras | 2005-08-07 |
* | Change cursor to a hand cursor when over a SHA1 ID link. | Paul Mackerras | 2005-08-07 |
* | Add forward and back buttons and make SHA1 IDs clickable links. | Paul Mackerras | 2005-08-06 |
* | Compress the graph horizontally if it gets too wide. | Paul Mackerras | 2005-08-05 |
* | Fix some bugs causing application error popups. | Paul Mackerras | 2005-07-31 |
* | Improve the merge display when the result differs from all parents. | Paul Mackerras | 2005-07-29 |
* | [PATCH] gitk: Use GIT_DIR where appropriate. | Junio C Hamano | 2005-07-28 |
* | Import the --topo-order change and fix the writing of ~/.gitk. | Paul Mackerras | 2005-07-27 |
* | Display the diffs for a merge in a unified fashion. | Paul Mackerras | 2005-07-27 |
* | Handle the rename cases reported by git-diff-tree -C correctly. | Paul Mackerras | 2005-07-20 |
* | Calculate the list of interesting files for a merge. | Paul Mackerras | 2005-07-20 |
* | Make the diff display less gaudy. | Paul Mackerras | 2005-07-18 |
* | Allow short SHA1 IDs in the SHA1 entry field. | Paul Mackerras | 2005-07-18 |
* | Fix display of mode changes in details pane. | Paul Mackerras | 2005-07-17 |
* | First cut at displaying the diffs for a merge. | Paul Mackerras | 2005-07-17 |
* | Make searching in files changed faster, and fix some bugs. | Paul Mackerras | 2005-07-16 |
* | Add "Files" and "Pickaxe" to the find menu. | Paul Mackerras | 2005-07-16 |
* | Add a menu item for writing out a commit to a file. | Paul Mackerras | 2005-06-29 |
* | Add a menu item for creating tags. | Paul Mackerras | 2005-06-27 |
* | Fix a bug where we would corrupt the stuff read from git-rev-list. | Paul Mackerras | 2005-06-27 |
* | Add a menu entry for generating a patch between any two commits. | Paul Mackerras | 2005-06-27 |
* | Fix behaviour in the case where we have no commits to display. | Paul Mackerras | 2005-06-27 |
* | Check for the existence of the git directory on startup. | Paul Mackerras | 2005-06-27 |
* | Clear the SHA1 entry field when we go to paste something into it | Paul Mackerras | 2005-06-25 |
* | Add commit row context menu and handle left-click on graph lines | Paul Mackerras | 2005-06-25 |
* | Try to assign colors so crossing lines have different colors | Paul Mackerras | 2005-06-22 |
* | Account for indentation of the checkin comments by git-rev-list | Paul Mackerras | 2005-06-22 |
* | Use git-rev-list --header. | Paul Mackerras | 2005-06-22 |
* | Pass arguments through git-rev-parse. | Paul Mackerras | 2005-06-21 |
* | Handle the case of a parent being listed twice in a merge. | Paul Mackerras | 2005-06-21 |
* | Draw graph lines as one continuous line where possible | Paul Mackerras | 2005-06-17 |
* | Fix operation without libreadobj.so.0.0 | Paul Mackerras | 2005-06-16 |
* | Restructure to do incremental drawing | Paul Mackerras | 2005-06-16 |
* | Show heads as well as tags | Paul Mackerras | 2005-06-10 |
* | cope with changed git-diff-tree output format | Paul Mackerras | 2005-06-01 |
* | Use git-rev-list instead of git-rev-tree. | Paul Mackerras | 2005-05-31 |
* | Read tags from .git/refs/tags/* and mark commits with tags | Paul Mackerras | 2005-05-21 |
* | Accommodate new git-diff-tree output format | Paul Mackerras | 2005-05-19 |
* | Handle \ No newline at end of line lines in diff | Paul Mackerras | 2005-05-19 |
* | More fixes for geometry restoration | Paul Mackerras | 2005-05-18 |
* | Error popups on error conditions rather than stderr msgs | Paul Mackerras | 2005-05-17 |
* | save window geometry on exit, and restore it on startup | Paul Mackerras | 2005-05-16 |