1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 14:57:52 +01:00
git/contrib/remote-helpers
jcb91 257ec841b8 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>
2013-12-09 13:18:43 -08:00
..
git-remote-bzr remote-bzr, remote-hg: fix email address regular expression 2013-11-18 13:46:00 -08:00
git-remote-hg remote-hg: avoid buggy strftime() 2013-12-09 13:18:43 -08:00
Makefile remote-helpers: fix the run of all tests 2013-04-04 09:35:20 -07:00
test-bzr.sh test-bzr.sh, test-hg.sh: prepare for change to push.default=simple 2013-11-18 13:45:57 -08:00
test-hg-bidi.sh contrib/remote-helpers: style updates for test scripts 2013-09-03 10:25:19 -07:00
test-hg-hg-git.sh contrib/remote-helpers: quote variable references in redirection targets 2013-09-03 10:25:58 -07:00
test-hg.sh remote-bzr, remote-hg: fix email address regular expression 2013-11-18 13:46:00 -08:00