Chromium Code Reviews| Index: git_map_branches.py |
| diff --git a/git_map_branches.py b/git_map_branches.py |
| index f5951699d7fba0ef8e24bad08ff3984522571fe0..f062d8f2732c7d2028f1b3ddc258ef96d1a34d48 100755 |
| --- a/git_map_branches.py |
| +++ b/git_map_branches.py |
| @@ -266,7 +266,7 @@ class BranchMapper(object): |
| # The subject of the most recent commit on the branch. |
| if self.show_subject: |
| - line.append(run('log', '-n1', '--format=%s', branch)) |
| + line.append(run('log', '-n1', '--format=%s', branch, '--')) |
| self.output.append(line) |