• Show log

    Commit

  • Hash : 9e9e6ae1
    Author : Carlos Martín Nieto
    Date : 2011-04-05T16:15:54

    Add API git_signature_new_now
    
    Most tags will have a timestamp of whenever the code is running and
    dealing with time and timezones is error-prone. Optimize for this case
    by adding a function which causes the signature to be created with a
    current timestamp.
    
    Signed-off-by: Carlos Martín Nieto <cmn@elego.de>