diff options
-rw-r--r-- | refs.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -352,6 +352,8 @@ static const char *ref_rev_parse_rules[] = { "refs/heads/%.*s", "refs/remotes/%.*s", "refs/remotes/%.*s/HEAD", + "refs/pull/%.*s", + "refs/pull/%.*s/head", NULL }; |