Re: Committing with past date?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jakub Narebski
Date: Sunday, August 31, 2008 - 4:12 am

Magnus Hjorth <magnus.hjorth@home.se> writes:


See git(1), section "Environment Variables":
   git Commits
       GIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_AUTHOR_DATE,
       GIT_COMMITTER_NAME, GIT_COMMITTER_EMAIL, GIT_COMMITTER_DATE,
       EMAIL
              see git-commit-tree(1)

or you can use GIT_COMMITTER_IDENT, GIT_AUTHOR_IDENT.  See output
of "git var -l" to get form of it.
 

For that, I think it would be best to take a look at example
fast-import script: contrib/fast-import/import-tars.perl;
there is equivalent contrib/fast-import/import-zips.py if you
perfer either Pyhon over Perl, and/or zips over tarballs.

-- 
Jakub Narebski
Poland
ShadeHawk on #git
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Committing with past date?, Magnus Hjorth, (Sun Aug 31, 3:44 am)
Re: Committing with past date?, Jakub Narebski, (Sun Aug 31, 4:12 am)
Re: Committing with past date?, Magnus Hjorth, (Mon Sep 1, 9:25 am)
Re: Committing with past date?, Russ Dill, (Mon Sep 1, 12:02 pm)
Re: Committing with past date?, Jakub Narebski, (Mon Sep 1, 5:31 pm)
Re: Committing with past date?, Magnus Hjorth, (Mon Sep 1, 7:42 pm)
Similar thread, Zabre, (Mon Feb 2, 9:18 pm)