author | Tor Arvid Lund <torarvid@gmail.com> | |
Tue, 15 Mar 2011 12:08:03 +0000 (13:08 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 15 Mar 2011 23:07:21 +0000 (16:07 -0700) | ||
commit | afa1dd9a46d02a2a893840427e06fe847c8a531a | |
tree | 63831b9cd60214e5cfbbfd11a47c9598613ac233 | tree | snapshot |
parent | d53de8b97de9d3c037c873cd8e01041cf9d51a39 | commit | diff |
git-p4: Fix error message crash in P4Sync.commit.
There is an error message that crashes the script because of an invalid ref
to the non-existing "path" variable. It is almost never printed, which
would explain why nobody encountered this problem before... But anyway,
this oneliner fixes it.
Signed-off-by: Tor Arvid Lund <torarvid@gmail.com>
Acked-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
There is an error message that crashes the script because of an invalid ref
to the non-existing "path" variable. It is almost never printed, which
would explain why nobody encountered this problem before... But anyway,
this oneliner fixes it.
Signed-off-by: Tor Arvid Lund <torarvid@gmail.com>
Acked-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4 | diff | blob | history |