projects
/
idea
/
community.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge branch 'master' of git.labs.intellij.net:idea/community
2010-12-13
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-12-10
Kirill Likhodedov
GitTextHandler: no need in assert.
commit
|
commitdiff
|
tree
2010-12-10
Kirill Likhodedov
Git cancellable tasks: using it in testing remote repository...
commit
|
commitdiff
|
tree
2010-12-10
Kirill Likhodedov
Git cancellable tasks.
commit
|
commitdiff
|
tree
2010-12-10
Kirill Likhodedov
Git cancellable tasks.
commit
|
commitdiff
|
tree
2010-12-09
Kirill Likhodedov
Git: more logging in update and unshelve.
commit
|
commitdiff
|
tree
2010-12-09
Kirill Likhodedov
GitBranchWidget refactoring.
commit
|
commitdiff
|
tree
2010-12-09
Kirill Likhodedov
GitVcs: made runInBackground static. If project is...
commit
|
commitdiff
|
tree
2010-12-09
Kirill Likhodedov
Git: logging GitBaseRebaseProcess.
commit
|
commitdiff
|
tree
2010-12-09
Kirill Likhodedov
GitVcs.getInstance(): returning null in case of already...
commit
|
commitdiff
|
tree
2010-12-09
Kirill Likhodedov
GitChangeProvider: added a comment about possible exception...
commit
|
commitdiff
|
tree
2010-12-08
Kirill Likhodedov
EA-24567 GitPushActiveBranchesDialog: 1. remember push...
commit
|
commitdiff
|
tree
2010-12-08
Kirill Likhodedov
GitBranch.list(): fixed remote branch name parsing...
commit
|
commitdiff
|
tree
2010-12-08
Kirill Likhodedov
GitCurrentBranchWidget: on branch/root change - remember...
commit
|
commitdiff
|
tree
2010-12-08
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-12-07
Kirill Likhodedov
Git Unstash: confirmation before dropping a stash and...
commit
|
commitdiff
|
tree
2010-12-07
Kirill Likhodedov
Messages: added constants for OK, YES, NO, CANCEL results.
commit
|
commitdiff
|
tree
2010-12-07
Kirill Likhodedov
ExecutableValidator (Git & Hg): lazy getConfigurable...
commit
|
commitdiff
|
tree
2010-12-07
Kirill Likhodedov
NPE in HgShowConfigCommand: result of HgCommandService...
commit
|
commitdiff
|
tree
2010-12-07
Kirill Likhodedov
EA-22709 "NPE if executing an hg command when Mercurial...
commit
|
commitdiff
|
tree
2010-12-07
Kirill Likhodedov
EA-24151 Don't display balloon if it is already disposed...
commit
|
commitdiff
|
tree
2010-12-07
Kirill Likhodedov
GitCurrentBranchWidget: getting current branch from...
commit
|
commitdiff
|
tree
2010-12-06
Kirill Likhodedov
GitPushActiveBranches: correct usage of sticky balloon...
commit
|
commitdiff
|
tree
2010-12-06
Kirill Likhodedov
GitPushActiveBranches: optimized Rebase & Push procedure...
commit
|
commitdiff
|
tree
2010-12-06
Kirill Likhodedov
Git Push Active Branches: fixed bug when all commits...
commit
|
commitdiff
|
tree
2010-12-06
Kirill Likhodedov
Git Rebase & Push: sticky baloon in case of error....
commit
|
commitdiff
|
tree
2010-12-06
Kirill Likhodedov
GitRebaseEditorMain (interactive rebase editor): connect...
commit
|
commitdiff
|
tree
2010-12-06
Kirill Likhodedov
GitRebaseActionBase: handling interactive rebase result...
commit
|
commitdiff
|
tree
2010-12-06
Kirill Likhodedov
Patch in org.apache.xmlrpc.LiteXmlRpcTransport.initConnectio...
commit
|
commitdiff
|
tree
2010-12-04
Kirill Likhodedov
Added "Git: " prefix to Git current branch name. [reviewed...
commit
|
commitdiff
|
tree
2010-12-01
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-12-01
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-12-01
Kirill Likhodedov
GitHandlerUtil: made isErrorLine() helper method public...
commit
|
commitdiff
|
tree
2010-12-01
Kirill Likhodedov
RunnerMediatorManager: made not abstract, removed PycharmRun...
commit
|
commitdiff
|
tree
2010-12-01
Kirill Likhodedov
GitCurrentBranchWidget: properly initialize current...
commit
|
commitdiff
|
tree
2010-11-29
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-28
Kirill Likhodedov
IDEA-56276: Added help references for Mercurial.
commit
|
commitdiff
|
tree
2010-11-28
Kirill Likhodedov
Git: Disabling GitBranchConfigurations. Instead of...
commit
|
commitdiff
|
tree
2010-11-24
Kirill Likhodedov
GitHandlerUtil: moved runInCurrentThread() implementation...
commit
|
commitdiff
|
tree
2010-11-24
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-24
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-24
Kirill Likhodedov
Another NPE in GitHistoryUtils.
commit
|
commitdiff
|
tree
2010-11-24
Kirill Likhodedov
Fixed NPE in GitHistoryUtils: hash instead of short...
commit
|
commitdiff
|
tree
2010-11-24
Kirill Likhodedov
Fixed ConcurrentModificationException when closing...
commit
|
commitdiff
|
tree
2010-11-24
Kirill Likhodedov
GitTestCase: fixed another write-action issue.
commit
|
commitdiff
|
tree
2010-11-24
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-23
Kirill Likhodedov
GitExecutableValidator: increased timeout, because...
commit
|
commitdiff
|
tree
2010-11-22
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-22
Kirill Likhodedov
Fixed git status: was wrong order of params in isUnder().
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
IDEA-59587 "Git: after file is moved its status is...
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
IDEA-58707 Fixed "already disposed" in GitChangeProvider.
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
IDEA-51314 Notification on successful git tag creation...
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
NPE fix.
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
IDEA-60464 To avoid "already disposed" error passing...
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
IDEA-60369 Trivially overrode toString in GitRepositoryLocat...
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
IDEA-59833 Renamed git's "Add Snapshot" to "Add".
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
GitIndexChangeListener -> vcs-impl/RepositoryChangeListener
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
stub javadocs removed.
commit
|
commitdiff
|
tree
2010-11-18
Kirill Likhodedov
Fixed IDEA-59641 "Git: externally commited file isn...
commit
|
commitdiff
|
tree
2010-11-17
Kirill Likhodedov
Fixed WI-3982
commit
|
commitdiff
|
tree
2010-11-17
Kirill Likhodedov
Git push active branches: run in the common git queue.
commit
|
commitdiff
|
tree
2010-11-17
Kirill Likhodedov
Fixed IDEA-61285 Don't use --follow in 'git show' as...
commit
|
commitdiff
|
tree
2010-11-17
Kirill Likhodedov
GitHistoryUtils: DRY: reuse history method.
commit
|
commitdiff
|
tree
2010-11-17
Kirill Likhodedov
Mercurial via 'bash -c': fixed custom escaping in ShellCommand.
commit
|
commitdiff
|
tree
2010-11-17
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-17
Kirill Likhodedov
compilation fix.
commit
|
commitdiff
|
tree
2010-11-17
Kirill Likhodedov
Reverted escaping in StringUtil.
commit
|
commitdiff
|
tree
2010-11-17
Kirill Likhodedov
GitLogParser: handle paths with spaces.
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
Fixed escaping in StringUtil.
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
GitPushActiveBranchesDialog: more user-friendliness...
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
Git clone in background (part of IDEA-60556)
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
javadoc cleanup
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
IDEA-51182: GitRevert now shows the common confirmation...
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
IDEA-50604: Made the text in "Locally Modified Files...
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
GitStashDialog: focus on message.
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
GitExecutableValidator fix: 'git' returns error, so...
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
Fixed wrong condition in the default implementation...
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
Mercurial: checkout: error notifications.
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
Mercurial: checkout fix: check for null later to let...
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
Mercurial: checkout in background.
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
IDEA-59345 Option to run Mercurial via 'bash -cl'
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
StringUtil: introduced another escapeStringCharacters...
commit
|
commitdiff
|
tree
2010-11-15
Kirill Likhodedov
IDEA-59344 Made fields public, storage file - WORKSPACE_FILE
commit
|
commitdiff
|
tree
2010-11-13
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-12
Kirill Likhodedov
IDEA-60288 When merging don't forget to add files which...
commit
|
commitdiff
|
tree
2010-11-11
Kirill Likhodedov
Hotfixed failure of execution of any remote ssh git...
commit
|
commitdiff
|
tree
2010-11-11
Kirill Likhodedov
Git and Mercurial executable validators:
commit
|
commitdiff
|
tree
2010-11-11
Kirill Likhodedov
Simple NPE fix.
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
Git file history: fixed the situation when many files...
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
Git Push Active Branches: fetch is executed in background...
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
IDEA-60258: added push and pull Mercurial actions to...
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
Git: fixed IDEA-24911: not showing merge commits in...
commit
|
commitdiff
|
tree
2010-11-03
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
2010-11-02
Kirill Likhodedov
Merge branch 'master' of git.labs.intellij.net:idea...
commit
|
commitdiff
|
tree
next