git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* standarize mtime when git checkout
@ 2013-07-08 21:39 Rick Liu
  2013-07-08 22:03 ` Junio C Hamano
  2013-07-09  3:54 ` René Scharfe
  0 siblings, 2 replies; 4+ messages in thread
From: Rick Liu @ 2013-07-08 21:39 UTC (permalink / raw)
  To: git@vger.kernel.org

Hi,

Currently when doing "git checkout" (either for a branch or a tag),
if the file doesn't exist before,
the file will be created using current datetime.

This causes problem while trying to tar the git repository source files (excluding .git folder).
The tar binary can be different 
even all of file contents are the same (eg. from the same GIT commit)
because the mtime for the files might be different due to different "git checkout" time.

eg:
User A checkout the commit at time A and then tarball the folder.
User B checkout the same commit as time B and then tarball the folder.
The result tarball are binary different 
even though all of tarball contents are the same 
except the mtime for each file.


Can we use GIT's commit time as the mtime for all of files/folders when we do "git checkout"?


Rick

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

end of thread, other threads:[~2013-07-09 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08 21:39 standarize mtime when git checkout Rick Liu
2013-07-08 22:03 ` Junio C Hamano
2013-07-09  3:54 ` René Scharfe
2013-07-09 15:45   ` Rick Liu

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).