git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git commit amend empty emails
@ 2014-12-10 13:17 Simon
  2014-12-10 15:39 ` Jeff King
  0 siblings, 1 reply; 7+ messages in thread
From: Simon @ 2014-12-10 13:17 UTC (permalink / raw)
  To: git

Git is having empty email problems I think, I'm on git v2.1.3.

Steps to reproduce:

     $ git init
     Initialized empty Git repository in /tmp/test_git/.git/
     $ echo 'test' > abc
     $ git add --all 1 ↵
     $ git commit --message 'test'
     [master (root-commit) 3cc2793] test
      1 file changed, 1 insertion(+)
      create mode 100644 abc
     $ echo 'test2' > abc
     $ git commit --amend
     fatal: Malformed ident string: 'admin <> 1418217345 +0000'

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-11 20:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 13:17 Git commit amend empty emails Simon
2014-12-10 15:39 ` Jeff King
2014-12-10 15:42   ` [PATCH 1/2] commit: loosen ident checks when generating template Jeff King
2014-12-11 20:26     ` Eric Sunshine
2014-12-10 15:43   ` [PATCH 2/2] commit: always populate GIT_AUTHOR_* variables Jeff King
2014-12-10 18:46   ` Git commit amend empty emails Junio C Hamano
2014-12-10 19:45     ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).