summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-10git-gui: Fix switch statement in lib/merge.tclLibravatar Johannes Sixt1-1/+1
2008-09-30git-gui: Fix fetching from remotes when adding themLibravatar Petr Baudis1-3/+3
2008-09-30git-gui: Fix removing non-pushable remotesLibravatar Petr Baudis1-1/+2
2008-09-30git-gui: Make input boxes in init/clone/open dialogs consistentLibravatar Petr Baudis1-4/+8
2008-09-30git-gui: Avoid using the term URL when specifying repositoriesLibravatar Petr Baudis3-4/+4
2008-09-30git-gui: gui.autoexplore makes explorer to pop up automatically after pickingLibravatar Petr Baudis1-0/+5
2008-09-30git-gui: Add Explore Working Copy to the Repository menuLibravatar Petr Baudis1-0/+18
2008-09-30git-gui: Use git web--browser for web browsingLibravatar Petr Baudis1-23/+7
2008-09-30git-gui: mkdir -p when initializing new remote repositoryLibravatar Petr Baudis1-1/+2
2008-09-30git-gui: Add support for removing remotesLibravatar Petr Baudis1-0/+37
2008-09-30git-gui: Add support for adding remotesLibravatar Petr Baudis3-0/+209
2008-09-30git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menuLibravatar Petr Baudis2-70/+70
2008-09-30git-gui: Clarify the Remote -> Delete... actionLibravatar Petr Baudis2-3/+3
2008-09-30git-gui: Remove space from the end of aspell's reply before processingLibravatar Johannes Sixt1-0/+1
2008-09-30git-gui: Make Ctrl-T safe to use for conflicting files.Libravatar Alexander Gavrilov4-6/+17
2008-09-30git-gui: Do not automatically stage file after merge tool finishesLibravatar Johannes Sixt1-9/+1
2008-09-26git-gui: Show/hide "Sign Off" based on nocommitmsg optionLibravatar Shawn O. Pearce1-2/+2
2008-09-26Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+1
2008-09-26git-gui: Help identify aspell version on Windows tooLibravatar Gustaf Hendeby1-1/+1
2008-09-24git-gui: Reenable staging unmerged files by clicking the icon.Libravatar Alexander Gavrilov3-33/+70
2008-09-24git-gui: Support the encoding menu in gui blame.Libravatar Alexander Gavrilov1-0/+17
2008-09-24git-gui: Optimize encoding name resolution using a lookup table.Libravatar Alexander Gavrilov1-29/+53
2008-09-24git-gui: Allow forcing display encoding for diffs using a submenu.Libravatar Alexander Gavrilov3-2/+44
2008-09-24git-gui: Add a menu of available encodings.Libravatar Alexander Gavrilov2-4/+142
2008-09-24git-gui: Cleanup handling of the default encoding.Libravatar Alexander Gavrilov5-6/+46
2008-09-24git-gui: Assume `blame --incremental` output is in UTF-8Libravatar Shawn O. Pearce1-7/+1
2008-09-24git-gui: Use gitattribute "encoding" for file content displayLibravatar Shawn O. Pearce4-4/+26
2008-09-24git-gui: Add support for calling out to the prepare-commit-msg hookLibravatar Joshua Williams1-0/+65
2008-09-24git-gui: Hide commit related UI during citool --nocommitLibravatar Shawn O. Pearce1-48/+56
2008-09-24git-gui: Add more integration options to citool.Libravatar Alexander Gavrilov2-6/+83
2008-09-13git-gui: Updated German translation.Libravatar Christian Stimming1-21/+172
2008-09-12git-gui: I18n fix sentence parts into full sentences for translation again.Libravatar Christian Stimming1-6/+6
2008-09-12git-gui: Restore ability to Stage Working Copy for conflicts.Libravatar Alexander Gavrilov2-0/+11
2008-09-12git-gui: Fix Blame Parent & Context for working copy lines.Libravatar Alexander Gavrilov2-3/+29
2008-09-04Merge branch 'maint'Libravatar Shawn O. Pearce1-7/+11
2008-09-04git-gui: Fix diff parsing for lines starting with "--" or "++"Libravatar Shawn O. Pearce1-7/+11
2008-09-04git-gui: Show special diffs for complex conflict cases.Libravatar Alexander Gavrilov1-5/+89
2008-09-04git-gui: Make F5 reselect a diff, if an untracked file is selected.Libravatar Alexander Gavrilov1-9/+35
2008-09-04git-gui: Reimplement and enhance auto-selection of diffs.Libravatar Alexander Gavrilov3-39/+109
2008-09-04git-gui: Support conflict states _U & UT.Libravatar Alexander Gavrilov4-3/+7
2008-09-04git-gui: Support more merge tools.Libravatar Alexander Gavrilov1-0/+27
2008-09-04git-gui: Don't allow staging files with conflicts.Libravatar Alexander Gavrilov1-0/+8
2008-09-04git-gui: Support calling merge tools.Libravatar Alexander Gavrilov3-0/+260
2008-09-04git-gui: Support resolving conflicts via the diff context menu.Libravatar Alexander Gavrilov2-60/+190
2008-09-04git-gui: Mark forgotten strings for translation.Libravatar Christian Stimming1-2/+2
2008-09-01Merge branch 'maint'Libravatar Shawn O. Pearce4-5/+5
2008-09-01git-gui: Fix string escaping in po2msg.shLibravatar Alexander Gavrilov1-2/+2
2008-09-01git gui: show diffs with a minimum of 1 context lineLibravatar Clemens Buchacher3-3/+3
2008-08-24git-gui: Allow specifying an initial line for git gui blame.Libravatar Alexander Gavrilov3-5/+14
2008-08-24git-gui: Better positioning in Blame Parent CommitLibravatar Alexander Gavrilov1-4/+61