Add first cut at "git protocol" connect logic.
[gitweb.git] / gitk
2005-07-06 Make gitk use --topo-order instead of --merge-order
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Add a menu item for writing out a commit to a file.
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 Add a menu item for creating tags.
2005-06-27 Fix a bug where we would corrupt the stuff read from...
2005-06-27 Add a menu entry for generating a patch between any...
2005-06-27 Fix behaviour in the case where we have no commits...
2005-06-27 Check for the existence of the git directory on startup.
2005-06-25 Clear the SHA1 entry field when we go to paste somethin...
2005-06-25 Add commit row context menu and handle left-click on...
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-22 Try to assign colors so crossing lines have different...
2005-06-22 Account for indentation of the checkin comments by...
2005-06-22 Use git-rev-list --header.
2005-06-21 Pass arguments through git-rev-parse.
2005-06-21 Handle the case of a parent being listed twice in a...
2005-06-17 Draw graph lines as one continuous line where possible
2005-06-16 Fix operation without libreadobj.so.0.0
2005-06-16 Restructure to do incremental drawing
2005-06-10 Show heads as well as tags
2005-06-01 cope with changed git-diff-tree output format
2005-05-31 Use git-rev-list instead of git-rev-tree.
2005-05-21 Read tags from .git/refs/tags/* and mark commits with...
2005-05-19 Accommodate new git-diff-tree output format
2005-05-19 Handle \ No newline at end of line lines in diff
2005-05-18 More fixes for geometry restoration
2005-05-17 Error popups on error conditions rather than stderr...
2005-05-16 save window geometry on exit, and restore it on startup
2005-05-15 Resize the panes in the paned windows (commit list...
2005-05-15 Fix stder -> stderr
2005-05-15 Bumped version number
2005-05-15 Made commit list reading asynchronous
2005-05-15 Add a widget to show the SHA1 ID of the current commit
2005-05-12 Make behaviour when git-rev-tree fails nicer
2005-05-11 Show the diffs when a commit is selected
2005-05-11 Make getting file lists asynchronous
2005-05-10 source ~/.gitk for user-specific option settings
2005-05-10 Display the list of changed files in a listbox pane.
2005-05-10 Use a panedwindow
2005-05-09 Add initial version of gitk to the CVS repository