summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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 Gavrilov3-5/+14
2008-09-30git-gui: Do not automatically stage file after merge tool finishesLibravatar Johannes Sixt1-9/+1
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 Gavrilov2-23/+62
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 Gavrilov2-2/+36
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 Gavrilov4-6/+45
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. Pearce2-4/+10
2008-09-24git-gui: Add more integration options to citool.Libravatar Alexander Gavrilov1-2/+6
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 Gavrilov1-0/+6
2008-09-12git-gui: Fix Blame Parent & Context for working copy lines.Libravatar Alexander Gavrilov1-3/+26
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: Reimplement and enhance auto-selection of diffs.Libravatar Alexander Gavrilov2-12/+14
2008-09-04git-gui: Support conflict states _U & UT.Libravatar Alexander Gavrilov3-1/+3
2008-09-04git-gui: Support more merge tools.Libravatar Alexander Gavrilov1-0/+27
2008-09-04git-gui: Support calling merge tools.Libravatar Alexander Gavrilov2-0/+253
2008-09-04git-gui: Support resolving conflicts via the diff context menu.Libravatar Alexander Gavrilov1-0/+98
2008-09-04git-gui: Mark forgotten strings for translation.Libravatar Christian Stimming1-2/+2
2008-09-01Merge branch 'maint'Libravatar Shawn O. Pearce2-2/+2
2008-09-01git gui: show diffs with a minimum of 1 context lineLibravatar Clemens Buchacher2-2/+2
2008-08-24git-gui: Allow specifying an initial line for git gui blame.Libravatar Alexander Gavrilov2-3/+3
2008-08-24git-gui: Better positioning in Blame Parent CommitLibravatar Alexander Gavrilov1-4/+61
2008-08-24git-gui: Support passing blame to a parent commit.Libravatar Alexander Gavrilov1-10/+38
2008-08-24git-gui: Support starting gitk from Gui BlameLibravatar Alexander Gavrilov2-2/+54
2008-08-24git-gui: Teach git gui about file type changesLibravatar Gustaf Hendeby2-0/+9
2008-07-27git-gui: Preserve scroll position on reshow_diff.Libravatar Alexander Gavrilov1-4/+14
2008-07-26git-gui: "Stage Line": Treat independent changes in adjacent lines betterLibravatar Johannes Sixt1-3/+58
2008-07-26git-gui: Fix "Stage/Unstage Line" with one line of context.Libravatar Johannes Sixt1-0/+3
2008-07-16Add a menu item to invoke full copy detection in blame.Libravatar Alexander Gavrilov1-0/+69
2008-07-16Kill the blame back-end on window close.Libravatar Alexander Gavrilov1-4/+12
2008-07-16Add options to control the search for copies in blame.Libravatar Alexander Gavrilov2-8/+14
2008-07-13git-gui: MERGE_RR lives in .git/ directly with newer Git versionsLibravatar Johannes Schindelin1-0/+1
2008-07-02git-gui: Implement "Stage/Unstage Line"Libravatar Johannes Sixt1-0/+87
2008-05-26git-gui: Vertically align textboxes with labelsLibravatar Twiinz1-6/+2
2008-05-08git-gui: Delete branches with 'git branch -D' to clear configLibravatar Shawn O. Pearce1-1/+1
2008-05-08git-gui: Setup branch.remote,merge for shorthand git-pullLibravatar Shawn O. Pearce2-1/+26
2008-04-23Merge branch 'maint'Libravatar Shawn O. Pearce1-4/+10
2008-04-23git-gui: Don't use '$$cr master' with aspell earlier than 0.60Libravatar Shawn O. Pearce1-4/+10
2008-04-14git-gui: Report less precise object estimates for database compressionLibravatar Johannes Sixt1-2/+2
2008-03-15git-gui: Don't translate the special Apple menuLibravatar Shawn O. Pearce1-1/+1
2008-03-07git-gui: Add option for changing the width of the commit message text boxLibravatar Adam Piątyszek1-0/+1
2008-03-05git-gui: if a background colour is set, set foreground colour as wellLibravatar Philipp A. Hartmann5-10/+34