summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: db77555)
raw | patch | inline | side by side (parent: db77555)
author | Marius Storm-Olsen <mstormo_git@storm-olsen.com> | |
Thu, 7 Jun 2007 13:28:04 +0000 (15:28 +0200) | ||
committer | Marius Storm-Olsen <mstormo_git@storm-olsen.com> | |
Thu, 7 Jun 2007 13:28:04 +0000 (15:28 +0200) |
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
contrib/fast-import/git-p4 | patch | blob | history |
index ad023f203c87bf78c5d5caf2694318921c3900b3..965b391cda870ecd7d174adb00151ccbbcdf36d4 100755 (executable)
line = line.strip()
## only import to p4/
- if not line.startswith('p4/'):
+ if not line.startswith('p4/') or line == "p4/HEAD":
continue
branch = line
if self.importIntoRemotes: