Cleanup unnecessary file modifications in t1400-update-ref
commit432e93a16441a1a11aeb8158a634f76c214abb31
authorShawn O. Pearce <spearce@spearce.org>
Thu, 6 Sep 2007 02:15:21 +0000 (5 22:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2007 06:17:04 +0000 (5 23:17 -0700)
treeb7dc9673b200e44b3102013f7eadb197d1d7fbd7
parent6b1b40d9f41cdc1db9ad60f143c08f8260eef815
Cleanup unnecessary file modifications in t1400-update-ref

Kristian Høgsberg pointed out that the two file modifications
we were doing during the 'creating initial files' step are not even
used within the test suite.  This was actually confusing as we do
not even need these changes for the tests to pass.  All that really
matters here is the specific commit dates are used so that these
appear in the branch's reflog, and that the dates are different so
that the branch will update when asked and the reflog entry is
also updated.  There is no need for the file modification.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1400-update-ref.sh