summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2007-03-21[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitkLibravatar Brandon Casey1-2/+2
2007-03-12[PATCH] gitk: bind <F5> key to Update (reread commits)Libravatar Eric Wong1-0/+2
2007-02-15Make gitk save and restore window pane position on Linux and Cygwin.Libravatar Mark Levedahl1-10/+13
2007-02-15Make gitk save and restore the user set window position.Libravatar Mark Levedahl1-5/+6
2007-02-15[PATCH] gitk: Use show-ref instead of ls-remoteLibravatar Junio C Hamano1-2/+2
2007-02-15[PATCH] Make gitk work reasonably well on Cygwin.Libravatar Junio C Hamano1-126/+150
2007-02-15[PATCH] gitk - remove trailing whitespace from a few lines.Libravatar Mark Levedahl1-4/+4
2007-02-15Change git repo-config to git configLibravatar Paul Mackerras1-1/+1
2007-01-13[PATCH] Make gitk work when launched in a subdirectoryLibravatar Peter Baumann1-1/+1
2007-01-13[PATCH] gitk: add current directory to main window titleLibravatar Doug Maxey1-0/+1
2006-11-23gitk: Fix enabling/disabling of menu items on Mac OS XLibravatar Paul Mackerras1-10/+10
2006-10-19[PATCH] gitk: Fix nextfile() and add prevfile()Libravatar OGAWA Hirofumi1-0/+15
2006-08-28gitk: Fix some bugs in the new cherry-picking codeLibravatar Paul Mackerras1-2/+6
2006-08-16gitk: Improve responsiveness while reading and layout out the graphLibravatar Paul Mackerras1-24/+34
2006-08-08gitk: Update preceding/following tag info when creating a tagLibravatar Paul Mackerras1-0/+77
2006-08-06gitk: Add a menu item for cherry-picking commitsLibravatar Paul Mackerras1-43/+210
2006-08-02gitk: Fix a couple of buglets in the branch head menu itemsLibravatar Paul Mackerras1-2/+2
2006-08-02gitk: Add a context menu for headsLibravatar Paul Mackerras1-0/+118
2006-08-02gitk: Add a row context-menu item for creating a new branchLibravatar Paul Mackerras1-0/+80
2006-08-02gitk: Recompute ancestor/descendent heads/tags when rereading refsLibravatar Paul Mackerras1-47/+85
2006-07-18gitk: Minor cleanupsLibravatar Paul Mackerras1-7/+5
2006-07-06gitk: Show the currently checked-out head in bold fontLibravatar Paul Mackerras1-5/+22
2006-07-05gitk: Allow the user to set some colorsLibravatar Paul Mackerras1-23/+101
2006-06-12[PATCH] gitk: rereadrefs needs listrefsLibravatar Junio C Hamano1-0/+18
2006-06-07gitk: Re-read the descendent/ancestor tag & head info on updateLibravatar Paul Mackerras1-1/+17
2006-06-04gitk: Show branch name(s) as well, if "show nearby tags" is enabledLibravatar Paul Mackerras1-11/+43
2006-06-03gitk: Show nearby tagsLibravatar Paul Mackerras1-23/+247
2006-05-30Merge branch 'master' into newLibravatar Paul Mackerras1-41/+43
2006-05-30gitk: Add a goto next/previous highlighted commit functionLibravatar Paul Mackerras1-52/+144
2006-05-29gitk: Provide ability to highlight based on relationship to selected commitLibravatar Paul Mackerras1-2/+150
2006-05-26gitk: show_error fixLibravatar Paul Mackerras1-8/+8
2006-05-26[PATCH] gitk: start-up bugfixLibravatar Junio C Hamano1-1/+1
2006-05-26[PATCH] gitk: Replace "git-" commands with "git "Libravatar Timo Hirvonen1-26/+26
2006-05-26gitk: Fix bug in highlight stuff when no line is selectedLibravatar Paul Mackerras1-3/+2
2006-05-26gitk: Move "pickaxe" find function to highlight facilityLibravatar Paul Mackerras1-309/+59
2006-05-25gitk: Improve the text window search functionLibravatar Paul Mackerras1-19/+69
2006-05-24gitk: First cut at a search function in the patch/file display windowLibravatar Paul Mackerras1-6/+101
2006-05-20gitk: Highlight paths of interest in tree view as wellLibravatar Paul Mackerras1-26/+38
2006-05-20gitk: Highlight entries in the file list as wellLibravatar Paul Mackerras1-5/+66
2006-05-20[PATCH] gitk: Display commit messages with word wrapLibravatar Sergey Vlasov1-12/+14
2006-05-20Merge branch 'master' into newLibravatar Paul Mackerras1-0/+1
2006-05-20gitk: Fix bug where page-up/down wouldn't always work properlyLibravatar Paul Mackerras1-0/+1
2006-05-20gitk: Make a row of controls for controlling highlightingLibravatar Paul Mackerras1-67/+298
2006-05-15gitk: Fix display of "(...)" for parents/children we haven't drawnLibravatar Paul Mackerras1-1/+4
2006-05-03gitk: Allow view to specify arbitrary arguments to git-rev-listLibravatar Paul Mackerras1-51/+196
2006-05-02gitk: Fix file list display when files are renamedLibravatar Paul Mackerras1-62/+29
2006-05-02gitk: Basic support for highlighting one view within anotherLibravatar Paul Mackerras1-221/+343
2006-05-01gitk: Add a tree-browsing modeLibravatar Paul Mackerras1-20/+358
2006-04-27gitk: Use a text widget for the file listLibravatar Paul Mackerras1-59/+131
2006-04-26Merge branch 'new'Libravatar Paul Mackerras1-156/+555