| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed variable declaration in gitk | Michael | 2006-08-03 | 1 | -1/+1 |
* | [PATCH] gitk: rereadrefs needs listrefs | Junio C Hamano | 2006-06-12 | 1 | -0/+18 |
* | gitk: Re-read the descendent/ancestor tag & head info on update | Paul Mackerras | 2006-06-07 | 1 | -1/+17 |
* | gitk: Show branch name(s) as well, if "show nearby tags" is enabled | Paul Mackerras | 2006-06-04 | 1 | -11/+43 |
* | gitk: Show nearby tags | Paul Mackerras | 2006-06-03 | 1 | -23/+247 |
* | Merge branch 'master' into new | Paul Mackerras | 2006-05-30 | 1 | -41/+43 |
|\ |
|
| * | gitk: show_error fix | Paul Mackerras | 2006-05-26 | 1 | -8/+8 |
| * | [PATCH] gitk: start-up bugfix | Junio C Hamano | 2006-05-26 | 1 | -1/+1 |
| * | [PATCH] gitk: Replace "git-" commands with "git " | Timo Hirvonen | 2006-05-26 | 1 | -26/+26 |
| * | [PATCH] gitk: Display commit messages with word wrap | Sergey Vlasov | 2006-05-20 | 1 | -12/+14 |
* | | gitk: Add a goto next/previous highlighted commit function | Paul Mackerras | 2006-05-30 | 1 | -52/+144 |
* | | gitk: Provide ability to highlight based on relationship to selected commit | Paul Mackerras | 2006-05-29 | 1 | -2/+150 |
* | | gitk: Fix bug in highlight stuff when no line is selected | Paul Mackerras | 2006-05-26 | 1 | -3/+2 |
* | | gitk: Move "pickaxe" find function to highlight facility | Paul Mackerras | 2006-05-26 | 1 | -309/+59 |
* | | gitk: Improve the text window search function | Paul Mackerras | 2006-05-25 | 1 | -19/+69 |
* | | gitk: First cut at a search function in the patch/file display window | Paul Mackerras | 2006-05-24 | 1 | -6/+101 |
* | | gitk: Highlight paths of interest in tree view as well | Paul Mackerras | 2006-05-20 | 1 | -26/+38 |
* | | gitk: Highlight entries in the file list as well | Paul Mackerras | 2006-05-20 | 1 | -5/+66 |
* | | Merge branch 'master' into new | Paul Mackerras | 2006-05-20 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | gitk: Fix bug where page-up/down wouldn't always work properly | Paul Mackerras | 2006-05-20 | 1 | -0/+1 |
* | | gitk: Make a row of controls for controlling highlighting | Paul Mackerras | 2006-05-20 | 1 | -67/+298 |
|/ |
|
* | gitk: Fix display of "(...)" for parents/children we haven't drawn | Paul Mackerras | 2006-05-15 | 1 | -1/+4 |
* | gitk: Allow view to specify arbitrary arguments to git-rev-list | Paul Mackerras | 2006-05-03 | 1 | -51/+196 |
* | gitk: Fix file list display when files are renamed | Paul Mackerras | 2006-05-02 | 1 | -62/+29 |
* | gitk: Basic support for highlighting one view within another | Paul Mackerras | 2006-05-02 | 1 | -221/+343 |
* | gitk: Add a tree-browsing mode | Paul Mackerras | 2006-05-01 | 1 | -20/+358 |
* | gitk: Use a text widget for the file list | Paul Mackerras | 2006-04-27 | 1 | -59/+131 |
* | Merge branch 'new' | Paul Mackerras | 2006-04-26 | 1 | -156/+555 |
|\ |
|
| * | gitk: add menu item for editing the current view | Paul Mackerras | 2006-04-25 | 1 | -37/+90 |
| * | gitk: Implement "permanent" views (stored in ~/.gitk) | Paul Mackerras | 2006-04-25 | 1 | -13/+48 |
| * | Merge branch 'master' into new | Paul Mackerras | 2006-04-23 | 1 | -2/+3 |
| |\ |
|
| * | | gitk: Use git-rev-parse only to identify file/dir names on cmd line | Paul Mackerras | 2006-04-23 | 1 | -50/+23 |
| * | | gitk: Remember the view in the history list | Paul Mackerras | 2006-04-21 | 1 | -9/+29 |
| * | | gitk: Don't reread git-rev-list output from scratch on view switch | Paul Mackerras | 2006-04-17 | 1 | -41/+116 |
| * | | gitk: Fix various bugs in the view support | Paul Mackerras | 2006-04-06 | 1 | -5/+15 |
| * | | Merge branch 'master' into new | Paul Mackerras | 2006-04-06 | 1 | -14/+131 |
| |\ \ |
|
| * | | | gitk: Make File->Update work properly again | Paul Mackerras | 2006-04-06 | 1 | -29/+30 |
| * | | | gitk: Implement multiple views | Paul Mackerras | 2006-04-04 | 1 | -118/+334 |
* | | | | [PATCH] gitk: Add a visual tag for remote refs | Josef Weidendorfer | 2006-04-25 | 1 | -0/+14 |
| |_|/
|/| | |
|
* | | | gitk: Let git-rev-list do the argument list parsing | Paul Mackerras | 2006-04-23 | 1 | -18/+2 |
* | | | gitk: Fix bug caused by missing commitlisted elements | Paul Mackerras | 2006-04-17 | 1 | -2/+3 |
| |/
|/| |
|
* | | gitk: Fix incorrect invocation of getmergediffline | Paul Mackerras | 2006-04-06 | 1 | -1/+1 |
* | | [PATCH] gitk: Fix searching for filenames in gitk | Pavel Roskin | 2006-04-06 | 1 | -1/+1 |
* | | [PATCH] Provide configurable UI font for gitk | Keith Packard | 2006-04-05 | 1 | -6/+17 |
* | | [PATCH] gitk: Use git wrapper to run git-ls-remote. | Mark Wooding | 2006-04-05 | 1 | -1/+1 |
* | | [PATCH] gitk: add key bindings for selecting first and last commit | Rutger Nijlunsing | 2006-04-05 | 1 | -6/+69 |
* | | gitk: Add a help menu item to display key bindings | Paul Mackerras | 2006-04-05 | 1 | -1/+43 |
* | | [PATCH] gitk: allow goto heads | Stephen Rothwell | 2006-04-05 | 1 | -3/+4 |
|/ |
|
* | gitk: replace parent and children arrays with lists | Paul Mackerras | 2006-04-02 | 1 | -93/+95 |
* | gitk: Better workaround for arrows on diagonal line segments | Paul Mackerras | 2006-03-31 | 1 | -16/+21 |