summaryrefslogtreecommitdiffstats
path: root/vendor/gix-refspec/src/instruction.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-refspec/src/instruction.rs')
-rw-r--r--vendor/gix-refspec/src/instruction.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-refspec/src/instruction.rs b/vendor/gix-refspec/src/instruction.rs
index 990d0debc..8cf4ef849 100644
--- a/vendor/gix-refspec/src/instruction.rs
+++ b/vendor/gix-refspec/src/instruction.rs
@@ -57,7 +57,7 @@ pub enum Fetch<'a> {
},
/// Fetch from `src` and update the corresponding destination branches in `dst` accordingly.
AndUpdate {
- /// The ref name to fetch on the remote side, or a pattern with a single `*` to match against.
+ /// The ref name to fetch on the remote side, or a pattern with a single `*` to match against, or the full object hex-name.
src: &'a BStr,
/// The local destination to update with what was fetched, or a pattern whose single `*` will be replaced with the matching portion
/// of the `*` from `src`.