darlinghq / darling-dmg

FUSE module for .dmg files (containing an HFS+ filesystem)
http://www.darlinghq.org
GNU General Public License v3.0
273 stars 45 forks source link

xattr bug #52

Closed jief666 closed 6 years ago

jief666 commented 6 years ago

Here is a little correction about xattr attributes.

(copy and paste !!!, I do that all the time :-)

jief666 commented 6 years ago

I've added more improvement. "xattr -l", "xattr -p" are now possible on a file.

jief666 commented 6 years ago

Hi, will you consider taking that pull request, or is it a no-go because of the format ? (I have few more waiting, that's why I ask). Thanks.

LubosD commented 6 years ago

I've now done manual merging of the commits while fixing the formatting via git rebase.

jief666 commented 6 years ago

Fixing formatting with rebase ?? There is maybe something you can teach me there 👍 I'll rebase onto you master for the next pull request. Thanks.

LubosD commented 6 years ago

I used this:

git rebase --interactive somecommit^

then you change "pick" to "edit" for the commits you want to change, start editing (+git add) and use git rebase --continue when you're done with a commit.