[PATCH] Re: Add git-version-script.

2005-09-07 Thread Martin Atukunda
Add version string to git. Signed-off-by: Martin Atukunda <[EMAIL PROTECTED]> --- Makefile |3 ++- git.in | 25 + 2 files changed, 27 insertions(+), 1 deletions(-) create mode 100755 git.in 6a9edfa27c41b7845bfd519e275c24d7e36ad702 diff --git a/Makefile b/Makefi

Re: Add git-version-script.

2005-09-07 Thread A Large Angry SCM
Junio C Hamano wrote: Martin Atukunda <[EMAIL PROTECTED]> writes: This script simply reports the version of git you have installed. I wanted to ahve some way of recording the git version, but I am wondering if 'git' without parameter telling the version number would be good enough without int

Re: Add git-version-script.

2005-09-07 Thread Junio C Hamano
Martin Atukunda <[EMAIL PROTECTED]> writes: > This script simply reports the version of git you have installed. I wanted to ahve some way of recording the git version, but I am wondering if 'git' without parameter telling the version number would be good enough without introducing yet another scr

Add git-version-script.

2005-09-05 Thread Martin Atukunda
This script simply reports the version of git you have installed. Signed-off-by: Martin Atukunda <[EMAIL PROTECTED]> --- Documentation/git-version-script.txt | 36 ++ Makefile |9 +++-- git-version-script.in|