author | Sean <seanlkml@sympatico.ca> | |
Thu, 15 Jun 2006 21:26:21 +0000 (17:26 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 17 Jun 2006 05:33:46 +0000 (22:33 -0700) | ||
commit | ada7781dc3602e6efc052e5e0da37a63caae0489 | |
tree | 594c9a2711a409fdd04099508fc6d223f95f5cb0 | tree | snapshot |
parent | 5b139a66fcac6ebe6a1ca483ced8cc70f65d3a78 | commit | diff |
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>
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 | diff | blob | history | |
git-p4import.py | diff | blob | history |