summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* fixed variable declaration in gitkMichael2006-08-031-1/+1
* [PATCH] gitk: rereadrefs needs listrefsJunio C Hamano2006-06-121-0/+18
* gitk: Re-read the descendent/ancestor tag & head info on updatePaul Mackerras2006-06-071-1/+17
* gitk: Show branch name(s) as well, if "show nearby tags" is enabledPaul Mackerras2006-06-041-11/+43
* gitk: Show nearby tagsPaul Mackerras2006-06-031-23/+247
* Merge branch 'master' into newPaul Mackerras2006-05-301-41/+43
|\
| * gitk: show_error fixPaul Mackerras2006-05-261-8/+8
| * [PATCH] gitk: start-up bugfixJunio C Hamano2006-05-261-1/+1
| * [PATCH] gitk: Replace "git-" commands with "git "Timo Hirvonen2006-05-261-26/+26
| * [PATCH] gitk: Display commit messages with word wrapSergey Vlasov2006-05-201-12/+14
* | gitk: Add a goto next/previous highlighted commit functionPaul Mackerras2006-05-301-52/+144
* | gitk: Provide ability to highlight based on relationship to selected commitPaul Mackerras2006-05-291-2/+150
* | gitk: Fix bug in highlight stuff when no line is selectedPaul Mackerras2006-05-261-3/+2
* | gitk: Move "pickaxe" find function to highlight facilityPaul Mackerras2006-05-261-309/+59
* | gitk: Improve the text window search functionPaul Mackerras2006-05-251-19/+69
* | gitk: First cut at a search function in the patch/file display windowPaul Mackerras2006-05-241-6/+101
* | gitk: Highlight paths of interest in tree view as wellPaul Mackerras2006-05-201-26/+38
* | gitk: Highlight entries in the file list as wellPaul Mackerras2006-05-201-5/+66
* | Merge branch 'master' into newPaul Mackerras2006-05-201-0/+1
|\ \ | |/
| * gitk: Fix bug where page-up/down wouldn't always work properlyPaul Mackerras2006-05-201-0/+1
* | gitk: Make a row of controls for controlling highlightingPaul Mackerras2006-05-201-67/+298
|/
* gitk: Fix display of "(...)" for parents/children we haven't drawnPaul Mackerras2006-05-151-1/+4
* gitk: Allow view to specify arbitrary arguments to git-rev-listPaul Mackerras2006-05-031-51/+196
* gitk: Fix file list display when files are renamedPaul Mackerras2006-05-021-62/+29
* gitk: Basic support for highlighting one view within anotherPaul Mackerras2006-05-021-221/+343
* gitk: Add a tree-browsing modePaul Mackerras2006-05-011-20/+358
* gitk: Use a text widget for the file listPaul Mackerras2006-04-271-59/+131
* Merge branch 'new'Paul Mackerras2006-04-261-156/+555
|\
| * gitk: add menu item for editing the current viewPaul Mackerras2006-04-251-37/+90
| * gitk: Implement "permanent" views (stored in ~/.gitk)Paul Mackerras2006-04-251-13/+48
| * Merge branch 'master' into newPaul Mackerras2006-04-231-2/+3
| |\
| * | gitk: Use git-rev-parse only to identify file/dir names on cmd linePaul Mackerras2006-04-231-50/+23
| * | gitk: Remember the view in the history listPaul Mackerras2006-04-211-9/+29
| * | gitk: Don't reread git-rev-list output from scratch on view switchPaul Mackerras2006-04-171-41/+116
| * | gitk: Fix various bugs in the view supportPaul Mackerras2006-04-061-5/+15
| * | Merge branch 'master' into newPaul Mackerras2006-04-061-14/+131
| |\ \
| * | | gitk: Make File->Update work properly againPaul Mackerras2006-04-061-29/+30
| * | | gitk: Implement multiple viewsPaul Mackerras2006-04-041-118/+334
* | | | [PATCH] gitk: Add a visual tag for remote refsJosef Weidendorfer2006-04-251-0/+14
| |_|/ |/| |
* | | gitk: Let git-rev-list do the argument list parsingPaul Mackerras2006-04-231-18/+2
* | | gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras2006-04-171-2/+3
| |/ |/|
* | gitk: Fix incorrect invocation of getmergedifflinePaul Mackerras2006-04-061-1/+1
* | [PATCH] gitk: Fix searching for filenames in gitkPavel Roskin2006-04-061-1/+1
* | [PATCH] Provide configurable UI font for gitkKeith Packard2006-04-051-6/+17
* | [PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding2006-04-051-1/+1
* | [PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing2006-04-051-6/+69
* | gitk: Add a help menu item to display key bindingsPaul Mackerras2006-04-051-1/+43
* | [PATCH] gitk: allow goto headsStephen Rothwell2006-04-051-3/+4
|/
* gitk: replace parent and children arrays with listsPaul Mackerras2006-04-021-93/+95
* gitk: Better workaround for arrows on diagonal line segmentsPaul Mackerras2006-03-311-16/+21