Diff for /embedaddon/rsync/support/git-set-file-times between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/17 15:09:30 version 1.1.1.2, 2013/10/14 07:51:15
Line 1 Line 1
#!/usr/bin/perl -w#!/usr/bin/perl
 use strict;  use strict;
   use warnings;
   
 # Sets mtime and atime of files to the latest commit time in git.  # Sets mtime and atime of files to the latest commit time in git.
 #  #

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>