summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-gui: chmod +x po2msg, windows/git-gui.shjn/git-gui-chmod+xJonathan Nieder2013-11-252-0/+0
* git-gui 0.18gitgui-0.18.0Pat Thoyts2013-06-151-1/+1
* git-gui: avoid an error message when removing the last remotePat Thoyts2013-06-151-2/+4
* git-gui: fix file name handling with non-empty prefixJohn Keeping2013-06-071-11/+3
* git-gui: bring wish process to front on MacStefan Haller2013-06-071-0/+14
* 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
* Makefile: replace "echo 1>..." with "echo >..."Christian Couder2012-12-251-3/+3
* French translation: copy -> copie.Grahack2012-11-281-1/+1
* git-gui: Fix parsing of <rev> <path-which-not-present-in-worktree>Kirill Smelkov2012-11-131-0/+1
* git-gui 0.17gitgui-0.17.0Pat Thoyts2012-10-171-1/+1
* git-gui: Don't prepend the prefix if value looks like a full pathAndrew Wong2012-10-171-2/+7
* git-gui: Detect full path when parsing argumentsAndrew Wong2012-10-171-1/+10
* 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 semi-working shortcuts for unstage and revertVitaly _Vi Shukela2012-09-171-0/+4
* Merge branch 'rt/trans'Pat Thoyts2012-06-191-18/+18
|\
| * git-gui: de.po: translate "remote" as "extern"Ralf Thielow2012-06-191-14/+14
| * git-gui: de.po: translate "bare" as "bloß"Ralf Thielow2012-06-191-1/+1
| * git-gui: de.po: consistently add untranslated hook names within bracesRalf Thielow2012-06-191-3/+3
* | git-gui: preserve commit messages in utf-8Pat Thoyts2012-04-191-3/+8
* | git-gui: open console when using --trace on windowsHeiko Voigt2012-03-251-0/+1
|/
* git-gui: fix a typo in po/ filesBenjamin Kerensa2012-03-1010-10/+10
* git-gui: Use PWD if it exists on Mac OS XMarcus Karlsson2012-03-101-1/+3
* git-gui: fix git-gui crash due to uninitialized variableClemens Buchacher2012-01-221-0/+1
* 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