This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
git
Watch
1
Star
0
Fork
0
You've already forked git
mirror of
https://github.com/git/git.git
synced
2024-11-18 19:43:50 +01:00
Code
464c9ffee4
git
/
.gitignore
4 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
git-gui: Ensure version number is always current. I'm stealing the exact logic used by core Git within its own Makefile to setup the version number within scripts and executables. This way we can be sure that the version number is always updated after a commit, and that the version number also reflects when it is coming from a dirty working directory (and is thus pretty worthless). I've cleaned up some of the version display code in the about dialog too. There were simply too many blank lines in the bottom section where we showed the version data. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-01-21 02:31:09 +01:00
GIT-VERSION-FILE
git-gui: Modified makefile to embed version into git-gui script. We want to embed the version of git-gui directly into the script file, so that we can display it properly in the about dialog. Consequently I've refactored the Makefile process to act like the one in core git.git with regards to shell scripts, allowing git-gui to be constructed by a sed replacement performed on git-gui.sh. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-01-21 02:00:07 +01:00
git-citool
git-gui
Copy Permalink