Lines Matching refs:git
627 # This list is not the same as the output of 'git ls-files', since
674 # Calculate version number from git, if available.
679 { (type git) >/dev/null 2>&1 && \
680 V=$$(git describe --match '[0-9][0-9][0-9][0-9][a-z]*' \
741 # Awk script to extract a Git-style author from leap-seconds.list comments.
760 git commit --author="$$author" --date="$$date" -m'make $@' \
1094 # Set the timestamps to those of the git repository, if available,
1098 # If git or GNU is absent, don't bother to sync with git timestamps.
1103 if (type git) >/dev/null 2>&1 && \
1104 files=$$(git ls-files $(EIGHT_YARDS)) && \
1108 if git diff --quiet HEAD $$file; then \
1109 time=$$(TZ=UTC0 git log -1 \