summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-28 23:36:54 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-28 23:36:54 +0100
commit92e3078f04dd4204962a38e3875a50cfc4fd23ce (patch)
tree91d4a086c7ab49d820be736cb22b1840eca51ad4 /dgit.1
parent0a6e52869abeda15e14577ea5a4db58301afd005 (diff)
Fix some bugs in dgit fetch --dry-run which made dgit push --dry-run often not work at all.
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.15
1 files changed, 3 insertions, 2 deletions
diff --git a/dgit.1 b/dgit.1
index f97e458..86f19b4 100644
--- a/dgit.1
+++ b/dgit.1
@@ -565,5 +565,6 @@ sane way to find the path in the archive pool of the .dsc for a
particular suite. I'm assured that the archive layout is a
`well known algorithm' by now.
---dry-run often does not work with fetch, even though this is a
-logically plausible request. (It fails, instead.)
+--dry-run does not always work properly, as not doing some of the git
+fetches may result in subsequent actions being different. Doing a
+non-dry-run dgit fetch first will help.