chiark / gitweb /
Properly look for .origs etc. in .., fetching them less often.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Oct 2016 18:17:45 +0000 (19:17 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 Oct 2016 19:50:47 +0000 (19:50 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit

index 4ff91b9d04ba62640080e9274d2bf5150332d32b..4d553f6d02550435a65a388bf70c4c9048254bb4 100644 (file)
@@ -3,6 +3,7 @@ dgit (2.9~) unstable; urgency=low
   * Split brain mode: Fix --new.  Closes:#842354.
   * During push, automatically calculate which .origs are required,
     so user never needs [--ch:]-sa or [--ch:]-sd.  Closes:#829116.
+  * Properly look for .origs etc. in .., fetching them less often.
 
  --
 
diff --git a/dgit b/dgit
index 0330552e3f4746f312f8de1f8eddaa3171d03fd4..2e700813d7829368f8318a99ebe0795f95af9e90 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -1830,7 +1830,7 @@ sub generate_commits_from_dsc () {
 
        printdebug "considering linking $f: ";
 
-       link_ltarget "../../../$f", $f
+       link_ltarget "../../../../$f", $f
            or ((printdebug "($!) "), 0)
            or $!==&ENOENT
            or die "$f $!";