summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2011-10-19Merge branch 'bw/searching'gitgui-0.15.0Pat Thoyts-17/+196
2011-10-19git-gui: enable the smart case sensitive search only if gui.search.smartcase ...Pat Thoyts-3/+7
2011-10-19git-gui: catch invalid or complete regular expressions and treat as no match.Pat Thoyts-7/+9
2011-10-19git-gui: theme the search and line-number entry fields on blame screenPat Thoyts-8/+100
2011-10-18git-gui: include the number of untracked files to stage when asking the userPat Thoyts-1/+2
2011-10-18git-gui: new config to control staging of untracked filesBert Wesarg-1/+31
2011-10-18git-gui: use "untracked" for files which are not known to gitBert Wesarg-5/+5
2011-10-18git-gui: fix unintended line break in message stringBert Wesarg-2/+1
2011-10-18git-gui: add search history to searchbarBert Wesarg-0/+60
2011-10-18git-gui: add regexp search mode to the searchbarBert Wesarg-1/+11
2011-10-18git-gui: add smart case search mode in searchbarBert Wesarg-1/+12
2011-10-15git-gui: incremental goto line in blame viewBert Wesarg-4/+11
2011-10-15git-gui: clear the goto line input when hidingBert Wesarg-0/+1
2011-10-15git-gui: only accept numbers in the goto-line inputBert Wesarg-2/+11
2011-10-15git-gui: search and linenumber input are mutual exclusive in the blame viewBert Wesarg-6/+16
2011-10-06git-gui: deal with unknown files when pressing the "Stage Changed" buttonHeiko Voigt-0/+9
2011-07-19git-gui: drop the 'n' and 'Shift-n' bindings from the last patch.Pat Thoyts-2/+0
2011-07-19git-gui: Add keyboard shortcuts for search and goto commands in blame view.David Fries-1/+7
2011-07-19git-gui: Enable jumping to a specific line number in blame view.David Fries-0/+75
2011-07-11Fix tooltip display with multiple monitors on windows.Pat Thoyts-4/+4
2011-05-20git-gui: warn when trying to commit on a detached headHeiko Voigt-0/+15
2011-03-25Merge branch 'ss/git-gui-mergetool'gitgui-0.14.0Pat Thoyts-47/+54
2011-02-27mergetool--lib: Add Beyond Compare 3 as a toolSebastian Schuberth-0/+7
2011-02-27mergetool--lib: Sort tools alphabetically for easier lookupSebastian Schuberth-47/+47
2011-02-24git-gui: fetch/prune all entry appears lastHeiko Voigt-12/+10
2011-02-24git-gui: fetch/prune all entry only for more than one entryHeiko Voigt-2/+2
2011-02-15git-gui: Include version check and test for tearoff menu entryPat Thoyts-10/+14
2011-02-14git-gui: teach fetch/prune menu to do it for all remotesHeiko Voigt-0/+74
2011-02-14git-gui: refactor remote submenu creation into subroutineHeiko Voigt-16/+24
2011-02-13git-gui: always default to the last merged branch in remote deleteHeiko Voigt-1/+10
2011-02-13git-gui: fix deleting item from all_remotes variableHeiko Voigt-2/+2
2011-02-06git-gui: instead of defaulting to home directory use working directoryHeiko Voigt-11/+3
2011-02-06git-gui: scroll down to default selection for push dialogHeiko Voigt-0/+1
2011-02-06git gui: keep selected branch when remote is changed in push dialogHeiko Voigt-1/+3
2011-01-28git-gui: handle meta diff header lines only in the header sectionBert Wesarg-7/+2
2011-01-28git-gui: handle special content lines only in the diff header sectionBert Wesarg-6/+9
2011-01-28git-gui: always reset the current tagBert Wesarg-1/+2
2011-01-28git-gui: move 3way diff autodetect upBert Wesarg-3/+4
2011-01-28git-gui: there is no "mode *" diff header lineBert Wesarg-2/+1
2011-01-28git-gui: name also new symlinks soBert Wesarg-3/+5
2011-01-28git-gui: handle index lines only in the diff headerBert Wesarg-2/+2
2011-01-28git-gui: rework handling of diff headerBert Wesarg-3/+15
2011-01-28git-gui: learn more type change statesBert Wesarg-3/+13
2011-01-28git-gui: remove 'no such variable' for s error when encounter unknown file st...Bert Wesarg-1/+2
2010-12-06git-gui: Fix use of hunk tag for non-hunk content.Bert Wesarg-7/+7
2010-12-06git-gui: Fix use of renamed tag.Bert Wesarg-4/+4
2010-11-22git-gui: fix browsers [Up To Parent] in sub-sub-directories.Bert Wesarg-1/+1
2010-11-19git-gui: respect conflict marker sizeBert Wesarg-4/+22
2010-11-19git-gui: fix ANSI-color parsingBert Wesarg-2/+10
2010-10-27git-gui: apply color information from git diff outputPat Thoyts-1/+33