summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-14git-gui 0.13gitgui-0.13.0Pat Thoyts1-1/+1
2010-09-13git-gui: avoid mis-encoding the copyright message on Windows.Pat Thoyts1-2/+2
2010-09-13git-gui: Update Swedish translation (521t).Peter Krefting1-399/+403
2010-08-18git-gui: ensure correct application termination in git-gui--askpassPat Thoyts1-6/+13
2010-08-12git-gui: handle textconv filter on Windows and in developmentPat Thoyts2-3/+15
2010-08-12git-gui: use shell to launch textconv filter in "blame"Matthieu Moy3-1/+10
2010-08-08git-gui: display error launching blame as a message box.Pat Thoyts1-1/+6
2010-08-08git-gui: Make usage statement visible on Windows.Pat Thoyts1-1/+7
2010-08-02git-gui: fix size and position of window panes on startupPat Thoyts1-18/+37
2010-08-02git-gui: mc cannot be used before msgcat has been loadedPat Thoyts1-1/+1
2010-07-30git-gui: use textconv filter for diff and blameClément Poulain4-4/+51
2010-07-30git-gui: Avoid using the <<Copy>> binding as a menu accelerator on win32Pat Thoyts1-3/+8
2010-07-30git-gui: fix shortcut creation on cygwinHeiko Voigt1-2/+2
2010-07-30git-gui: fix PATH environment for mingw development environmentHeiko Voigt1-2/+3
2010-07-30git-gui: fix usage of _gitworktree when creating shortcut for windowsHeiko Voigt1-2/+2
2010-07-30git-gui: fix "Explore Working Copy" for Windows againMarkus Heidelberg1-1/+1
2010-07-10git-gui: fix usage of themed widgets variableHeiko Voigt1-0/+1
2010-07-10git-gui: Handle failure of core.worktree to identify the working directory.Pat Thoyts1-0/+3
2010-02-08Merge branch 'maint'Shawn O. Pearce1-0/+3
2010-02-08git-gui: check whether systems nice command works or disable itHeiko Voigt1-0/+3
2010-02-02git-gui: update french translationEmmanuel Trillaud1-320/+366
2010-02-02git-gui: update Japanese translationNanako Shiraishi1-314/+339
2010-01-29Merge branch 'maint'Shawn O. Pearce1-0/+2
2010-01-29git-gui: fix shortcut for menu "Commit/Revert Changes"Heiko Voigt1-0/+2
2010-01-28git-gui: Quote git path when starting another gui in a submoduleJens Lehmann1-1/+1
2010-01-28git-gui: update Italian translationMichele Ballabio1-299/+323
2010-01-28git-gui: Update Swedish translation (520t0f0u)Peter Krefting1-290/+324
2010-01-27git-gui: use themed tk widgets with Tk 8.5Pat Thoyts26-453/+697
2010-01-27git-gui: Update German translation (12 new or changed strings).Christian Stimming1-398/+426
2010-01-26git-gui: Update translation templateShawn O. Pearce1-282/+302
2010-01-25git-gui: Remove unused icon file_parttickShawn O. Pearce1-9/+0
2010-01-25git-gui: use different icon for new and modified files in the indexPeter Oberndorfer1-1/+1
2010-01-23git-gui: set GIT_DIR and GIT_WORK_TREE after setupGiuseppe Bilotta1-23/+20
2010-01-23git-gui: update shortcut tools to use _gitworktreeGiuseppe Bilotta1-3/+4
2010-01-23git-gui: handle bare repos correctlyGiuseppe Bilotta1-7/+36
2010-01-23git-gui: handle non-standard worktree locationsGiuseppe Bilotta1-9/+28
2010-01-23git-gui: Support applying a range of changes at onceJeff Epler2-104/+153
2010-01-23git-gui: Add a special diff popup menu for submodulesJens Lehmann1-16/+110
2010-01-23git-gui: Use git diff --submodule when availableJens Lehmann1-4/+13
2010-01-23git-gui: work from the .git dirGiuseppe Bilotta1-0/+10
2010-01-23git-gui: Fix applying a line when all following lines are deletionsJeff Epler1-0/+1
2010-01-23git-gui: Correct file_states when unstaging partly staged entryJens Lehmann1-0/+3
2010-01-23git-gui: Fix gitk for branch whose name matches local filePeter Krefting1-1/+1
2010-01-23git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in syncChristopher Beelby1-0/+4
2010-01-23git-gui: handle really long error messages in updateindex.Pat Thoyts1-16/+18
2010-01-06git-gui: Add hotkeys for "Unstage from commit" and "Revert changes"Vitaly _Vi Shukela1-2/+8
2010-01-06git-gui: Makefile: consolidate .FORCE-* targetsJonathan Nieder1-4/+3
2009-12-07git-gui: suppress RenderBadPicture X error caused by Tk bugJindrich Makovicka1-0/+5
2009-12-05git-gui: Increase blame viewer usability on MacOS.Alexander Gavrilov1-1/+15
2009-12-05git-gui: search 4 directories to improve statistic of gc hintClemens Buchacher1-11/+10
2009-12-05git gui: make current branch default in "remote delete branch" merge checkHeiko Voigt1-1/+7
2009-10-27git-gui: adjust the minimum height of diff pane for shorter screen heightVietor Liu1-1/+1
2009-09-25git-gui: fix use of uninitialized variableJens Lehmann1-0/+1
2009-09-12git-gui: store wm state and fix wm geometryAlexey Borzenkov1-0/+21
2009-08-26git-gui: Ensure submodule path is quoted properlyShawn O. Pearce1-2/+2
2009-08-26git-gui: fix diff for partially staged submodule changesJens Lehmann1-4/+6
2009-08-12git-gui: Update russian translationAlex Riesen1-12/+16
2009-08-12git-gui: Limit display to a maximum number of filesDan Zwell2-1/+21
2009-08-10git-gui: remove warning when deleting correctly merged remote branchHeiko Voigt1-7/+9
2009-08-10git-gui: Added Greek translation & glossaryJimmy Angelakos2-0/+2176
2009-08-10git-gui: display summary when showing diff of a submoduleJens Lehmann2-3/+29
2009-05-01git-gui: Fixes for Mac OS X TkAquaDaniel A. Steffen2-19/+22
2009-04-29git-gui: Update Russian translationAlex Riesen1-401/+979
2009-04-08git-gui: run post-checkout hook after cloneJens Lehmann1-1/+28
2009-04-08Merge branch 'maint'Shawn O. Pearce2-2/+3
2009-04-08git-gui: Ensure consistent usage of mergetool.keepBackupFerry Huberts2-2/+2
2009-04-08git-gui: fix use of undeclared variable diff_empty_countJoerg Bornemann1-0/+1
2009-04-05git-gui (Win): make starting via "Git GUI Here" on .git/ possibleMarkus Heidelberg1-1/+6
2009-04-05git-gui (Win): make "Explore Working Copy" more robustMarkus Heidelberg1-1/+1
2009-04-05git-gui: run post-checkout hook on checkoutJens Lehmann1-4/+39
2009-04-05git-gui: When calling post-commit hook wrong variable was cleared.Jens Lehmann1-3/+3
2009-04-05git-gui: use `git --html-path` to get the location of installed HTML docsMarkus Heidelberg1-4/+29
2009-03-30Merge branch 'maint'Shawn O. Pearce1-1/+1
2009-03-30git-gui: fix deleting from the context menu with empty selectionMarkus Heidelberg1-1/+1
2009-03-24git-gui: minor spelling fix and string factorisation.Sam Hocevar13-111/+12
2009-03-24git-gui: various French translation fixesSam Hocevar1-96/+96
2009-03-20Merge branch 'maint'Shawn O. Pearce1-1/+1
2009-03-20git-gui: Fix merge conflict display error when filename contains spacesJens Lehmann1-1/+1
2009-03-16Merge branch 'maint'Shawn O. Pearce1-0/+4
2009-03-16git-gui: don't hide the Browse button when resizing the repo chooserMarkus Heidelberg1-0/+4
2009-03-09Append ampersand to "Target" of lnk files created by do_cygwin_shortcutPhil Lawrence1-1/+1
2009-02-08git-gui: Support more git version notations.Alexander Gavrilov1-2/+2
2009-02-08git-gui: Avoid an infinite rescan loop in handle_empty_diff.Alexander Gavrilov1-0/+9
2009-02-01git-gui: Fix post-commit status with subject in non-locale encodingAlexander Gavrilov1-10/+19
2008-12-17git-gui 0.12gitgui-0.12.0Shawn O. Pearce1-1/+1
2008-12-17git-gui: Get rid of the last remnants of GIT_CONFIG_LOCALJohannes Schindelin1-1/+0
2008-12-10git-gui: Update Hungarian translation for 0.12Miklos Vajna1-90/+96
2008-12-10git-gui: Fixed typos in Swedish translation.Peter Krefting1-3/+3
2008-12-09git-gui: Updated Swedish translation (515t0f0u).Peter Krefting1-100/+117
2008-12-09git gui: update Italian translationMichele Ballabio1-90/+96
2008-12-09git-gui: Update Japanese translation for 0.12Nanako Shiraishi1-3/+8
2008-12-08git-gui: Starting translation for NorwegianFredrik Skolmli1-0/+2484
2008-12-08git-gui: Update German (completed) translation.Christian Stimming1-40/+239
2008-12-08git-gui: Update po template to include 'Mirroring %s' messageShawn O. Pearce1-89/+95
2008-12-08git-gui: Fix commit encoding handling.Alexander Gavrilov2-7/+5
2008-12-08git-gui: Fix handling of relative paths in blame.Alexander Gavrilov1-2/+16
2008-12-02git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror.Mark Burton1-16/+27
2008-11-26git-gui: update Japanese translationNanako Shiraishi1-294/+825
2008-11-23git-gui: french translation updateChristian Couder1-297/+827
2008-11-21Updated Swedish translation (514t0f0u).Peter Krefting1-310/+839
2008-11-19git gui: update Italian translationMichele Ballabio1-295/+834
2008-11-17Update Hungarian translation. 100% completed.Miklos Vajna1-337/+918
2008-11-16git-gui: Fix the search bar destruction handler.Alexander Gavrilov1-1/+1
2008-11-16Update the po templateShawn O. Pearce1-285/+791
2008-11-16git-gui: Implement automatic rescan after Tool execution.Alexander Gavrilov1-2/+42
2008-11-16git-gui: Allow Tools request arguments from the user.Alexander Gavrilov2-5/+203
2008-11-16git-gui: Add a Tools menu for arbitrary commands.Alexander Gavrilov3-0/+359
2008-11-16git-gui: Fix the after callback execution in rescan.Alexander Gavrilov2-16/+31
2008-11-16git-gui: Implement system-wide configuration handling.Alexander Gavrilov2-9/+15
2008-11-16git-gui: try to provide a window icon under XGiuseppe Bilotta1-0/+22
2008-11-11git-gui: Request blame metadata in utf-8.Alexander Gavrilov1-1/+1
2008-11-11git-gui: Add the Show SSH Key item to the clone dialog.Alexander Gavrilov2-9/+17
2008-11-11git-gui: Fix focus transition in the blame viewer.Alexander Gavrilov2-7/+23
2008-11-01git-gui: Update German translation.Christian Stimming1-46/+233
2008-11-01git-gui: Do not munge conflict marker lines in a normal diffJohannes Sixt1-1/+0
2008-11-01git-gui: Add a simple implementation of SSH_ASKPASS.Alexander Gavrilov3-0/+73
2008-11-01git-gui: Add a dialog that shows the OpenSSH public key.Alexander Gavrilov2-0/+130
2008-10-10git-gui: Mark-up strings in show_{other,unmerged}_diff() for localizationJohannes Sixt1-11/+11
2008-10-10git-gui: Show a round number of bytes of large untracked text filesJohannes Sixt1-1/+1
2008-10-10git-gui: Fix the blame viewer destroy handler.Alexander Gavrilov1-1/+8
2008-10-10git-gui: Add a search command to the blame viewer.Alexander Gavrilov3-3/+227
2008-10-10git-gui: Fix the blame window shape.Alexander Gavrilov1-6/+13
2008-10-10git-gui: Fix switch statement in lib/merge.tclJohannes Sixt1-1/+1
2008-09-30git-gui: Fix fetching from remotes when adding themPetr Baudis1-3/+3
2008-09-30git-gui: Fix removing non-pushable remotesPetr Baudis1-1/+2
2008-09-30git-gui: Make input boxes in init/clone/open dialogs consistentPetr Baudis1-4/+8
2008-09-30git-gui: Avoid using the term URL when specifying repositoriesPetr Baudis3-4/+4
2008-09-30git-gui: gui.autoexplore makes explorer to pop up automatically after pickingPetr Baudis1-0/+5
2008-09-30git-gui: Add Explore Working Copy to the Repository menuPetr Baudis1-0/+18
2008-09-30git-gui: Use git web--browser for web browsingPetr Baudis1-23/+7
2008-09-30git-gui: mkdir -p when initializing new remote repositoryPetr Baudis1-1/+2
2008-09-30git-gui: Add support for removing remotesPetr Baudis1-0/+37
2008-09-30git-gui: Add support for adding remotesPetr Baudis3-0/+209
2008-09-30git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menuPetr Baudis2-70/+70
2008-09-30git-gui: Clarify the Remote -> Delete... actionPetr Baudis2-3/+3
2008-09-30git-gui: Remove space from the end of aspell's reply before processingJohannes Sixt1-0/+1
2008-09-30git-gui: Make Ctrl-T safe to use for conflicting files.Alexander Gavrilov4-6/+17
2008-09-30git-gui: Do not automatically stage file after merge tool finishesJohannes Sixt1-9/+1
2008-09-26git-gui: Show/hide "Sign Off" based on nocommitmsg optionShawn O. Pearce1-2/+2
2008-09-26Merge branch 'maint'Shawn O. Pearce1-1/+1
2008-09-26git-gui: Help identify aspell version on Windows tooGustaf Hendeby1-1/+1
2008-09-24git-gui: Reenable staging unmerged files by clicking the icon.Alexander Gavrilov3-33/+70
2008-09-24git-gui: Support the encoding menu in gui blame.Alexander Gavrilov1-0/+17
2008-09-24git-gui: Optimize encoding name resolution using a lookup table.Alexander Gavrilov1-29/+53
2008-09-24git-gui: Allow forcing display encoding for diffs using a submenu.Alexander Gavrilov3-2/+44
2008-09-24git-gui: Add a menu of available encodings.Alexander Gavrilov2-4/+142
2008-09-24git-gui: Cleanup handling of the default encoding.Alexander Gavrilov5-6/+46
2008-09-24git-gui: Assume `blame --incremental` output is in UTF-8Shawn O. Pearce1-7/+1
2008-09-24git-gui: Use gitattribute "encoding" for file content displayShawn O. Pearce4-4/+26
2008-09-24git-gui: Add support for calling out to the prepare-commit-msg hookJoshua Williams1-0/+65
2008-09-24git-gui: Hide commit related UI during citool --nocommitShawn O. Pearce1-48/+56
2008-09-24git-gui: Add more integration options to citool.Alexander Gavrilov2-6/+83
2008-09-13git-gui: Updated German translation.Christian Stimming1-21/+172
2008-09-12git-gui: I18n fix sentence parts into full sentences for translation again.Christian Stimming1-6/+6
2008-09-12git-gui: Restore ability to Stage Working Copy for conflicts.Alexander Gavrilov2-0/+11
2008-09-12git-gui: Fix Blame Parent & Context for working copy lines.Alexander Gavrilov2-3/+29
2008-09-04Merge branch 'maint'Shawn O. Pearce1-7/+11
2008-09-04git-gui: Fix diff parsing for lines starting with "--" or "++"Shawn O. Pearce1-7/+11
2008-09-04git-gui: Show special diffs for complex conflict cases.Alexander Gavrilov1-5/+89
2008-09-04git-gui: Make F5 reselect a diff, if an untracked file is selected.Alexander Gavrilov1-9/+35
2008-09-04git-gui: Reimplement and enhance auto-selection of diffs.Alexander Gavrilov3-39/+109
2008-09-04git-gui: Support conflict states _U & UT.Alexander Gavrilov4-3/+7
2008-09-04git-gui: Support more merge tools.Alexander Gavrilov1-0/+27
2008-09-04git-gui: Don't allow staging files with conflicts.Alexander Gavrilov1-0/+8
2008-09-04git-gui: Support calling merge tools.Alexander Gavrilov3-0/+260
2008-09-04git-gui: Support resolving conflicts via the diff context menu.Alexander Gavrilov2-60/+190
2008-09-04git-gui: Mark forgotten strings for translation.Christian Stimming1-2/+2
2008-09-01Merge branch 'maint'Shawn O. Pearce4-5/+5
2008-09-01git-gui: Fix string escaping in po2msg.shAlexander Gavrilov1-2/+2
2008-09-01git gui: show diffs with a minimum of 1 context lineClemens Buchacher3-3/+3
2008-08-24git-gui: Allow specifying an initial line for git gui blame.Alexander Gavrilov3-5/+14
2008-08-24git-gui: Better positioning in Blame Parent CommitAlexander Gavrilov1-4/+61
2008-08-24git-gui: Support passing blame to a parent commit.Alexander Gavrilov1-10/+38
2008-08-24git-gui: Support starting gitk from Gui BlameAlexander Gavrilov3-2/+55
2008-08-24git-gui: Teach git gui about file type changesGustaf Hendeby3-1/+26
2008-08-12git-gui: update all remaining translations to French.Alexandre Bourget1-254/+299
2008-08-12git-gui: Update french translationAlexandre Bourget1-126/+127
2008-08-10git-gui 0.11gitgui-0.11.0Shawn O. Pearce1-1/+1
2008-08-04git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'Johannes Sixt1-1/+5
2008-08-03git-gui: add a part about format strings in po/READMEMichele Ballabio1-6/+11
2008-08-03git-gui: update po/it.poMichele Ballabio1-246/+284
2008-08-03git-gui: update Japanese translationしらいしななこ1-246/+281
2008-08-02git-gui: Update swedish translation.Mikael Magnusson1-232/+283
2008-08-02git-gui: Update git-gui.pot for 0.11 nearing releaseShawn O. Pearce1-236/+277
2008-08-02git-gui: Update German translationChristian Stimming1-32/+70
2008-07-29git-gui (Windows): Change wrapper to execdir 'libexec/git-core'Steffen Prohaska1-4/+7
2008-07-29git-gui (Windows): Switch to relative discovery of oguilibSteffen Prohaska1-0/+1
2008-07-29git-gui: Correct installation of library to be $prefix/shareSteffen Prohaska1-0/+4
2008-07-29git-gui: Fix gitk search in $PATH to work on WindowsShawn O. Pearce1-3/+9
2008-07-27git-gui: Preserve scroll position on reshow_diff.Alexander Gavrilov1-4/+14
2008-07-27git-gui: Fix the Remote menu separator.Alexander Gavrilov1-0/+1
2008-07-26git-gui: "Stage Line": Treat independent changes in adjacent lines betterJohannes Sixt1-3/+58
2008-07-26git-gui: Fix "Stage/Unstage Line" with one line of context.Johannes Sixt1-0/+3
2008-07-25git-gui: Correct 'Visualize Branches' on Mac OS X to start gitkShawn O. Pearce1-1/+1
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreAbhijit Menon-Sen1-3/+3
2008-07-16Add a menu item to invoke full copy detection in blame.Alexander Gavrilov1-0/+69
2008-07-16Kill the blame back-end on window close.Alexander Gavrilov2-4/+26
2008-07-16Add options to control the search for copies in blame.Alexander Gavrilov3-8/+16
2008-07-16Fix pre-commit hooks under MinGW/MSYSAlexander Gavrilov1-2/+2
2008-07-13git-gui: MERGE_RR lives in .git/ directly with newer Git versionsJohannes Schindelin1-0/+1