Fix --authdate date parsing (other formats)experimentalsafe
commitb26b7fb9569150b1877f86f9033dbdb5b58989a8
authorKarl Wiberg <kha@treskal.com>
Tue, 24 Sep 2013 23:26:08 +0000 (25 01:26 +0200)
committerKarl Wiberg <kha@treskal.com>
Wed, 25 Sep 2013 00:06:48 +0000 (25 02:06 +0200)
tree1cc226fd758f8488836aad397cf500dd8ea6bf35
parentc0e57187f3da2dee0e9ed1d9a709e1c571b30546
Fix --authdate date parsing (other formats)

This patch makes StGit fall back to using the system's date command to
parse date strings supplied by the user if it can't make sense of them
on its own.

Signed-off-by: Karl Wiberg <kha@treskal.com>
stgit/lib/git.py
t/t3300-edit.sh