Fix mess with svn:eol-style + svn:mime-type=application/octet-stream props#319
Merged
Merged
Conversation
dcf0806 to
a941346
Compare
slonopotamus
added a commit
to slonopotamus/git-as-svn
that referenced
this pull request
Jan 10, 2020
Unfortunately, we do not have any migration path for svn property changes caused by git-as-svn#319.
a941346 to
1275416
Compare
slonopotamus
added a commit
to slonopotamus/git-as-svn
that referenced
this pull request
Jan 14, 2020
Unfortunately, we do not have any migration path for svn property changes caused by git-as-svn#319.
1275416 to
d4bd63e
Compare
slonopotamus
added a commit
to slonopotamus/git-as-svn
that referenced
this pull request
Jan 14, 2020
Unfortunately, we do not have any migration path for svn property changes caused by git-as-svn#319.
d4bd63e to
b0827fd
Compare
slonopotamus
added a commit
to slonopotamus/git-as-svn
that referenced
this pull request
Jan 14, 2020
Unfortunately, we do not have any migration path for svn property changes caused by git-as-svn#319.
b0827fd to
f2e7a33
Compare
slonopotamus
added a commit
to slonopotamus/git-as-svn
that referenced
this pull request
Jan 14, 2020
Unfortunately, we do not have any migration path for svn property changes caused by git-as-svn#319.
f2e7a33 to
8f34ef7
Compare
slonopotamus
added a commit
to slonopotamus/git-as-svn
that referenced
this pull request
Jan 14, 2020
Unfortunately, we do not have any migration path for svn property changes caused by git-as-svn#319.
8f34ef7 to
cd20b79
Compare
slonopotamus
added a commit
to slonopotamus/git-as-svn
that referenced
this pull request
Jan 14, 2020
Unfortunately, we do not have any migration path for svn property changes caused by git-as-svn#319.
cd20b79 to
4d670cc
Compare
…props Now we add `svn:mime-type=application/octet-stream` for files with `-text` git attributes Also, we no longer override explicit `.gitattributes` entries with binary file autodetection. Fixes git-as-svn#317
Unfortunately, we do not have any migration path for svn property changes caused by git-as-svn#319.
4d670cc to
ebe2a20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now we add
svn:mime-type=application/octet-streamfor files with-textgit attributesAlso, we no longer override explicit
.gitattributesentries with binary file autodetection.Fixes #317