Age | Commit message (Expand) | Author | Files | Lines |
2005-11-20 | gitk: Fix some bugs introduced by speedup changes | Paul Mackerras | 1 | -11/+12 |
2005-11-19 | gitk: moving all three panes if clicking on an arrow. | Stefan-W. Hahn | 1 | -1/+3 |
2005-11-19 | gitk: use git-diff-tree --no-commit-id | Pavel Roskin | 1 | -4/+2 |
2005-11-18 | gitk: Specify line hover font | Frank Sorenson | 1 | -1/+1 |
2005-11-18 | readrefs: grab all refs with one call to ls-remote. | Junio C Hamano | 1 | -66/+32 |
2005-11-15 | Add -r flag and some speedups | Paul Mackerras | 1 | -68/+102 |
2005-10-27 | [PATCH] Make "gitk" work better with dense revlists | Linus Torvalds | 1 | -2/+2 |
2005-09-27 | Use "$@" rather than "${1+$@}" when invoking wish. | Paul Mackerras | 1 | -1/+1 |
2005-09-26 | Change wish8.4 back to wish | Paul Mackerras | 1 | -1/+1 |
2005-09-22 | [PATCH] Add new keybindings | Robert Suetterlin | 1 | -1/+9 |
2005-08-30 | Draw selected graph line thicker and make arrowheads active. | Paul Mackerras | 1 | -19/+126 |
2005-08-19 | Display the contents of a tag when the user clicks on it. | Paul Mackerras | 1 | -29/+64 |
2005-08-19 | Added re-read refs command, and display all refs. | Paul Mackerras | 1 | -6/+93 |
2005-08-19 | Save the maxwidth setting in the ~/.gitk file. | Paul Mackerras | 1 | -0/+2 |
2005-08-19 | Fix a bug where commits with no children weren't marked as on-screen. | Paul Mackerras | 1 | -8/+4 |
2005-08-18 | Use the --parents flag to git-rev-list. | Paul Mackerras | 1 | -69/+32 |
2005-08-18 | Allow graph lines to jump through hyperspace. | Paul Mackerras | 1 | -166/+413 |
2005-08-17 | Add graft support. | Paul Mackerras | 1 | -1/+48 |
2005-08-11 | Refine the update heuristic to improve responsiveness a bit. | Paul Mackerras | 1 | -22/+25 |
2005-08-10 | Only do an update every 100 commits when drawing the graph. | Paul Mackerras | 1 | -10/+21 |
2005-08-09 | [PATCH] "Child" information in commit window - and cleanups | Linus Torvalds | 1 | -10/+19 |
2005-08-08 | Better graph line details display and expand history coverage. | Paul Mackerras | 1 | -39/+78 |
2005-08-08 | [PATCH] gitk "parent information" in commit window | Linus Torvalds | 1 | -2/+14 |
2005-08-07 | Use lf translation rather than binary when reading commit data. | Paul Mackerras | 1 | -1/+1 |
2005-08-07 | Change cursor to a hand cursor when over a SHA1 ID link. | Paul Mackerras | 1 | -7/+23 |
2005-08-06 | Add forward and back buttons and make SHA1 IDs clickable links. | Paul Mackerras | 1 | -10/+99 |
2005-08-05 | Compress the graph horizontally if it gets too wide. | Paul Mackerras | 1 | -28/+81 |
2005-07-31 | Fix some bugs causing application error popups. | Paul Mackerras | 1 | -5/+9 |
2005-07-29 | Improve the merge display when the result differs from all parents. | Paul Mackerras | 1 | -7/+84 |
2005-07-28 | [PATCH] gitk: Use GIT_DIR where appropriate. | Junio C Hamano | 1 | -11/+13 |
2005-07-27 | Import the --topo-order change and fix the writing of ~/.gitk. | Paul Mackerras | 1 | -2/+3 |
2005-07-27 | Display the diffs for a merge in a unified fashion. | Paul Mackerras | 1 | -4/+363 |
2005-07-20 | Handle the rename cases reported by git-diff-tree -C correctly. | Paul Mackerras | 1 | -14/+29 |
2005-07-20 | Calculate the list of interesting files for a merge. | Paul Mackerras | 1 | -47/+133 |
2005-07-18 | Make the diff display less gaudy. | Paul Mackerras | 1 | -14/+32 |
2005-07-18 | Allow short SHA1 IDs in the SHA1 entry field. | Paul Mackerras | 1 | -1/+18 |
2005-07-17 | Fix display of mode changes in details pane. | Paul Mackerras | 1 | -33/+13 |
2005-07-17 | First cut at displaying the diffs for a merge. | Paul Mackerras | 1 | -19/+34 |
2005-07-16 | Make searching in files changed faster, and fix some bugs. | Paul Mackerras | 1 | -43/+137 |
2005-07-16 | Add "Files" and "Pickaxe" to the find menu. | Paul Mackerras | 1 | -18/+247 |
2005-06-29 | Add a menu item for writing out a commit to a file. | Paul Mackerras | 1 | -9/+66 |
2005-06-27 | Add a menu item for creating tags. | Paul Mackerras | 1 | -43/+140 |
2005-06-27 | Fix a bug where we would corrupt the stuff read from git-rev-list. | Paul Mackerras | 1 | -2/+7 |
2005-06-27 | Add a menu entry for generating a patch between any two commits. | Paul Mackerras | 1 | -0/+87 |
2005-06-27 | Fix behaviour in the case where we have no commits to display. | Paul Mackerras | 1 | -10/+17 |
2005-06-27 | Check for the existence of the git directory on startup. | Paul Mackerras | 1 | -1/+11 |
2005-06-25 | Clear the SHA1 entry field when we go to paste something into it | Paul Mackerras | 1 | -0/+8 |
2005-06-25 | Add commit row context menu and handle left-click on graph lines | Paul Mackerras | 1 | -86/+180 |
2005-06-22 | Try to assign colors so crossing lines have different colors | Paul Mackerras | 1 | -11/+71 |
2005-06-22 | Account for indentation of the checkin comments by git-rev-list | Paul Mackerras | 1 | -1/+6 |