1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-30 05:47:53 +01:00
Find a file
Junio C Hamano 92446aba47 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>
2007-02-25 02:18:26 -05:00
.gitignore git-gui: Display all authors of git-gui. 2007-02-21 00:11:01 -05:00
CREDITS-GEN Don't modify CREDITS-FILE if it hasn't changed. 2007-02-25 02:18:26 -05:00
git-gui.sh git-gui: Don't crash in citool mode on initial commit. 2007-02-21 01:33:59 -05:00
GIT-VERSION-GEN git-gui: Prefer version file over git-describe. 2007-02-14 01:55:16 -05:00
Makefile git-gui: Display all authors of git-gui. 2007-02-21 00:11:01 -05:00