Skip to content

Special revisions PREV and COMMITTED are not file independent #20

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

Open
ColMelvin opened this issue Nov 2, 2016 · 0 comments
Open

Special revisions PREV and COMMITTED are not file independent #20

ColMelvin opened this issue Nov 2, 2016 · 0 comments

Comments

@ColMelvin
Copy link
Owner

In SVN, when a list of files is given, along with the special revision PREV or COMMITTED, each file listed is always displayed, regardless of which commit it was changed in. Thus, displayed files can have different revisions in the output.

Git doesn't handle each file separately. If two files are listed on the command line, the first commit to have either file change is listed first. The subsequent commit may or may not contain the other file.

Addressing this issue will take a piecemeal approach to handling files, if it should be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant