http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/GIT-VERSION-GEN
test -f "$2" 22 then 23 echo >&2 "Input is not a file: $2" 24 exit 1 25 fi 26 INPUT=$(cat "$2") 27 ;; 28 esac 29 30 OUTPUT="$3" 31 32 # Protect us from reading Git version information outside of the Git directory 33 # in case it is not a repository itself, but embedded in an unrelated 34 # repository. 35 GIT_CEILING_DIRECTORIES="$SOURCE_DIR/.." 36 export GIT_CEILING_DIRECTORIES 37 38 if test -z "$GIT_VERSION" 39 then 40 # First see if there is a version file (included in release tarballs), 41 # then try...