summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* gitk: Add menu item for calling git gui blameAlexander Gavrilov2008-08-261-0/+23
* gitk: Add option to specify the default commit on command lineAlexander Gavrilov2008-08-261-1/+20
* gitk: Allow safely calling nukefile from a run queue handlerAlexander Gavrilov2008-08-111-6/+8
* gitk: Fallback to selecting the head commit upon loadAlexander Gavrilov2008-07-311-7/+18
* gitk: Fixed automatic row selection during loadAlexander Gavrilov2008-07-311-17/+24
* gitk: Fixed broken exception handling in diffAlexander Gavrilov2008-07-311-1/+2
* gitk: On Windows, use a Cygwin-specific flag for killAlexander Gavrilov2008-07-311-1/+6
* gitk: Arrange to kill diff-files & diff-index on quitAlexander Gavrilov2008-07-311-16/+23
* gitk: Kill back-end processes on window closeAlexander Gavrilov2008-07-311-10/+25
* gitk: Handle detached heads betterPaul Mackerras2008-05-261-20/+30
* gitk: Fix bug introduced by "gitk: Fix "wrong # coordinates" error on reload"Paul Mackerras2008-05-221-1/+3
* gitk: Fix bug where current row number display stops workingPaul Mackerras2008-05-201-23/+23
* gitk: Fix "wrong # coordinates" error on reloadPaul Mackerras2008-05-191-0/+4
* gitk: Add a progress bar for checking out a headPaul Mackerras2008-05-121-10/+31
* gitk: Show current row number and total number of rowsPaul Mackerras2008-05-111-39/+28
* Merge branch 'master' into devPaul Mackerras2008-05-111-15/+181
|\
| * gitk: Allow users to view diffs in external diff viewerThomas Arcila2008-05-111-2/+145
| * gitk: Synchronize highlighting in file view for 'f' and 'b' commandsPaul Mackerras2008-05-101-7/+25
| * gitk: Disable "Reset %s branch to here" when on a detached headMichele Ballabio2008-05-031-1/+5
| * gitk: Fix handling of tree file list with special chars in namesPaul Mackerras2008-04-281-2/+3
| * gitk: Fix changing colors through Edit->PreferencesGerrit Pape2008-04-061-3/+3
* | gitk: Make updates go fasterPaul Mackerras2008-05-091-15/+210
* | gitk: Reorganize processing of arguments for git logPaul Mackerras2008-04-261-77/+114
* | Merge branch 'master' into devPaul Mackerras2008-03-111-23/+84
|\ \ | |/
| * gitk: Avoid Tcl error when switching viewsPaul Mackerras2008-03-111-3/+1
| * [PATCH] gitk: Don't show local changes when we there is no work treeDavid Aguilar2008-03-111-1/+6
| * [PATCH] gitk: Add horizontal scrollbar to the diff viewPekka Kaitaniemi2008-03-101-6/+14
| * [PATCH] gitk: make autoselect optionalJeff King2008-03-101-3/+14
| * [PATCH] gitk: Mark another string for translationMichele Ballabio2008-03-101-1/+1
| * [PATCH] Add an --argscmd flag to get the list of refs to showYann Dirson2008-03-101-10/+40
| * gitk: Only restore window size from ~/.gitk, not positionPaul Mackerras2008-03-101-2/+10
* | gitk: Fix problem with target row not being in scroll regionPaul Mackerras2008-03-071-3/+6
* | gitk: Avoid a crash in selectline if commitinfo($id) isn't setPaul Mackerras2008-03-071-1/+4
* | gitk: Fix some corner cases in computing vrowmod and displayorderPaul Mackerras2008-03-041-22/+23
* | gitk: Correct a few strings and comments to say "git log"Paul Mackerras2008-03-041-5/+5
* | gitk: Don't filter view arguments through git rev-parsePaul Mackerras2008-03-031-47/+22
* | gitk: Fix problems with target row stuffPaul Mackerras2008-03-031-54/+51
* | gitk: Handle updating with path limiting betterPaul Mackerras2008-02-241-4/+55
* | gitk: Fix bug where arcs could get lostPaul Mackerras2008-02-181-1/+5
* | Merge branch 'master' into devPaul Mackerras2008-02-161-55/+67
|\ \ | |/
| * [PATCH] gitk: Heed the lines of context in merge commitsJohannes Sixt2008-02-141-1/+2
| * [PATCH] gitk: learn --show-all outputLinus Torvalds2008-02-131-7/+8
| * [PATCH] gitk: properly deal with tag names containing / (slash)Gerrit Pape2008-02-121-5/+1
| * [PATCH] gitk: Add checkbutton to ignore space changesSteffen Prohaska2008-02-121-0/+13
| * [PATCH] gitk: Fix "Key bindings" messageMichele Ballabio2008-02-121-39/+39
| * [PATCH] gitk: make Ctrl "+" really increase the font sizeJohannes Schindelin2008-01-141-0/+1
| * gitk: Fix typo in user message.Christian Stimming2008-01-111-3/+3
* | gitk: Cope better with getting commits that we have already seenPaul Mackerras2008-02-161-7/+18
* | gitk: Fix cherry-picking to insert a real row not a fake rowPaul Mackerras2008-02-131-17/+59
* | gitk: Fix bug causing Tcl error when no commits are selectedPaul Mackerras2008-01-151-1/+1