diff options
| -rw-r--r-- | refs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -998,6 +998,7 @@ const char *ref_rev_parse_rules[] = { const char *ref_fetch_rules[] = { "%.*s", "refs/%.*s", + "refs/tags/%.*s", "refs/heads/%.*s", NULL }; |
![]() |
index : git | |
| Fork of git SCM with my patches. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | refs.c | 1 |
@@ -998,6 +998,7 @@ const char *ref_rev_parse_rules[] = { const char *ref_fetch_rules[] = { "%.*s", "refs/%.*s", + "refs/tags/%.*s", "refs/heads/%.*s", NULL }; |