wok view busybox/stuff/busybox-1.16.1-tar.u @ rev 5738
Add 'git-gui' package, v0.12.0.66.
Tested on Stable (built & installed) and Cooking (installed after upgrade) successfully.
Tested on Stable (built & installed) and Cooking (installed after upgrade) successfully.
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Sat Jun 26 13:59:56 2010 +0100 (2010-06-26) |
parents | |
children |
line source
1 Accept --wildcards argument
2 --- busybox-1.16.1/archival/tar.c
3 +++ busybox-1.16.1/archival/tar.c
4 @@ -813,6 +813,8 @@
5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
6 "touch\0" No_argument "m"
7 # endif
8 + /* ignore --wildcards */
9 + "wildcards\0" No_argument "\xfb"
10 /* use numeric uid/gid from tar header, not textual */
11 "numeric-owner\0" No_argument "\xfc"
12 /* do not restore mode */