Hi ! I am trying to clone a perforce repository via git and I am having the following backtrace : {14:20}~/projects/####:master ✗ ➭ git p4 clone //depot/@all . Importing revision … [...] Importing revision 59702 (45%)Traceback (most recent call last): File "/opt/git/libexec/git-core/git-p4", line 3287, in <module> main() File "/opt/git/libexec/git-core/git-p4", line 3281, in main if not cmd.run(args): File "/opt/git/libexec/git-core/git-p4", line 3155, in run if not P4Sync.run(self, depotPaths): File "/opt/git/libexec/git-core/git-p4", line 3008, in run self.importChanges(changes) File "/opt/git/libexec/git-core/git-p4", line 2680, in importChanges self.initialParent) File "/opt/git/libexec/git-core/git-p4", line 2304, in commit self.streamP4Files(new_files) File "/opt/git/libexec/git-core/git-p4", line 2218, in streamP4Files cb=streamP4FilesCbSelf) File "/opt/git/libexec/git-core/git-p4", line 482, in p4CmdList cb(entry) File "/opt/git/libexec/git-core/git-p4", line 2212, in streamP4FilesCbSelf self.streamP4FilesCb(entry) File "/opt/git/libexec/git-core/git-p4", line 2167, in streamP4FilesCb self.streamOneP4File(self.stream_file, self.stream_contents) File "/opt/git/libexec/git-core/git-p4", line 2078, in streamOneP4File if data[-1] == '\n': IndexError: string index out of range git —version: git version 1.8.5.2.309.ga25014b [last commit from master from github.com/git/git] os : ubuntu 13.10 Any ideas ? :) Best regards, Damien-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html