From: Junio C Hamano Date: Wed, 21 Dec 2005 08:01:00 +0000 (-0800) Subject: GIT 1.0.0 X-Git-Tag: v1.0.0^0 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c2f3bf071ee90b01f2d629921bb04c4f798f02fa?ds=inline;hp=-c GIT 1.0.0 Signed-off-by: Junio C Hamano --- c2f3bf071ee90b01f2d629921bb04c4f798f02fa diff --combined Makefile index 92cfee4333,50392ff651..e9bf860f6d --- a/Makefile +++ b/Makefile @@@ -55,7 -55,7 +55,7 @@@ all # 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.9n -GIT_VERSION = 0.99.9.GIT ++GIT_VERSION = 1.0.0 # CFLAGS and LDFLAGS are for the users to override from the command line. @@@ -89,7 -89,7 +89,7 @@@ SCRIPT_SH = git-cherry.sh git-clone.sh git-commit.sh \ git-count-objects.sh git-diff.sh git-fetch.sh \ git-format-patch.sh git-log.sh git-ls-remote.sh \ - git-merge-one-file.sh git-octopus.sh git-parse-remote.sh \ + git-merge-one-file.sh git-parse-remote.sh \ git-prune.sh git-pull.sh git-push.sh git-rebase.sh \ git-repack.sh git-request-pull.sh git-reset.sh \ git-resolve.sh git-revert.sh git-sh-setup.sh git-status.sh \ @@@ -175,6 -175,7 +175,7 @@@ LIB_OBJS = quote.o read-cache.o refs.o run-command.o \ server-info.o setup.o sha1_file.o sha1_name.o strbuf.o \ tag.o tree.o usage.o config.o environment.o ctype.o copy.o \ + fetch-clone.o \ $(DIFF_OBJS) LIBS = $(LIB_FILE) @@@ -497,7 -498,7 +498,7 @@@ clean rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o $(LIB_FILE) rm -f $(PROGRAMS) $(SIMPLE_PROGRAMS) git$X rm -f $(filter-out gitk,$(SCRIPTS)) - rm -f *.spec *.pyc *.pyo + rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo rm -rf $(GIT_TARNAME) rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz rm -f git-core_$(GIT_VERSION)-*.dsc @@@ -505,3 -506,4 +506,4 @@@ $(MAKE) -C Documentation/ clean $(MAKE) -C templates clean $(MAKE) -C t/ clean + diff --combined debian/changelog index d36904cd6b,376f0fa5a3..4fa6c16e8e --- a/debian/changelog +++ b/debian/changelog @@@ -1,87 -1,3 +1,93 @@@ ++git-core (1.0.0-0) unstable; urgency=low ++ ++ * GIT 1.0.0 ++ ++ -- Junio C Hamano Wed, 21 Dec 2005 00:01:00 -0800 ++ +git-core (0.99.9n-0) unstable; urgency=low + + * GIT 0.99.9n aka 1.0rc6 + + -- Junio C Hamano Wed, 14 Dec 2005 17:27:08 -0800 + +git-core (0.99.9m-0) unstable; urgency=low + + * GIT 0.99.9m aka 1.0rc5 + + -- Junio C Hamano Sun, 11 Dec 2005 16:48:06 -0800 + +git-core (0.99.9l-0) unstable; urgency=low + + * GIT 0.99.9l aka 1.0rc4 + + -- Junio C Hamano Sat, 3 Dec 2005 23:45:23 -0800 + +git-core (0.99.9k-0) unstable; urgency=low + + * GIT 0.99.9k but not 1.0rc yet. + + -- Junio C Hamano Fri, 25 Nov 2005 16:33:11 -0800 + +git-core (0.99.9j-0) unstable; urgency=low + + * GIT 0.99.9j aka 1.0rc3 + + -- Junio C Hamano Wed, 16 Nov 2005 20:39:55 -0800 + +git-core (0.99.9i-0) unstable; urgency=low + + * GIT 0.99.9i aka 1.0rc2 + + -- Junio C Hamano Mon, 14 Nov 2005 18:38:27 -0800 + +git-core (0.99.9h-0) unstable; urgency=low + + * GIT 0.99.9h + + -- Junio C Hamano Fri, 11 Nov 2005 22:33:18 -0800 + +git-core (0.99.9g-0) unstable; urgency=low + + * GIT 0.99.9g + + -- Junio C Hamano Wed, 9 Nov 2005 21:01:55 -0800 + +git-core (0.99.9f-0) unstable; urgency=low + + * GIT 0.99.9f + + -- Junio C Hamano Tue, 8 Nov 2005 01:21:52 -0800 + +git-core (0.99.9e-0) unstable; urgency=low + + * GIT 0.99.9e + + -- Junio C Hamano Sun, 6 Nov 2005 18:37:18 -0800 + +git-core (0.99.9d-0) unstable; urgency=low + + * GIT 0.99.9d + + -- Junio C Hamano Sat, 5 Nov 2005 11:46:37 -0800 + +git-core (0.99.9c-0) unstable; urgency=low + + * GIT 0.99.9c + + -- Junio C Hamano Thu, 3 Nov 2005 15:44:54 -0800 + +git-core (0.99.9b-0) unstable; urgency=low + + * GIT 0.99.9b + + -- Junio C Hamano Tue, 1 Nov 2005 21:39:39 -0800 + +git-core (0.99.9a-0) unstable; urgency=low + + * GIT 0.99.9a + + -- Junio C Hamano Sun, 30 Oct 2005 15:03:32 -0800 + git-core (0.99.9.GIT-2) unstable; urgency=low * Build Dependency did not include libexpat-dev.