OSDN Git Service

A little todo note before I forget it :), based on a suggestion from Lars.
authorSimon Hausmann <shausman@trolltech.com>
Wed, 16 May 2007 11:15:34 +0000 (13:15 +0200)
committerSimon Hausmann <shausman@trolltech.com>
Wed, 16 May 2007 11:15:34 +0000 (13:15 +0200)
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
contrib/fast-import/git-p4

index ca6c623..70366ff 100755 (executable)
@@ -7,6 +7,8 @@
 #            2007 Trolltech ASA
 # License: MIT <http://www.opensource.org/licenses/mit-license.php>
 #
+# TODO: Add an option to sync/rebase to fetch and rebase from origin first.
+#
 
 import optparse, sys, os, marshal, popen2, subprocess, shelve
 import tempfile, getopt, sha, os.path, time, platform