We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504870e commit 08938d6Copy full SHA for 08938d6
git/remote.py
@@ -186,7 +186,7 @@ class FetchInfo(object):
186
FAST_FORWARD, ERROR = [1 << x for x in range(8)]
187
188
# %c %-*s %-*s -> %s (%s)
189
- re_fetch_result = re.compile("^\s*(.) (\[?[\w\s\.]+\]?)\s+(.+) -> ([/\w_\+\.\-#]+)( \(.*\)?$)?")
+ re_fetch_result = re.compile("^\s*(.) (\[?[\w\s\.$]+\]?)\s+(.+) -> ([/\w_\+\.\-$#]+)( \(.*\)?$)?")
190
191
_flag_map = {'!': ERROR,
192
'+': FORCED_UPDATE,
0 commit comments