1
0
mirror of https://github.com/git/git.git synced 2024-09-30 14:51:27 +02:00
Git Source Code Mirror. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
Go to file
Shawn O. Pearce 54acdd95b8 git-gui: Basic version check to ensure git 1.5.0 or later is used.
This is a very crude (but hopefully effective) check against the
`git` executable found in our PATH.  Some of the subcommands and
options that git-gui requires to be present to operate were created
during the 1.5.0 development cycle, so 1.5 is the minimum version
of git that we can expect to support.

There actually are early releases of 1.5 (e.g. 1.5.0-rc0) that
don't have everything we expect (like `blame --incremental`) but
these are purely academic at this point.  1.5.0 final was tagged
and released just a few hours ago.  The release candidates will
(hopefully) fade into the dark quickly.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-02-13 23:15:25 -05:00
.gitignore git-gui: Ensure version number is always current. 2007-01-21 02:54:19 -05:00
git-gui.sh git-gui: Basic version check to ensure git 1.5.0 or later is used. 2007-02-13 23:15:25 -05:00
GIT-VERSION-GEN git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull" 2007-02-13 10:35:58 -05:00
Makefile git-gui: Generate a version file on demand. 2007-02-12 16:14:44 -05:00
TODO git-gui: Update todo list with finished and new items. 2007-01-21 22:47:59 -05:00