index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gitk
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitk
Brandon Casey
2007-03-21
1
-2
/
+2
*
[PATCH] gitk: bind <F5> key to Update (reread commits)
Eric Wong
2007-03-12
1
-0
/
+2
*
Make gitk save and restore window pane position on Linux and Cygwin.
Mark Levedahl
2007-02-14
1
-10
/
+13
*
Make gitk save and restore the user set window position.
Mark Levedahl
2007-02-14
1
-5
/
+6
*
[PATCH] gitk: Use show-ref instead of ls-remote
Junio C Hamano
2007-02-14
1
-2
/
+2
*
[PATCH] Make gitk work reasonably well on Cygwin.
Junio C Hamano
2007-02-14
1
-126
/
+150
*
[PATCH] gitk - remove trailing whitespace from a few lines.
Mark Levedahl
2007-02-14
1
-4
/
+4
*
Change git repo-config to git config
Paul Mackerras
2007-02-14
1
-1
/
+1
*
[PATCH] Make gitk work when launched in a subdirectory
Peter Baumann
2007-01-13
1
-1
/
+1
*
[PATCH] gitk: add current directory to main window title
Doug Maxey
2007-01-13
1
-0
/
+1
*
gitk: Fix enabling/disabling of menu items on Mac OS X
Paul Mackerras
2006-11-23
1
-10
/
+10
*
[PATCH] gitk: Fix nextfile() and add prevfile()
OGAWA Hirofumi
2006-10-19
1
-0
/
+15
*
gitk: Fix some bugs in the new cherry-picking code
Paul Mackerras
2006-08-28
1
-2
/
+6
*
gitk: Improve responsiveness while reading and layout out the graph
Paul Mackerras
2006-08-16
1
-24
/
+34
*
gitk: Update preceding/following tag info when creating a tag
Paul Mackerras
2006-08-08
1
-0
/
+77
*
gitk: Add a menu item for cherry-picking commits
Paul Mackerras
2006-08-06
1
-43
/
+210
*
gitk: Fix a couple of buglets in the branch head menu items
Paul Mackerras
2006-08-02
1
-2
/
+2
*
gitk: Add a context menu for heads
Paul Mackerras
2006-08-02
1
-0
/
+118
*
gitk: Add a row context-menu item for creating a new branch
Paul Mackerras
2006-08-02
1
-0
/
+80
*
gitk: Recompute ancestor/descendent heads/tags when rereading refs
Paul Mackerras
2006-08-02
1
-47
/
+85
*
gitk: Minor cleanups
Paul Mackerras
2006-07-17
1
-7
/
+5
*
gitk: Show the currently checked-out head in bold font
Paul Mackerras
2006-07-06
1
-5
/
+22
*
gitk: Allow the user to set some colors
Paul Mackerras
2006-07-05
1
-23
/
+101
*
[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
|
\
[next]