Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Store path attribute on Diff object#266

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Byron merged 1 commit intogitpython-developers:masterfromjeblair:master
Mar 2, 2015

Conversation

jeblair
Copy link
Contributor

If a file in a commit contains no changes (for example, if only the
file mode is changed) there will be no blob attached. This is
usually where the filename is stored, so without it, the calling
context can not tell what file was changed. Instead, always
store a_path and b_path on the Diff object so that information
is available.

If a file in a commit contains no changes (for example, if only thefile mode is changed) there will be no blob attached.  This isusually where the filename is stored, so without it, the callingcontext can not tell what file was changed.  Instead, alwaysstore a_path and b_path on the Diff object so that informationis available.
@ByronByron added this to thev0.3.7 - Fixes milestoneMar 2, 2015
Byron added a commit that referenced this pull requestMar 2, 2015
Store path attribute on Diff object
@ByronByron merged commit88f3dc2 intogitpython-developers:masterMar 2, 2015
@Byron
Copy link
Member

Thank you :) ! If travis is green, I am green too !

jeblair added a commit to openstack-archive/gertty that referenced this pull requestMar 5, 2015
If a file only has mode differences, but no content difference,we do not have access through GitPython to find out the filenames.gitpython-developers/GitPython#266 hasbeen submitted to correct that, but in the mean time, display"Unknown File" to avoid crashing.Change-Id: Ic935f9737ae3978a7a639408c24f166c76a2c999Story: 2000027
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Milestone
v0.3.7 - Fixes
Development

Successfully merging this pull request may close these issues.

2 participants
@jeblair@Byron

[8]ページ先頭

©2009-2025 Movatter.jp