projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1d2e6
)
tar-tree: finish honoring extractor's umask in git-tar-tree.
author
Junio C Hamano
<junkio@cox.net>
Sat, 7 Jan 2006 23:11:11 +0000
(15:11 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 7 Jan 2006 23:11:11 +0000
(15:11 -0800)
Earlier commit
38ec15a973a1f075f0d94d130b0ef279562921cd
forgot
to apply the same principle of not forcing go-w to the base
directory when specified.
Signed-off-by: Junio C Hamano <junkio@cox.net>
tar-tree.c
patch
|
blob
|
history
diff --git
a/tar-tree.c
b/tar-tree.c
index
96bd143
..
f749d4b
100644
(file)
--- a/
tar-tree.c
+++ b/
tar-tree.c
@@
-433,7
+433,7
@@
int main(int argc, char **argv)
archive_time = time(NULL);
if (basedir)
write_header((unsigned char *)"0", TYPEFLAG_DIR, NULL, NULL,
- basedir, 0407
55
, NULL, 0);
+ basedir, 0407
77
, NULL, 0);
traverse_tree(buffer, size, NULL);
free(buffer);
write_trailer();