summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04219c0)
raw | patch | inline | side by side (parent: 04219c0)
author | Simon Hausmann <hausmann@kde.org> | |
Wed, 21 Mar 2007 09:57:54 +0000 (10:57 +0100) | ||
committer | Simon Hausmann <hausmann@kde.org> | |
Wed, 21 Mar 2007 09:57:54 +0000 (10:57 +0100) |
Signed-off-by: Simon Hausmann <hausmann@kde.org>
contrib/fast-import/git-p4.py | patch | blob | history |
index 2009dce23b0697754226079a1d84554118fc71f2..336c3eab526fc5a8e62028fda3106e03ef798b81 100755 (executable)
die("unknown modifier %s for %s" % (modifier, path))
if self.applyAsPatch:
- system("git-diff-tree -p \"%s^\" \"%s\" | patch -p1" % (id, id))
+ system("git-diff-tree -p --diff-filter=ACMRTUXB \"%s^\" \"%s\" | patch -p1" % (id, id))
else:
system("git-diff-files --name-only -z | git-update-index --remove -z --stdin")
system("git cherry-pick --no-commit \"%s\"" % id)