| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/gitk/gitk | Linus Torvalds | 2005-07-18 | 1 | -81/+434 |
|\ |
|
| * | Make the diff display less gaudy. | Paul Mackerras | 2005-07-18 | 1 | -14/+32 |
| * | Allow short SHA1 IDs in the SHA1 entry field. | Paul Mackerras | 2005-07-18 | 1 | -1/+18 |
| * | Fix display of mode changes in details pane. | Paul Mackerras | 2005-07-17 | 1 | -33/+13 |
| * | First cut at displaying the diffs for a merge. | Paul Mackerras | 2005-07-17 | 1 | -19/+34 |
| * | Make searching in files changed faster, and fix some bugs. | Paul Mackerras | 2005-07-16 | 1 | -43/+137 |
| * | Add "Files" and "Pickaxe" to the find menu. | Paul Mackerras | 2005-07-16 | 1 | -18/+247 |
* | | Make gitk use --topo-order instead of --merge-order | Linus Torvalds | 2005-07-06 | 1 | -1/+1 |
|/ |
|
* | Add a menu item for writing out a commit to a file. | Paul Mackerras | 2005-06-29 | 1 | -9/+66 |
* | Add a menu item for creating tags. | Paul Mackerras | 2005-06-27 | 1 | -43/+140 |
* | Fix a bug where we would corrupt the stuff read from git-rev-list. | Paul Mackerras | 2005-06-27 | 1 | -2/+7 |
* | Add a menu entry for generating a patch between any two commits. | Paul Mackerras | 2005-06-27 | 1 | -0/+87 |
* | Fix behaviour in the case where we have no commits to display. | Paul Mackerras | 2005-06-27 | 1 | -10/+17 |
* | Check for the existence of the git directory on startup. | Paul Mackerras | 2005-06-27 | 1 | -1/+11 |
* | Clear the SHA1 entry field when we go to paste something into it | Paul Mackerras | 2005-06-25 | 1 | -0/+8 |
* | Add commit row context menu and handle left-click on graph lines | Paul Mackerras | 2005-06-25 | 1 | -86/+180 |
* | Try to assign colors so crossing lines have different colors | Paul Mackerras | 2005-06-22 | 1 | -11/+71 |
* | Account for indentation of the checkin comments by git-rev-list | Paul Mackerras | 2005-06-22 | 1 | -1/+6 |
* | Use git-rev-list --header. | Paul Mackerras | 2005-06-22 | 1 | -94/+94 |
* | Pass arguments through git-rev-parse. | Paul Mackerras | 2005-06-21 | 1 | -4/+12 |
* | Handle the case of a parent being listed twice in a merge. | Paul Mackerras | 2005-06-21 | 1 | -58/+78 |
* | Draw graph lines as one continuous line where possible | Paul Mackerras | 2005-06-17 | 1 | -30/+122 |
* | Fix operation without libreadobj.so.0.0 | Paul Mackerras | 2005-06-16 | 1 | -4/+13 |
* | Restructure to do incremental drawing | Paul Mackerras | 2005-06-16 | 1 | -318/+438 |
* | Show heads as well as tags | Paul Mackerras | 2005-06-10 | 1 | -11/+43 |
* | cope with changed git-diff-tree output format | Paul Mackerras | 2005-06-01 | 1 | -7/+4 |
* | Use git-rev-list instead of git-rev-tree. | Paul Mackerras | 2005-05-31 | 1 | -56/+63 |
* | Read tags from .git/refs/tags/* and mark commits with tags | Paul Mackerras | 2005-05-21 | 1 | -17/+132 |
* | Accommodate new git-diff-tree output format | Paul Mackerras | 2005-05-19 | 1 | -3/+28 |
* | Handle \ No newline at end of line lines in diff | Paul Mackerras | 2005-05-19 | 1 | -20/+41 |
* | More fixes for geometry restoration | Paul Mackerras | 2005-05-18 | 1 | -35/+66 |
* | Error popups on error conditions rather than stderr msgs | Paul Mackerras | 2005-05-17 | 1 | -70/+139 |
* | save window geometry on exit, and restore it on startup | Paul Mackerras | 2005-05-16 | 1 | -10/+63 |
* | Resize the panes in the paned windows (commit list and details) | Paul Mackerras | 2005-05-15 | 1 | -2/+56 |
* | Fix stder -> stderr | Paul Mackerras | 2005-05-15 | 1 | -3/+3 |
* | Bumped version number | Paul Mackerras | 2005-05-15 | 1 | -3/+3 |
* | Made commit list reading asynchronous | Paul Mackerras | 2005-05-15 | 1 | -89/+160 |
* | Add a widget to show the SHA1 ID of the current commit | Paul Mackerras | 2005-05-15 | 1 | -30/+197 |
* | Make behaviour when git-rev-tree fails nicer | Paul Mackerras | 2005-05-12 | 1 | -3/+53 |
* | Show the diffs when a commit is selected | Paul Mackerras | 2005-05-11 | 1 | -53/+202 |
* | Make getting file lists asynchronous | Paul Mackerras | 2005-05-11 | 1 | -34/+81 |
* | source ~/.gitk for user-specific option settings | Paul Mackerras | 2005-05-10 | 1 | -43/+64 |
* | Display the list of changed files in a listbox pane. | Paul Mackerras | 2005-05-10 | 1 | -8/+66 |
* | Use a panedwindow | Paul Mackerras | 2005-05-10 | 1 | -20/+32 |
* | Add initial version of gitk to the CVS repository | Paul Mackerras | 2005-05-09 | 1 | -0/+418 |