Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare directory between two tags (or branches) #234

Closed
rksys opened this issue Dec 18, 2017 · 2 comments
Closed

Compare directory between two tags (or branches) #234

rksys opened this issue Dec 18, 2017 · 2 comments
Assignees
Labels
feature New feature or request

Comments

@rksys
Copy link

rksys commented Dec 18, 2017

the feature Compare directories with between two branches is really cool ! But it seems not very convenient to compare directory between two tags:

Currently, I am reading a project called requests and often need to see the changes between two tags (like compare 0.4.0..0.5.0.). If I want to see all the changes between these two tags, I need checkout to 0.5.0 at first, then manually browse to find the commit hash in gitlens pane, after that fire an Open All Changes With Working Tree command. the process of eyeballing to the hash of tag 0.4.0 is sort of painful as there are many commits from 0.5.0 to 0.4.0.

So, I am wondering if gitlens have a more convenient way to do that, or whether can add a feature to do it more directly: specify any previous tag, then we can open all the changes with current working tree.

The is use-and-feel is like:

https://github.com/requests/requests/compare/aa331946...2d98ca74
                                              ^0.4.0      ^0.5.0
@eamodio eamodio added the feature New feature or request label Dec 18, 2017
@eamodio eamodio self-assigned this Dec 18, 2017
@eamodio eamodio added this to the Soon™ milestone Dec 18, 2017
@eamodio eamodio changed the title how to do compare directory between two tags, or we need a new feature to do that? Compare directory between two tags (or branches) Dec 18, 2017
@eamodio
Copy link
Member

eamodio commented Dec 19, 2017

@rksys GitLens 7 adds this ability -- you can now select a tag in the GitLens view, right-click and select Select for Compare, and then select another tag, right-click and select Compare with Selected and it will open the new GitLens Results view with a comparison of those 2. It works for tag, branches, commits, etc

@eamodio eamodio removed this from the Soon™ milestone Jul 19, 2019
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants