Skip to content

Commit

Permalink
Add(ZipTask): Document savefileattributes option
Browse files Browse the repository at this point in the history
See:
- Implementation: phingofficial/phing#1820
- Issue: phingofficial/phing#1817
  • Loading branch information
leagris committed May 5, 2024
1 parent cd00751 commit 773049e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/appendixes/optionaltasks/ZipTask.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@
<entry><literal>false</literal></entry>
<entry>No</entry>
</row>
<row>
<entry><literal>savefileattributes</literal></entry>
<entry><literal role="type">Boolean</literal></entry>
<entry>Whether to save extra file attributes. (Extended Attributes on OS/2,
uid/gid and file times on Unix)</entry>
<entry><literal>false</literal></entry>
<entry>No</entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down

0 comments on commit 773049e

Please sign in to comment.