Searched refs:FormatGitDate (Results 1 – 3 of 3) sorted by relevance
373 env = append(env, fmt.Sprintf("GIT_COMMITTER_DATE=%v", git.FormatGitDate(atDate)))374 env = append(env, fmt.Sprintf("GIT_AUTHOR_DATE=%v", git.FormatGitDate(atDate)))
166 fmt.Sprintf("--since=%v", git.FormatGitDate(since)),
684 func FormatGitDate(tm time.Time) string { func