summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index 3337061..73b88ad 100755
--- a/dgit
+++ b/dgit
@@ -2367,6 +2367,7 @@ sub import_tarball_tartrees ($$) {
Sort => (!$orig_f_part ? 2 :
$orig_f_part =~ m/-/g ? 1 :
0),
+ OrigPart => $orig_f_part, # 'orig', 'orig-XXX', or undef
F => $f,
Tree => $tree,
};