aboutsummaryrefslogtreecommitdiffstats
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2005-07-29Improve the merge display when the result differs from all parents.Paul Mackerras1-7/+84
2005-07-28[PATCH] gitk: Use GIT_DIR where appropriate.Junio C Hamano1-11/+13
2005-07-27Import the --topo-order change and fix the writing of ~/.gitk.Paul Mackerras1-2/+3
2005-07-27Display the diffs for a merge in a unified fashion.Paul Mackerras1-4/+363
2005-07-20Handle the rename cases reported by git-diff-tree -C correctly.Paul Mackerras1-14/+29
2005-07-20Calculate the list of interesting files for a merge.Paul Mackerras1-47/+133
2005-07-18Make the diff display less gaudy.Paul Mackerras1-14/+32
2005-07-18Allow short SHA1 IDs in the SHA1 entry field.Paul Mackerras1-1/+18
2005-07-17Fix display of mode changes in details pane.Paul Mackerras1-33/+13
2005-07-17First cut at displaying the diffs for a merge.Paul Mackerras1-19/+34
2005-07-16Make searching in files changed faster, and fix some bugs.Paul Mackerras1-43/+137
2005-07-16Add "Files" and "Pickaxe" to the find menu.Paul Mackerras1-18/+247
2005-06-29Add a menu item for writing out a commit to a file.Paul Mackerras1-9/+66
2005-06-27Add a menu item for creating tags.Paul Mackerras1-43/+140
2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras1-2/+7
2005-06-27Add a menu entry for generating a patch between any two commits.Paul Mackerras1-0/+87
2005-06-27Fix behaviour in the case where we have no commits to display.Paul Mackerras1-10/+17
2005-06-27Check for the existence of the git directory on startup.Paul Mackerras1-1/+11
2005-06-25Clear the SHA1 entry field when we go to paste something into itPaul Mackerras1-0/+8
2005-06-25Add commit row context menu and handle left-click on graph linesPaul Mackerras1-86/+180
2005-06-22Try to assign colors so crossing lines have different colorsPaul Mackerras1-11/+71
2005-06-22Account for indentation of the checkin comments by git-rev-listPaul Mackerras1-1/+6
2005-06-22Use git-rev-list --header.Paul Mackerras1-94/+94
2005-06-21Pass arguments through git-rev-parse.Paul Mackerras1-4/+12
2005-06-21Handle the case of a parent being listed twice in a merge.Paul Mackerras1-58/+78
2005-06-17Draw graph lines as one continuous line where possiblePaul Mackerras1-30/+122
2005-06-16Fix operation without libreadobj.so.0.0Paul Mackerras1-4/+13
2005-06-16Restructure to do incremental drawingPaul Mackerras1-318/+438
2005-06-10Show heads as well as tagsPaul Mackerras1-11/+43
2005-06-01cope with changed git-diff-tree output formatPaul Mackerras1-7/+4
2005-05-31Use git-rev-list instead of git-rev-tree.Paul Mackerras1-56/+63
2005-05-21Read tags from .git/refs/tags/* and mark commits with tagsPaul Mackerras1-17/+132
2005-05-19Accommodate new git-diff-tree output formatPaul Mackerras1-3/+28
2005-05-19Handle \ No newline at end of line lines in diffPaul Mackerras1-20/+41
2005-05-18More fixes for geometry restorationPaul Mackerras1-35/+66
2005-05-17Error popups on error conditions rather than stderr msgsPaul Mackerras1-70/+139
2005-05-16save window geometry on exit, and restore it on startupPaul Mackerras1-10/+63
2005-05-15Resize the panes in the paned windows (commit list and details)Paul Mackerras1-2/+56
2005-05-15Fix stder -> stderrPaul Mackerras1-3/+3
2005-05-15Bumped version numberPaul Mackerras1-3/+3
2005-05-15Made commit list reading asynchronousPaul Mackerras1-89/+160
2005-05-15Add a widget to show the SHA1 ID of the current commitPaul Mackerras1-30/+197
2005-05-12Make behaviour when git-rev-tree fails nicerPaul Mackerras1-3/+53
2005-05-11Show the diffs when a commit is selectedPaul Mackerras1-53/+202
2005-05-11Make getting file lists asynchronousPaul Mackerras1-34/+81
2005-05-10source ~/.gitk for user-specific option settingsPaul Mackerras1-43/+64
2005-05-10Display the list of changed files in a listbox pane.Paul Mackerras1-8/+66
2005-05-10Use a panedwindowPaul Mackerras1-20/+32
2005-05-09Add initial version of gitk to the CVS repositoryPaul Mackerras1-0/+418