From: Ian Jackson Date: Fri, 6 Jan 2017 20:25:32 +0000 (+0000) Subject: dgit: Fix a warning message about ref (mainly, tag) updates. X-Git-Tag: archive/debian/3.2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=ce9d85875a22e1004ed74fa114fcd24349d65e5d dgit: Fix a warning message about ref (mainly, tag) updates. Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 143c4381..747d86f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ dgit (3.2~) unstable; urgency=medium it becomes public (ie, make the repo available much more promptly when the package passes NEW). Closes:#849789. + Bugfixes: + * Fix a warning message about ref (mainly, tag) updates. + Documentation: * dgit-maint-merge(7): Use git-deborig(1). [Sean Whitton] Closes:#850953. diff --git a/dgit b/dgit index fabf83bb..845908e3 100755 --- a/dgit +++ b/dgit @@ -2763,8 +2763,8 @@ sub git_fetch_us () { } elsif ($here{$lref} eq $objid) { lrfetchref_used $fullrefname; } else { - print STDERR \ - "Not updateting $lref from $here{$lref} to $objid.\n"; + print STDERR + "Not updating $lref from $here{$lref} to $objid.\n"; } }); }