summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* git-gui: avoid an error message when removing the last remotePat Thoyts2013-06-151-2/+4
* git-gui: change dialog button positions for Windows to suit platform.Pat Thoyts2013-05-171-1/+3
* git-gui: allow "\ No newline at end of file" for linewise stagingHeiko Voigt2013-05-161-2/+9
* git-gui: fix the mergetool launcher for the Beyond Compare tool.Pat Thoyts2013-02-221-2/+2
* git-gui: remove .git/CHERRY_PICK_HEAD after committingBeat Bolli2012-09-171-0/+1
* git-gui: Fix a loose/lose mistakeBeat Bolli2012-09-171-1/+1
* git-gui: fix git-gui crash due to uninitialized variableClemens Buchacher2012-01-221-0/+1
* git-gui: handle shell script text filters when loading for blame.Pat Thoyts2011-12-091-11/+8
* git-gui: don't warn for detached head when rebasingBert Wesarg2011-11-051-1/+3
* git-gui: make config gui.warndetachedcommit a booleanBert Wesarg2011-11-052-1/+2
* git-gui: add config value gui.diffopts for passing additional diff optionsTilman Vogel2011-11-052-0/+2
* git-gui: sort the numeric ansi codesPat Thoyts2011-11-041-1/+1
* git-gui: support underline style when parsing diff outputPat Thoyts2011-11-041-1/+1
* git-gui: fix spelling error in sshkey.tclDejan Ribič2011-10-311-1/+1
* git-gui: include the file path in guitools confirmation dialogBert Wesarg2011-10-211-2/+8
* git-gui: span widgets over the full file output area in the blame viewBert Wesarg2011-10-211-3/+6
* git-gui: use a tristate to control the case mode in the searchbarBert Wesarg2011-10-211-7/+17
* git-gui: set suitable extended window manager hints.Pat Thoyts2011-10-195-0/+5
* git-gui: fix display of path in browser titleBert Wesarg2011-10-191-1/+7
* Merge branch 'bw/searching'gitgui-0.15.0Pat Thoyts2011-10-193-17/+196
|\
| * git-gui: enable the smart case sensitive search only if gui.search.smartcase ...Pat Thoyts2011-10-191-3/+7
| * git-gui: catch invalid or complete regular expressions and treat as no match.Pat Thoyts2011-10-191-7/+9
| * git-gui: theme the search and line-number entry fields on blame screenPat Thoyts2011-10-193-8/+100
| * git-gui: add search history to searchbarBert Wesarg2011-10-181-0/+60
| * git-gui: add regexp search mode to the searchbarBert Wesarg2011-10-181-1/+11
| * git-gui: add smart case search mode in searchbarBert Wesarg2011-10-181-1/+12
* | git-gui: include the number of untracked files to stage when asking the userPat Thoyts2011-10-181-1/+2
* | git-gui: new config to control staging of untracked filesBert Wesarg2011-10-182-1/+31
* | git-gui: use "untracked" for files which are not known to gitBert Wesarg2011-10-181-5/+5
* | git-gui: fix unintended line break in message stringBert Wesarg2011-10-181-2/+1
|/
* git-gui: incremental goto line in blame viewBert Wesarg2011-10-151-4/+11
* git-gui: clear the goto line input when hidingBert Wesarg2011-10-151-0/+1
* git-gui: only accept numbers in the goto-line inputBert Wesarg2011-10-151-2/+11
* git-gui: search and linenumber input are mutual exclusive in the blame viewBert Wesarg2011-10-151-6/+16
* git-gui: deal with unknown files when pressing the "Stage Changed" buttonHeiko Voigt2011-10-061-0/+9
* git-gui: drop the 'n' and 'Shift-n' bindings from the last patch.Pat Thoyts2011-07-191-2/+0
* git-gui: Add keyboard shortcuts for search and goto commands in blame view.David Fries2011-07-192-1/+7
* git-gui: Enable jumping to a specific line number in blame view.David Fries2011-07-192-0/+75
* Fix tooltip display with multiple monitors on windows.Pat Thoyts2011-07-112-4/+4
* git-gui: warn when trying to commit on a detached headHeiko Voigt2011-05-201-0/+15
* Merge branch 'ss/git-gui-mergetool'gitgui-0.14.0Pat Thoyts2011-03-251-47/+54
|\
| * mergetool--lib: Add Beyond Compare 3 as a toolSebastian Schuberth2011-02-271-0/+7
| * mergetool--lib: Sort tools alphabetically for easier lookupSebastian Schuberth2011-02-271-47/+47
* | git-gui: fetch/prune all entry appears lastHeiko Voigt2011-02-241-12/+10
* | git-gui: fetch/prune all entry only for more than one entryHeiko Voigt2011-02-241-2/+2
* | git-gui: Include version check and test for tearoff menu entryPat Thoyts2011-02-151-10/+14
* | git-gui: teach fetch/prune menu to do it for all remotesHeiko Voigt2011-02-142-0/+74
* | git-gui: refactor remote submenu creation into subroutineHeiko Voigt2011-02-141-16/+24
* | git-gui: always default to the last merged branch in remote deleteHeiko Voigt2011-02-132-1/+10
* | git-gui: fix deleting item from all_remotes variableHeiko Voigt2011-02-131-2/+2