Thread (15 messages) flat view 15 messages, 5 authors, 2016-06-15

Re: [PATCH 2/2] cvsimport: cleanup commit function

From: Morten Welinder <hidden>
Date: 2016-06-15 22:42:27

Possibly related (same subject, not in this thread)

Why run "env" and not just muck with %ENV?

M.

+       my $pid = open2(my $commit_read, my $commit_write,
+               'env',
+               "GIT_AUTHOR_NAME=$author_name",
+               "GIT_AUTHOR_EMAIL=$author_email",
+               "GIT_AUTHOR_DATE=$commit_date",
+               "GIT_COMMITTER_NAME=$author_name",
+               "GIT_COMMITTER_EMAIL=$author_email",
+               "GIT_COMMITTER_DATE=$commit_date",
+               'git-commit-tree', $tree, @commit_args);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help