author | Junio C Hamano <junkio@cox.net> | |
Tue, 27 Dec 2005 02:44:15 +0000 (18:44 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 27 Dec 2005 02:44:15 +0000 (18:44 -0800) |
Minor fixes.
Starting from this one I won't be touching debian/ directory
since the official maintainer seems to be reasonably quick to
package up things. The packaging procedure used there seems to
be quite different from what I have, so I'd like to avoid
potential confusion and reduce work by the official maintainer
and myself.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Starting from this one I won't be touching debian/ directory
since the official maintainer seems to be reasonably quick to
package up things. The packaging procedure used there seems to
be quite different from what I have, so I'd like to avoid
potential confusion and reduce work by the official maintainer
and myself.
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 | 2 | |||
---|---|---|---|---|
Makefile | patch | | diff1 | | diff2 | | blob | history |
diff --cc Makefile
index 8d03e0b143d014ab6f0d49470297011c032e6ac9,dde8f331d69f87b4886fcace9bed82dd32a25912..a5ca5db3129ab21256c8be5b03645f7d032cd5a2
+++ b/Makefile
# 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 = 1.0.4
-GIT_VERSION = 1.0.0
++GIT_VERSION = 1.0.5
# CFLAGS and LDFLAGS are for the users to override from the command line.