Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Collapse)Author
2005-06-01cope with changed git-diff-tree output formatPaul Mackerras
2005-05-31Use git-rev-list instead of git-rev-tree.Paul Mackerras
Fix bug in changing font size in entry widgets. Fix bug with B1 click before anything has been drawn. Use "units" and "pages" instead of "u" and "p" for tk8.5.
2005-05-21Read tags from .git/refs/tags/* and mark commits with tagsPaul Mackerras
with a label. Allow SHA1 ids or tags to be entered in the SHA1 ID field.
2005-05-19Accommodate new git-diff-tree output formatPaul Mackerras
Add 'f' key for moving to next file
2005-05-19Handle \ No newline at end of line lines in diffPaul Mackerras
Put (deleted) or (created, mode xxx) in header lines Fix scrolling to bring lines on screen
2005-05-19More fixes for geometry restorationPaul Mackerras
Make up/down/pgup/pgdn work again Return in find string entry does find Scale circles and lines with font size Fix scrolling to make entire selected line visible Use white circle for commits not listed but put in to terminate lines Fix diff parsing for created and deleted files
2005-05-18Error popups on error conditions rather than stderr msgsPaul Mackerras
Stop . bindings firing on find string entry keypresses Fix geometry saving/restoring a bit Show the terminal commits Highlight comment matches in the comment window
2005-05-17save window geometry on exit, and restore it on startupPaul Mackerras
2005-05-16Resize the panes in the paned windows (commit list and details)Paul Mackerras
to keep the proportionality of the pane widths as the overall window is resized.
2005-05-16Fix stder -> stderrPaul Mackerras
2005-05-15Bumped version numberPaul Mackerras
2005-05-15Made commit list reading asynchronousPaul Mackerras
Added control+/- to increase/decrease font sizes Rearranged code a little.
2005-05-15Add a widget to show the SHA1 ID of the current commitPaul Mackerras
Add a find facility to search within the commits Cope with multiple starting points.
2005-05-13Make behaviour when git-rev-tree fails nicerPaul Mackerras
Fix crash benh saw with currentid undefined Add menu with file/quit and help/about items Add ^Q for quit
2005-05-12Show the diffs when a commit is selectedPaul Mackerras
Selecting in the listbox reduces the text view to just the diff for the file(s) selected Added -c option for color-by-committer Added some more key bindings
2005-05-11Make getting file lists asynchronousPaul Mackerras
Add some scrollbars
2005-05-10source ~/.gitk for user-specific option settingsPaul Mackerras
use a panedwindow for the main list with three panes, and make them scroll together
2005-05-10Display the list of changed files in a listbox pane.Paul Mackerras
2005-05-10Use a panedwindowPaul Mackerras
Make it cope with commits having parents that aren't listed.
2005-05-09Add initial version of gitk to the CVS repositoryPaul Mackerras