diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 81a207f..6cb454d 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1404,8 +1404,8 @@ to perserve the modification time. If you have compiled the program, and then checkout an earlier commit, perhaps another branch, and you build it again, now your compiled -files from the other branch has a newer time -stamp then the source in the current branch +files from the other branch has a newer +timestamp then the source in the current branch and the files will not build unless you force them to build, which you more than likely will forget. So you may observe a |