Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Junio C Hamano
<junkio@cox.net>
Thu, 10 May 2007 21:48:04 +0000
(14:48 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 10 May 2007 21:48:04 +0000
(14:48 -0700)
* maint:
Fix documentation of tag in git-fast-import.txt
Properly handle '0' filenames in import-tars
contrib/fast-import/import-tars.perl
patch
|
blob
|
history
raw
(from parent 1:
63fcbe0
)
diff --git
a/contrib/fast-import/import-tars.perl
b/contrib/fast-import/import-tars.perl
index a43b2c52f05dc32183dbde422d091279b8e03042..1e6fa5a15cce13a4bc679dd41f8723d244afa980 100755
(executable)
--- a/
contrib/fast-import/import-tars.perl
+++ b/
contrib/fast-import/import-tars.perl
@@
-51,7
+51,7
@@
$prefix) = unpack 'Z100 Z8 Z8 Z8 Z12 Z12
Z8 Z1 Z100 Z6
Z2 Z32 Z32 Z8 Z8 Z*', $_;
- last unless
$name
;
+ last unless
length($name)
;
if ($name eq '././@LongLink') {
# GNU tar extension
if (read(I, $_, 512) != 512) {