summaryrefslogtreecommitdiffstats
path: root/gitk (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-12Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-26/+121
2006-08-03fixed variable declaration in gitkMichael1-1/+1
2006-07-06gitk: Show the currently checked-out head in bold fontPaul Mackerras1-5/+22
2006-07-05gitk: Allow the user to set some colorsPaul Mackerras1-23/+101
2006-06-12[PATCH] gitk: rereadrefs needs listrefsJunio C Hamano1-0/+18
2006-06-07gitk: Re-read the descendent/ancestor tag & head info on updatePaul Mackerras1-1/+17
2006-06-04gitk: Show branch name(s) as well, if "show nearby tags" is enabledPaul Mackerras1-11/+43
2006-06-03gitk: Show nearby tagsPaul Mackerras1-23/+247
2006-05-30Merge branch 'master' into newPaul Mackerras1-41/+43
2006-05-30gitk: Add a goto next/previous highlighted commit functionPaul Mackerras1-52/+144
2006-05-29gitk: Provide ability to highlight based on relationship to selected commitPaul Mackerras1-2/+150
2006-05-26gitk: show_error fixPaul Mackerras1-8/+8
2006-05-26[PATCH] gitk: start-up bugfixJunio C Hamano1-1/+1
2006-05-26[PATCH] gitk: Replace "git-" commands with "git "Timo Hirvonen1-26/+26
2006-05-26gitk: Fix bug in highlight stuff when no line is selectedPaul Mackerras1-3/+2
2006-05-26gitk: Move "pickaxe" find function to highlight facilityPaul Mackerras1-309/+59
2006-05-25gitk: Improve the text window search functionPaul Mackerras1-19/+69
2006-05-24gitk: First cut at a search function in the patch/file display windowPaul Mackerras1-6/+101
2006-05-20gitk: Highlight paths of interest in tree view as wellPaul Mackerras1-26/+38
2006-05-20gitk: Highlight entries in the file list as wellPaul Mackerras1-5/+66
2006-05-20[PATCH] gitk: Display commit messages with word wrapSergey Vlasov1-12/+14
2006-05-20Merge branch 'master' into newPaul Mackerras1-0/+1
2006-05-20gitk: Fix bug where page-up/down wouldn't always work properlyPaul Mackerras1-0/+1
2006-05-20gitk: Make a row of controls for controlling highlightingPaul Mackerras1-67/+298
2006-05-15gitk: Fix display of "(...)" for parents/children we haven't drawnPaul Mackerras1-1/+4
2006-05-03gitk: Allow view to specify arbitrary arguments to git-rev-listPaul Mackerras1-51/+196
2006-05-02gitk: Fix file list display when files are renamedPaul Mackerras1-62/+29
2006-05-02gitk: Basic support for highlighting one view within anotherPaul Mackerras1-221/+343
2006-05-01gitk: Add a tree-browsing modePaul Mackerras1-20/+358
2006-04-27gitk: Use a text widget for the file listPaul Mackerras1-59/+131
2006-04-26Merge branch 'new'Paul Mackerras1-156/+555
2006-04-25[PATCH] gitk: Add a visual tag for remote refsJosef Weidendorfer1-0/+14
2006-04-25gitk: add menu item for editing the current viewPaul Mackerras1-37/+90
2006-04-25gitk: Implement "permanent" views (stored in ~/.gitk)Paul Mackerras1-13/+48
2006-04-23Merge branch 'master' into newPaul Mackerras1-2/+3
2006-04-23gitk: Use git-rev-parse only to identify file/dir names on cmd linePaul Mackerras1-50/+23
2006-04-23gitk: Let git-rev-list do the argument list parsingPaul Mackerras1-18/+2
2006-04-21gitk: Remember the view in the history listPaul Mackerras1-9/+29
2006-04-17gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras1-2/+3
2006-04-17gitk: Don't reread git-rev-list output from scratch on view switchPaul Mackerras1-41/+116
2006-04-06gitk: Fix various bugs in the view supportPaul Mackerras1-5/+15
2006-04-06Merge branch 'master' into newPaul Mackerras1-14/+131
2006-04-06gitk: Fix incorrect invocation of getmergedifflinePaul Mackerras1-1/+1
2006-04-06[PATCH] gitk: Fix searching for filenames in gitkPavel Roskin1-1/+1
2006-04-06gitk: Make File->Update work properly againPaul Mackerras1-29/+30
2006-04-05[PATCH] Provide configurable UI font for gitkKeith Packard1-6/+17
2006-04-05[PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding1-1/+1
2006-04-05[PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing1-6/+69
2006-04-05gitk: Add a help menu item to display key bindingsPaul Mackerras1-1/+43
2006-04-05[PATCH] gitk: allow goto headsStephen Rothwell1-3/+4