summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2011-12-1317-49/+339
|\
| * git-gui 0.16gitgui-0.16.0Pat Thoyts2011-12-131-1/+1
| * git-gui: handle shell script text filters when loading for blame.Pat Thoyts2011-12-092-11/+37
| * git-gui: Set both 16x16 and 32x32 icons on X to pacify Xming.Samuel Bronson2011-12-071-1/+4
| * git-gui: added config gui.gcwarning to disable the gc hint messagePat Thoyts2011-11-301-1/+1
| * git-gui: set whitespace warnings appropriate to this projectPat Thoyts2011-11-301-0/+1
| * git-gui: don't warn for detached head when rebasingBert Wesarg2011-11-051-1/+3
| * git-gui: make config gui.warndetachedcommit a booleanBert Wesarg2011-11-052-1/+2
| * git-gui: add config value gui.diffopts for passing additional diff optionsTilman Vogel2011-11-053-0/+3
| * git-gui: sort the numeric ansi codesPat Thoyts2011-11-041-1/+1
| * git-gui: support underline style when parsing diff outputPat Thoyts2011-11-042-1/+2
| * git-gui: fix spelling error in sshkey.tclDejan Ribič2011-10-311-1/+1
| * git-gui: include the file path in guitools confirmation dialogBert Wesarg2011-10-211-2/+8
| * git-gui: span widgets over the full file output area in the blame viewBert Wesarg2011-10-211-3/+6
| * git-gui: use a tristate to control the case mode in the searchbarBert Wesarg2011-10-211-7/+17
| * git-gui: set suitable extended window manager hints.Pat Thoyts2011-10-195-0/+5
| * git-gui: fix display of path in browser titleBert Wesarg2011-10-191-1/+7
| * Merge branch 'bw/searching'gitgui-0.15.0Pat Thoyts2011-10-194-19/+210
| |\
| | * git-gui: enable the smart case sensitive search only if gui.search.smartcase ...Pat Thoyts2011-10-191-3/+7
| | * git-gui: catch invalid or complete regular expressions and treat as no match.Pat Thoyts2011-10-191-7/+9
| | * git-gui: theme the search and line-number entry fields on blame screenPat Thoyts2011-10-193-8/+100
| | * git-gui: add search history to searchbarBert Wesarg2011-10-181-0/+60
| | * git-gui: add regexp search mode to the searchbarBert Wesarg2011-10-181-1/+11
| | * git-gui: add smart case search mode in searchbarBert Wesarg2011-10-181-1/+12
| | * git-gui: handle config booleans without valueBert Wesarg2011-10-181-2/+14
| * | git-gui: include the number of untracked files to stage when asking the userPat Thoyts2011-10-181-1/+2
| * | git-gui: new config to control staging of untracked filesBert Wesarg2011-10-183-1/+32
| * | git-gui: use "untracked" for files which are not known to gitBert Wesarg2011-10-181-5/+5
| * | git-gui: fix unintended line break in message stringBert Wesarg2011-10-181-2/+1
| |/
| * git-gui: fix multi selected file operationBert Wesarg2011-10-181-0/+1
* | git-p4: test for absolute PWD problemPete Wyckoff2011-12-111-0/+49
* | git-p4: use absolute directory for PWD env varGary Gibbons2011-12-111-2/+3
* | git-p4: submit test for auto-creating clientPathPete Wyckoff2011-12-111-0/+38
* | git-p4: ensure submit clientPath exists before chdirGary Gibbons2011-12-111-0/+4
* | Update draft release notes for 1.7.9Junio C Hamano2011-12-091-1/+36
* | Merge branch 'sg/complete-refs'Junio C Hamano2011-12-091-91/+110
|\ \
| * | completion: remove broken dead code from __git_heads() and __git_tags()sg/complete-refsSZEDER Gábor2011-10-211-20/+2
| * | completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor2011-10-211-0/+4
| * | completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor2011-10-211-9/+4
| * | completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor2011-10-211-8/+5
| * | completion: support full refs from remote repositoriesSZEDER Gábor2011-10-211-8/+21
| * | completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor2011-10-211-7/+7
| * | completion: make refs completion consistent for local and remote reposSZEDER Gábor2011-10-211-4/+2
| * | completion: optimize refs completionSZEDER Gábor2011-10-211-45/+70
| * | completion: document __gitcomp()SZEDER Gábor2011-10-211-2/+7
* | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-0917-59/+98
|\ \ \
| * | | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-058-28/+66
| * | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-1312-32/+36
* | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-0983-406/+825
|\ \ \ \
| * | | | commit-tree: teach -m/-F options to read logs from elsewhereJunio C Hamano2011-11-122-6/+53