summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72f627d)
raw | patch | inline | side by side (parent: 72f627d)
author | Nicolas Pitre <nico@cam.org> | |
Tue, 13 Feb 2007 16:39:01 +0000 (11:39 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 13 Feb 2007 18:12:37 +0000 (10:12 -0800) |
Git isn't as stupid as it used to be
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.spec.in | patch | blob | history |
diff --git a/git.spec.in b/git.spec.in
index ffab6bbfd44fe2a745840869252fbb2f5254b07b..46aee88fd15d934dd84783981f2be3ed086c9cf3 100644 (file)
--- a/git.spec.in
+++ b/git.spec.in
Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, git-gui, perl-Git
%description
-This is a stupid (but extremely fast) directory content manager. It
-doesn't do a whole lot, but what it _does_ do is track directory
-contents efficiently. It is intended to be the base of an efficient,
-distributed source code management system. This package includes
-rudimentary tools that can be used as a SCM, but you should look
-elsewhere for tools for ordinary humans layered on top of this.
+Git is a fast, scalable, distributed revision control system with an
+unusually rich command set that provides both high-level operations
+and full access to internals.
This is a dummy package which brings in all subpackages.
Group: Development/Tools
Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat
%description core
-This is a stupid (but extremely fast) directory content manager. It
-doesn't do a whole lot, but what it _does_ do is track directory
-contents efficiently. It is intended to be the base of an efficient,
-distributed source code management system. This package includes
-rudimentary tools that can be used as a SCM, but you should look
-elsewhere for tools for ordinary humans layered on top of this.
+Git is a fast, scalable, distributed revision control system with an
+unusually rich command set that provides both high-level operations
+and full access to internals.
These are the core tools with minimal dependencies.
%{!?_without_docs: %doc Documentation/*.html }
%changelog
+* Mon Feb 13 2007 Nicolas Pitre <nico@cam.org>
+- Update core package description (Git isn't as stupid as it used to be)
+
* Mon Feb 12 2007 Junio C Hamano <junkio@cox.net>
- Add git-gui and git-citool.