summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-gui: update Japanese translationNanako Shiraishi2008-11-261-294/+825
* git-gui: french translation updateChristian Couder2008-11-231-297/+827
* Updated Swedish translation (514t0f0u).Peter Krefting2008-11-211-310/+839
* git gui: update Italian translationMichele Ballabio2008-11-191-295/+834
* Update Hungarian translation. 100% completed.Miklos Vajna2008-11-171-337/+918
* git-gui: Fix the search bar destruction handler.Alexander Gavrilov2008-11-161-1/+1
* Update the po templateShawn O. Pearce2008-11-161-285/+791
* git-gui: Implement automatic rescan after Tool execution.Alexander Gavrilov2008-11-161-2/+42
* git-gui: Allow Tools request arguments from the user.Alexander Gavrilov2008-11-162-5/+203
* git-gui: Add a Tools menu for arbitrary commands.Alexander Gavrilov2008-11-163-0/+359
* git-gui: Fix the after callback execution in rescan.Alexander Gavrilov2008-11-162-16/+31
* git-gui: Implement system-wide configuration handling.Alexander Gavrilov2008-11-162-9/+15
* git-gui: try to provide a window icon under XGiuseppe Bilotta2008-11-161-0/+22
* git-gui: Request blame metadata in utf-8.Alexander Gavrilov2008-11-111-1/+1
* git-gui: Add the Show SSH Key item to the clone dialog.Alexander Gavrilov2008-11-112-9/+17
* git-gui: Fix focus transition in the blame viewer.Alexander Gavrilov2008-11-112-7/+23
* git-gui: Update German translation.Christian Stimming2008-11-011-46/+233
* git-gui: Do not munge conflict marker lines in a normal diffJohannes Sixt2008-11-011-1/+0
* git-gui: Add a simple implementation of SSH_ASKPASS.Alexander Gavrilov2008-11-013-0/+73
* git-gui: Add a dialog that shows the OpenSSH public key.Alexander Gavrilov2008-11-012-0/+130
* git-gui: Mark-up strings in show_{other,unmerged}_diff() for localizationJohannes Sixt2008-10-101-11/+11
* git-gui: Show a round number of bytes of large untracked text filesJohannes Sixt2008-10-101-1/+1
* git-gui: Fix the blame viewer destroy handler.Alexander Gavrilov2008-10-101-1/+8
* git-gui: Add a search command to the blame viewer.Alexander Gavrilov2008-10-103-3/+227
* git-gui: Fix the blame window shape.Alexander Gavrilov2008-10-101-6/+13
* git-gui: Fix switch statement in lib/merge.tclJohannes Sixt2008-10-101-1/+1
* git-gui: Fix fetching from remotes when adding themPetr Baudis2008-09-301-3/+3
* git-gui: Fix removing non-pushable remotesPetr Baudis2008-09-301-1/+2
* git-gui: Make input boxes in init/clone/open dialogs consistentPetr Baudis2008-09-301-4/+8
* git-gui: Avoid using the term URL when specifying repositoriesPetr Baudis2008-09-303-4/+4
* git-gui: gui.autoexplore makes explorer to pop up automatically after pickingPetr Baudis2008-09-301-0/+5
* git-gui: Add Explore Working Copy to the Repository menuPetr Baudis2008-09-301-0/+18
* git-gui: Use git web--browser for web browsingPetr Baudis2008-09-301-23/+7
* git-gui: mkdir -p when initializing new remote repositoryPetr Baudis2008-09-301-1/+2
* git-gui: Add support for removing remotesPetr Baudis2008-09-301-0/+37
* git-gui: Add support for adding remotesPetr Baudis2008-09-303-0/+209
* git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menuPetr Baudis2008-09-302-70/+70
* git-gui: Clarify the Remote -> Delete... actionPetr Baudis2008-09-302-3/+3
* git-gui: Remove space from the end of aspell's reply before processingJohannes Sixt2008-09-301-0/+1
* git-gui: Make Ctrl-T safe to use for conflicting files.Alexander Gavrilov2008-09-304-6/+17
* git-gui: Do not automatically stage file after merge tool finishesJohannes Sixt2008-09-301-9/+1
* git-gui: Show/hide "Sign Off" based on nocommitmsg optionShawn O. Pearce2008-09-261-2/+2
* Merge branch 'maint'Shawn O. Pearce2008-09-261-1/+1
|\
| * git-gui: Help identify aspell version on Windows tooGustaf Hendeby2008-09-261-1/+1
* | git-gui: Reenable staging unmerged files by clicking the icon.Alexander Gavrilov2008-09-243-33/+70
* | git-gui: Support the encoding menu in gui blame.Alexander Gavrilov2008-09-241-0/+17
* | git-gui: Optimize encoding name resolution using a lookup table.Alexander Gavrilov2008-09-241-29/+53
* | git-gui: Allow forcing display encoding for diffs using a submenu.Alexander Gavrilov2008-09-243-2/+44
* | git-gui: Add a menu of available encodings.Alexander Gavrilov2008-09-242-4/+142
* | git-gui: Cleanup handling of the default encoding.Alexander Gavrilov2008-09-245-6/+46