Age | Commit message (Expand) | Author | Files | Lines |
2015-10-30 | gitk: Add missing accelerators | Beat Bolli | 1 | -2/+2 |
2015-09-13 | gitk: Accelerators for the main menu | Giuseppe Bilotta | 1 | -23/+23 |
2015-09-13 | gitk: Adjust the menu line numbers to compensate for the new entry | Beat Bolli | 1 | -3/+3 |
2015-08-13 | gitk: Add a "Copy commit summary" command | Beat Bolli | 1 | -0/+15 |
2015-05-17 | gitk: Use translated version of "Command line" in getcommitlines | Marc Branchaud | 1 | -1/+1 |
2015-05-17 | gitk: Make it easier to go quickly to a specific commit | Ismael Luceno | 1 | -0/+2 |
2015-05-17 | gitk: Show the current view's name in the window title | Marc Branchaud | 1 | -1/+16 |
2015-05-17 | gitk: Add mouse right-click options to copy path and branch name | Michael Rappazzo | 1 | -0/+2 |
2015-05-17 | gitk: Remove mc parameter from proc show_error | Alex Henrie | 1 | -23/+23 |
2015-05-03 | gitk: Fix error when changing colors after closing "List references" window | Paul Mackerras | 1 | -5/+13 |
2015-05-02 | gitk: Replace catch {unset foo} with unset -nocomplain foo | Paul Mackerras | 1 | -56/+56 |
2015-04-06 | gitk: Rearrange window title to be more conventional | Marc Branchaud | 1 | -1/+1 |
2015-04-06 | gitk: Fix bad English grammar "Matches none Commit Info" | Alex Henrie | 1 | -1/+1 |
2015-03-15 | gitk: Remove tcl-format flag from a message that shouldn't have it | Alex Henrie | 1 | -0/+1 |
2015-03-15 | gitk: Pass --invert-grep option down to "git log" | Christoph Junghans | 1 | -0/+1 |
2015-03-15 | gitk: Synchronize config file writes | Max Kirillov | 1 | -3/+28 |
2015-03-15 | gitk: Report errors in saving config file | Max Kirillov | 1 | -1/+3 |
2015-03-15 | gitk: Only write changed configuration variables | Max Kirillov | 1 | -10/+76 |
2015-03-02 | gitk: Enable mouse horizontal scrolling in diff pane | Gabriele Mazzotta | 1 | -0/+7 |
2015-03-02 | gitk: Default wrcomcmd to use --pretty=email | Chris Packham | 1 | -1/+1 |
2014-10-30 | gitk: Remove boilerplate for configuration variables | Max Kirillov | 1 | -68/+20 |
2014-10-30 | gitk: Show detached HEAD if --all is specified | Max Kirillov | 1 | -0/+2 |
2014-10-30 | gitk: Do not depend on Cygwin's "kill" command on Windows | Sebastian Schuberth | 1 | -1/+1 |
2014-08-08 | gitk: Add keybinding to switch to parent commit | Max Kirillov | 1 | -0/+12 |
2014-06-27 | gitk: Add visiblerefs option, which lists always-shown branches | Max Kirillov | 1 | -4/+6 |
2014-06-27 | gitk: Catch mkdtemp errors | David Aguilar | 1 | -1/+3 |
2014-06-15 | gitk: Use mktemp -d to avoid predictable temporary directories | David Aguilar | 1 | -1/+2 |
2014-06-15 | gitk: Honor TMPDIR when viewing external diffs | David Aguilar | 1 | -2/+9 |
2014-06-15 | gitk: Show staged submodules regardless of ignore config | Jens Lehmann | 1 | -3/+10 |
2014-06-15 | gitk: Allow displaying time zones from author and commit dates timestamps | Anders Kaseorg | 1 | -1/+23 |
2014-06-15 | gitk: Switch to patch mode when searching for line origin | Max Kirillov | 1 | -2/+6 |
2014-06-15 | gitk: Replace SHA1 entry field on keyboard paste | Ilya Bobyr | 1 | -0/+1 |
2014-01-23 | gitk: Indent word-wrapped lines in commit display header | Paul Mackerras | 1 | -1/+1 |
2014-01-22 | gitk: Comply with XDG base directory specification | Astril Hayato | 1 | -5/+30 |
2014-01-21 | gitk: Replace "next" and "prev" buttons with down and up arrows | Marc Branchaud | 1 | -2/+28 |
2014-01-21 | gitk: Update copyright dates | Paul Mackerras | 1 | -2/+2 |
2014-01-21 | gitk: Fix mistype | Max Kirillov | 1 | -1/+1 |
2013-12-02 | gitk: Recognize -L option | Thomas Rast | 1 | -0/+8 |
2013-12-02 | gitk: Support showing the gathered inline diffs | Thomas Rast | 1 | -0/+38 |
2013-12-02 | gitk: Split out diff part in $commitinfo | Thomas Rast | 1 | -1/+10 |
2013-12-02 | gitk: Refactor per-line part of getblobdiffline and its support | Thomas Rast | 1 | -195/+213 |
2013-12-02 | gitk: Support -G option from the command line | Thomas Rast | 1 | -1/+1 |
2013-10-31 | gitk: Tag display improvements | Paul Mackerras | 1 | -13/+83 |
2013-05-13 | gitk: On OSX, bring the gitk window to front | Tair Sabirgaliev | 1 | -0/+9 |
2013-05-13 | gitk: Add support for -G'regex' pickaxe variant | Martin Langhoff | 1 | -1/+4 |
2013-05-11 | gitk: Add menu item for reverting commits | Knut Franke | 1 | -0/+62 |
2013-05-11 | gitk: Simplify file filtering | Felipe Contreras | 1 | -13/+7 |
2013-05-11 | gitk: Display the date of a tag in a human-friendly way | Anand Kumria | 1 | -1/+1 |
2013-05-11 | gitk: Improve behaviour of drop-down lists | Paul Mackerras | 1 | -1/+6 |
2013-04-01 | gitk: Move hard-coded colors to .gitk | Gauthier Östervall | 1 | -39/+110 |