]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Add test-chmtime: a utility to change mtime on files
authorEric Wong <normalperson@yhbt.net>
Sun, 25 Feb 2007 02:18:22 +0000 (18:18 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 25 Feb 2007 19:09:56 +0000 (11:09 -0800)
commit17e48368751ae8df7ed0332ae8ef900ce983fce6
tree8368f48d5f5b8e70b8beab8e72330a73a33cec9e
parent2c7ca1fcf19d3803a225130491e26dca86d1781d
Add test-chmtime: a utility to change mtime on files

This is intended to be a portable replacement for our usage
of date(1), touch(1), and Perl one-liners in tests.

Usage: test-chtime (+|=|-|=+|=-)<seconds> <file>..."

  '+' increments the mtime on the files by <seconds>
  '-' decrements the mtime on the files by <seconds>
  '=' sets the mtime on the file to exactly <seconds>
  '=+' and '=-' sets the mtime on the file to <seconds> after or
      before the current time.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
.gitignore
Makefile
test-chmtime.c [new file with mode: 0644]