summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-gui 0.16gitgui-0.16.0Pat Thoyts2011-12-131-1/+1
* git-gui: handle shell script text filters when loading for blame.Pat Thoyts2011-12-092-11/+37
* git-gui: Set both 16x16 and 32x32 icons on X to pacify Xming.Samuel Bronson2011-12-071-1/+4
* git-gui: added config gui.gcwarning to disable the gc hint messagePat Thoyts2011-11-301-1/+1
* git-gui: set whitespace warnings appropriate to this projectPat Thoyts2011-11-301-0/+1
* 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-053-0/+3
* git-gui: sort the numeric ansi codesPat Thoyts2011-11-041-1/+1
* git-gui: support underline style when parsing diff outputPat Thoyts2011-11-042-1/+2
* 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-194-19/+210
|\
| * 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: handle config booleans without valueBert Wesarg2011-10-181-2/+14
* | 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-183-1/+32
* | 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: fix multi selected file operationBert Wesarg2011-10-181-0/+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
* Fix typo: existant->existentDmitry Ivankov2011-07-111-1/+1
* git-gui: updated translator README for current procedures.Pat Thoyts2011-07-111-20/+19
* git-gui: warn when trying to commit on a detached headHeiko Voigt2011-05-202-0/+16
* git-gui: Corrected a typo in the Swedish translation of 'Continue'Christoffer Pettersson2011-05-161-1/+1
* 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: detect the use of MUI langauge packs on WindowsPat Thoyts2011-03-251-0/+19
* | 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