X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=5bd3dedf44bc90277cb9dbf365bc933d9aa8bac0;hb=23ea3e201cea0deea909569e08e950a9ec2345f7;hp=f89e0bd298e67d33f90d52b6bdf5d5db17561b91;hpb=0cfddacdcca229deca9a1dcdf8628bf168171908;p=git.git diff --git a/Makefile b/Makefile index f89e0bd29..5bd3dedf4 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ # Define USE_STDEV below if you want git to care about the underlying device # change being considered an inode change from the update-cache perspective. -GIT_VERSION = 0.99.9.GIT +GIT_VERSION = 0.99.9g # CFLAGS is for the users to override from the command line. @@ -94,7 +94,7 @@ SCRIPT_SH = \ SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \ - git-svnimport.perl git-mv.perl + git-svnimport.perl git-mv.perl git-cvsexportcommit.perl SCRIPT_PYTHON = \ git-merge-recursive.py