Index: git_common.py |
diff --git a/git_common.py b/git_common.py |
index 6b21050b22b87575ca192d55ddb117fcdb3710c6..a01f8e5694465219af083d5c4b12a5cbaca97a4b 100644 |
--- a/git_common.py |
+++ b/git_common.py |
@@ -293,7 +293,7 @@ def branch_config_map(option): |
def branches(*args): |
- NO_BRANCH = ('* (no branch', '* (detached from ') |
+ NO_BRANCH = ('* (no branch', '* (detached', '* (HEAD detached') |
key = 'depot-tools.branch-limit' |
limit = 20 |