summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-15git-gui 0.18gitgui-0.18.0Pat Thoyts1-1/+1
2013-06-15git-gui: avoid an error message when removing the last remotePat Thoyts1-2/+4
2013-06-07git-gui: fix file name handling with non-empty prefixJohn Keeping1-11/+3
2013-06-07git-gui: bring wish process to front on MacStefan Haller1-0/+14
2013-05-17git-gui: change dialog button positions for Windows to suit platform.Pat Thoyts1-1/+3
2013-05-16git-gui: allow "\ No newline at end of file" for linewise stagingHeiko Voigt1-2/+9
2013-02-22git-gui: fix the mergetool launcher for the Beyond Compare tool.Pat Thoyts1-2/+2
2012-12-25Makefile: replace "echo 1>..." with "echo >..."Christian Couder1-3/+3
2012-11-28French translation: copy -> copie.Grahack1-1/+1
2012-11-13git-gui: Fix parsing of <rev> <path-which-not-present-in-worktree>Kirill Smelkov1-0/+1
2012-10-17git-gui 0.17gitgui-0.17.0Pat Thoyts1-1/+1
2012-10-17git-gui: Don't prepend the prefix if value looks like a full pathAndrew Wong1-2/+7
2012-10-17git-gui: Detect full path when parsing argumentsAndrew Wong1-1/+10
2012-09-17git-gui: remove .git/CHERRY_PICK_HEAD after committingBeat Bolli1-0/+1
2012-09-17git-gui: Fix a loose/lose mistakeBeat Bolli1-1/+1
2012-09-17git-gui: Fix semi-working shortcuts for unstage and revertVitaly _Vi Shukela1-0/+4
2012-06-19Merge branch 'rt/trans'Pat Thoyts1-18/+18
2012-06-19git-gui: de.po: translate "remote" as "extern"Ralf Thielow1-14/+14
2012-06-19git-gui: de.po: translate "bare" as "bloß"Ralf Thielow1-1/+1
2012-06-19git-gui: de.po: consistently add untranslated hook names within bracesRalf Thielow1-3/+3
2012-04-19git-gui: preserve commit messages in utf-8Pat Thoyts1-3/+8
2012-03-25git-gui: open console when using --trace on windowsHeiko Voigt1-0/+1
2012-03-10git-gui: fix a typo in po/ filesBenjamin Kerensa10-10/+10
2012-03-10git-gui: Use PWD if it exists on Mac OS XMarcus Karlsson1-1/+3
2012-01-22git-gui: fix git-gui crash due to uninitialized variableClemens Buchacher1-0/+1
2011-12-13git-gui 0.16gitgui-0.16.0Pat Thoyts1-1/+1
2011-12-09git-gui: handle shell script text filters when loading for blame.Pat Thoyts2-11/+37
2011-12-07git-gui: Set both 16x16 and 32x32 icons on X to pacify Xming.Samuel Bronson1-1/+4
2011-11-30git-gui: added config gui.gcwarning to disable the gc hint messagePat Thoyts1-1/+1
2011-11-30git-gui: set whitespace warnings appropriate to this projectPat Thoyts1-0/+1
2011-11-05git-gui: don't warn for detached head when rebasingBert Wesarg1-1/+3
2011-11-05git-gui: make config gui.warndetachedcommit a booleanBert Wesarg2-1/+2
2011-11-05git-gui: add config value gui.diffopts for passing additional diff optionsTilman Vogel3-0/+3
2011-11-04git-gui: sort the numeric ansi codesPat Thoyts1-1/+1
2011-11-04git-gui: support underline style when parsing diff outputPat Thoyts2-1/+2
2011-10-31git-gui: fix spelling error in sshkey.tclDejan Ribič1-1/+1
2011-10-21git-gui: include the file path in guitools confirmation dialogBert Wesarg1-2/+8
2011-10-21git-gui: span widgets over the full file output area in the blame viewBert Wesarg1-3/+6
2011-10-21git-gui: use a tristate to control the case mode in the searchbarBert Wesarg1-7/+17
2011-10-19git-gui: set suitable extended window manager hints.Pat Thoyts5-0/+5
2011-10-19git-gui: fix display of path in browser titleBert Wesarg1-1/+7
2011-10-19Merge branch 'bw/searching'gitgui-0.15.0Pat Thoyts4-19/+210
2011-10-19git-gui: enable the smart case sensitive search only if gui.search.smartcase ...Pat Thoyts1-3/+7
2011-10-19git-gui: catch invalid or complete regular expressions and treat as no match.Pat Thoyts1-7/+9
2011-10-19git-gui: theme the search and line-number entry fields on blame screenPat Thoyts3-8/+100
2011-10-18git-gui: include the number of untracked files to stage when asking the userPat Thoyts1-1/+2
2011-10-18git-gui: new config to control staging of untracked filesBert Wesarg3-1/+32
2011-10-18git-gui: use "untracked" for files which are not known to gitBert Wesarg1-5/+5
2011-10-18git-gui: fix unintended line break in message stringBert Wesarg1-2/+1
2011-10-18git-gui: add search history to searchbarBert Wesarg1-0/+60