Add a "--notags" option for git-p4import.
authorSean <seanlkml@sympatico.ca>
Thu, 15 Jun 2006 21:26:21 +0000 (17:26 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 17 Jun 2006 05:33:46 +0000 (22:33 -0700)
commitada7781dc3602e6efc052e5e0da37a63caae0489
tree594c9a2711a409fdd04099508fc6d223f95f5cb0
parent5b139a66fcac6ebe6a1ca483ced8cc70f65d3a78
Add a "--notags" option for git-p4import.

P4import currently creates a git tag for every commit it imports.
When importing from a large repository too many tags can be created
for git to manage, so this provides an option to shut that feature
off if necessary.

Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Documentation/git-p4import.txt
git-p4import.py