diff options
author | jcb91 <joshuacookebarnes@gmail.com> | 2013-12-07 07:09:40 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-09 13:18:43 -0800 |
commit | 257ec841b88552471ff45f2e89e9b1142c737231 (patch) | |
tree | d3a642d21739c14d99848bc184a9eaf6d59ecdc4 /pathspec.c | |
parent | 077f43447c4931dd2e7890f16e8728f7f7376b87 (diff) | |
download | git-257ec841b88552471ff45f2e89e9b1142c737231.tar.gz |
remote-hg: avoid buggy strftime()
error on pull: fatal: Invalid raw date "" in ident: remote-hg <>
Neither %s nor %z are officially supported by python, they may work on
some (most?) platforms, but not all.
removed strftime use of %s and %z, which are not officially supported by python, with standard formats
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pathspec.c')
0 files changed, 0 insertions, 0 deletions