Package git4idea.history.browser

Examples of git4idea.history.browser.SymbolicRefs


                        if (baseRevision.isPresent()) {
                            hashes.add(baseRevision.get().first);
                        }
                        hashes.add(revisionId);

                        gitCommits = GitHistoryUtils.commitsDetails(project, filePath, new SymbolicRefs(), hashes);
                    } catch (VcsException e) {
                        log.warn("Error getting Git commit details.", e);
                        NotificationBuilder notification = new NotificationBuilder(
                                project, "Cannot show change",
                                "Git error occurred while getting commit. Please check if Gerrit is configured as remote " +
View Full Code Here

TOP

Related Classes of git4idea.history.browser.SymbolicRefs

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.