commit | 5eb73581679abb41dcdf9ad7fa63fa156e078790 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Fri Oct 19 05:04:00 2007 -0400 |
committer | Shawn O. Pearce <spearce@spearce.org> | Fri Oct 19 22:59:10 2007 -0400 |
tree | 4b93fe6adafeb10894845f6d77794d0bc4650f4a | |
parent | e7187e4e0fece6c2947fbceff251f3ce69ae0aa8 [diff] |
send-pack: respect '+' on wildcard refspecs When matching source and destination refs, we were failing to pull the 'force' parameter from wildcard refspecs (but not explicit ones) and attach it to the ref struct. This adds a test for explicit and wildcard refspecs; the latter fails without this patch. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>