]> git.pld-linux.org Git - packages/trac-plugin-git.git/commitdiff
enhance description, now that trac-hacks.org site is back up auto/th/trac-plugin-git-0.12.0.5-1
authorElan Ruusamäe <glen@delfi.ee>
Sat, 8 Sep 2012 07:33:42 +0000 (10:33 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 8 Sep 2012 07:33:42 +0000 (10:33 +0300)
trac-plugin-git.spec

index 8e3ce4668ac7fd386eadf40aa35ef32c57ff951f..d8670857dbb9e4246f2bd573c864c240795831aa 100644 (file)
@@ -18,12 +18,27 @@ BuildRequires:      python-modules
 BuildRequires: rpm-pythonprov
 BuildRequires: unzip
 Requires:      trac >= %{trac_ver}
+# included in trac 0.13+ (trac 1.0)
+Conflicts:     trac >= 0.13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This Trac plugin provides support for the GIT SCM.
 
+Features:
+- Browsing source code in a Git repository via the TracBrowser
+- Viewing the change history of a file or directory using
+  TracRevisionLog
+- Performing diffs between any two files or two directories
+- Displaying submitted changes in the TracTimeline
+- (Optionally) caching TracChangeset information in Trac's database
+- Caching Git commit relation graph in memory
+- Using the TracSearch page to search change descriptions
+- Annotation support, also known as "blame" operation
+- Interpretation of 40-character wide hex-strings as sha1 commit
+  checksums
+
 %prep
 %setup -qn TracGit-%{version}dev
 %if "%{py_ver}" < "2.5"
This page took 0.144238 seconds and 4 git commands to generate.