-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better handling of paths with non-unicode sequences
- Filenames are decoded and encoded appropriately for the current Python version - More filename tests - Fix git version parsing on Windows Refs #70, #71
- Loading branch information
Showing
7 changed files
with
264 additions
and
104 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,9 @@ Questions & Answers | |
| Q: How to exclude files? | ||
| A: Mark paths you want to exclude in the .gitattributes file with the export-ignore attribute. Read more on `git-scm.com <https://git-scm.com/docs/gitattributes#_code_export_ignore_code>`_. | ||
| Q: What about non-unicode filenames? | ||
| A: All filenames that particular version of Python can represent and handle are supported. Extra [en|de]coding is done where appropriate. | ||
Support | ||
------- | ||
If functional you need is missing but you're ready to pay for it, feel free to `contact me <mailto:[email protected]?subject=git-archive-all>`_. If not, create an issue anyway, I'll take a look as soon as I can. |
Oops, something went wrong.