summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)Author
2005-07-06Make gitk use --topo-order instead of --merge-orderLinus Torvalds
2005-06-28Add a menu item for writing out a commit to a file.Paul Mackerras
2005-06-27Add a menu item for creating tags.Paul Mackerras
2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras
2005-06-27Add a menu entry for generating a patch between any two commits.Paul Mackerras
2005-06-27Fix behaviour in the case where we have no commits to display.Paul Mackerras
2005-06-27Check for the existence of the git directory on startup.Paul Mackerras
2005-06-25Clear the SHA1 entry field when we go to paste something into itPaul Mackerras
2005-06-25Add commit row context menu and handle left-click on graph linesPaul Mackerras
2005-06-22Try to assign colors so crossing lines have different colorsPaul Mackerras
2005-06-22Account for indentation of the checkin comments by git-rev-listPaul Mackerras
2005-06-22Use git-rev-list --header.Paul Mackerras
2005-06-21Pass arguments through git-rev-parse.Paul Mackerras
2005-06-21Handle the case of a parent being listed twice in a merge.Paul Mackerras
2005-06-17Draw graph lines as one continuous line where possiblePaul Mackerras
2005-06-16Fix operation without libreadobj.so.0.0Paul Mackerras
2005-06-16Restructure to do incremental drawingPaul Mackerras
2005-06-10Show heads as well as tagsPaul Mackerras
2005-06-01cope with changed git-diff-tree output formatPaul Mackerras
2005-05-31Use git-rev-list instead of git-rev-tree.Paul Mackerras
2005-05-21Read tags from .git/refs/tags/* and mark commits with tagsPaul Mackerras
2005-05-19Accommodate new git-diff-tree output formatPaul Mackerras
2005-05-19Handle \ No newline at end of line lines in diffPaul Mackerras
2005-05-18More fixes for geometry restorationPaul Mackerras
2005-05-17Error popups on error conditions rather than stderr msgsPaul Mackerras
2005-05-16save window geometry on exit, and restore it on startupPaul Mackerras
2005-05-15Resize the panes in the paned windows (commit list and details)Paul Mackerras
2005-05-15Fix stder -> stderrPaul Mackerras
2005-05-15Bumped version numberPaul Mackerras
2005-05-15Made commit list reading asynchronousPaul Mackerras
2005-05-15Add a widget to show the SHA1 ID of the current commitPaul Mackerras
2005-05-12Make behaviour when git-rev-tree fails nicerPaul Mackerras
2005-05-11Show the diffs when a commit is selectedPaul Mackerras
2005-05-11Make getting file lists asynchronousPaul Mackerras
2005-05-10source ~/.gitk for user-specific option settingsPaul Mackerras
2005-05-10Display the list of changed files in a listbox pane.Paul Mackerras
2005-05-10Use a panedwindowPaul Mackerras
2005-05-09Add initial version of gitk to the CVS repositoryPaul Mackerras