diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-25 02:18:11 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-02-25 02:18:26 -0500 |
commit | 92446aba47b0e0db28f7b858ea387efcca30ab44 (patch) | |
tree | fcd892d57e03be7b4baa1d97a94d8d969e4ed602 /git-gui | |
parent | git-gui: Don't crash in citool mode on initial commit. (diff) | |
download | tgif-92446aba47b0e0db28f7b858ea387efcca30ab44.tar.xz |
Don't modify CREDITS-FILE if it hasn't changed.
We should always avoid rewriting a built file during `make install`
if nothing has changed since `make all`. This is to help support
the typical installation process of compiling a package as yourself,
then installing it as root.
Forcing CREDITS-FILE to be always be rebuilt in the Makefile means
that CREDITS-GEN needs to check for a change and only update
CREDITS-FILE if the file content actually differs. After all,
content is king in Git.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui')
0 files changed, 0 insertions, 0 deletions