Do not skip the initialization of the date string.
commitd576539c9255d22425efcc55f7e9720fbb8a42d1
authorJohannes Sixt <johannes.sixt@telecom.at>
Mon, 22 Jan 2007 16:06:51 +0000 (22 17:06 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Mon, 22 Jan 2007 16:06:51 +0000 (22 17:06 +0100)
tree304d472217cb6b0277be68abfb66ef53d1baafed
parent562cd8385d5ebc4461cef15a91997dd0a4cd1666
Do not skip the initialization of the date string.

Due to some rebasing in the past, new functions that have been introduced
upstream moved into the MinGW portion of the #ifdefs just by coincidend,
but the initialization of the date string remained in the original spot.
The consequence was that all commits that did not use GIT_*_DATE were
created with an empty date part.

This removes the second instance of setup_ident(), which was lacking
the initialization.
ident.c