summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2.2.2Jon Ciesla2015-01-232-4/+7
|
* 2.2.1.Jon Ciesla2015-01-082-5/+8
|
* removed git-hg subpackage - it's replaced by separated package git-remote-hgPetr Stodulka2014-12-111-21/+6
|
* remove git-bzr - replaced by git-remote-bzr from separated packagePetr Stodulka2014-11-281-19/+8
|
* rebase to 2.2.0Petr Stodulka2014-11-282-5/+8
|
* Rename git.service into git@.service and bump releasePierre-Yves Chibon2014-10-243-15/+18
|
* Perl 5.20 re-rebuild of bootstrapped packagesJitka Plesnikova2014-09-081-1/+4
|
* Perl 5.20 rebuildJitka Plesnikova2014-08-281-1/+4
|
* Disable requires perl(Term::ReadKey) when perl bootstrapingJitka Plesnikova2014-08-261-3/+17
|
* 2.1.0Ondrej Oprala2014-08-183-51/+8
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_RebuildPeter Robinson2014-08-161-1/+4
|
* 2.0.4Ondrej Oprala2014-07-312-4/+7
|
* 2.0.3Ondrej Oprala2014-07-282-4/+7
|
* 2.0.1Ondrej Oprala2014-07-112-5/+8
|
* Change source URLs, as googlecode doesn't have up-to-date tarballsOndrej Oprala2014-06-101-4/+7
|
* Conditionalize an ancient obsolete for RHELv <= 5Ondrej Oprala2014-06-101-1/+6
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_RebuildDennis Gilmore2014-06-071-1/+4
|
* Update to 2.0.0Ondrej Oprala2014-05-292-4/+7
|
* 1.9.3.Jon Ciesla2014-05-192-4/+7
|
* Update to 1.9.0Ondrej Oprala2014-02-172-5/+8
|
* Rebuild with file-5.14-14 (#1026760)Todd Zullinger2014-01-161-0/+1
| | | | | | An updated file package fixes the issues that caused the git-svn script to not be properly parsed for perl requirements. This was fixed as part of #1051598.
* Use new rpm filtering on Fedora 19+ and EL 7+Todd Zullinger2014-01-161-0/+8
| | | | The guidelines recommend using the new filter setup, let's do that.
* Consolidate settings for Fedora 19+ and EL 7+Todd Zullinger2014-01-161-17/+9
| | | | | This makes it easier to manage the settings and avoids adding a separate if/else section for many of the settings.
* Remove the unused patch for DESTDIR in the python instlibdirTodd Zullinger2014-01-162-38/+4
| | | | | | | Changes in git-1.8.5 made the files it patched irrelevant. We also no longer need to remove %{python_sitelib} or %{gitcoredir}/git-remote-testgit.
* Update to 1.8.5.3Ondrej Oprala2014-01-162-4/+7
|
* Update to 1.8.5.2Ondrej Oprala2013-12-183-7/+10
|
* Fix htmldir when doc dir is unversioned (#993779).Ville Skyttä2013-11-131-2/+5
|
* Update to 1.8.4.2 (#1024497)Todd Zullinger2013-10-295-24/+29
|
* Add mercurial version requirement to git-hg, for those rebuilding on ELTodd Zullinger2013-10-291-1/+4
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_RebuildDennis Gilmore2013-08-031-1/+4
|
* Perl 5.18 rebuildPetr Písař2013-07-151-1/+4
|
* Add bzr and hg subpackages, thanks to Michael Scherer (#974800)Todd Zullinger2013-06-161-1/+37
| | | | | These new remote helpers come from contrib, but they might be useful for folks that must interact with bzr and hg repositories.
* Consolidate file exclude regexTodd Zullinger2013-06-161-3/+4
| | | | | | Rather than maintaining the same list if 3 different places, use a single exclude_re variable for the files we want to exclude from the main package file list.
* Update to 1.8.3.1Todd Zullinger2013-06-162-5/+8
|
* Fix desktop tag handling.Jon Ciesla2013-05-131-2/+5
|
* conditionalize systemd vs xinetd, cleanup systemd handling (it was not quite ↵Tom Callaway2013-05-011-1/+1
| | | | right in -2)
* conditionalize systemd vs xinetd, cleanup systemd handling (it was not quite ↵Tom Callaway2013-05-011-7/+44
| | | | right in -2)
* use systemd instead of xinetd (bz 737183)Tom Callaway2013-04-303-14/+43
|
* Exclude optional perl(YAML::Any) dependency on EL-5Todd Zullinger2013-04-151-1/+9
| | | | | | | | | Upstream took great care to make use of YAML::Any optional¹. It's fine to pull it in on Fedora and EL >= 6, but it's not available for EL-5 so we'll just filter it from the requirements. ¹ git-svn: use YAML format for mergeinfo cache when possible https://github.com/git/git/commit/68f532f4b
* Update to 1.8.2.1Todd Zullinger2013-04-142-5/+8
|
* Drop desktop vendor tag.Jon Ciesla2013-04-101-3/+15
|
* Fix bogus changelog datesTodd Zullinger2013-03-281-4/+5
| | | | | Recent rpm versions warn about these. Fix them before they become errors.
* Drop DESTDIR from python instlibdirTodd Zullinger2013-03-282-0/+34
| | | | | | | When building packages, we install to DESTDIR but we don't want this to end up hard-coded in the scripts. This needs discussed upstream to find a proper solution.
* Require perl(Term::ReadKey) for git add --interactive (#928328)Todd Zullinger2013-03-271-1/+5
|
* Update to 1.8.2Adam Tkac2013-03-193-39/+9
| | | | | | - 0001-DESTDIR-support-in-contrib-subtree-Makefile.patch has been merged Signed-off-by: Adam Tkac <atkac@redhat.com>
* Respect gitexecdir variable in git-subtree installtmz/docsTodd Zullinger2013-02-262-0/+45
|
* Use prebuilt documentation on EL-5, where asciidoc is too oldTodd Zullinger2013-02-262-3/+34
|
* Clean up dist conditionals, don't pretend to support EL-4 buildsTodd Zullinger2013-02-261-113/+29
|
* Install tcsh completion (requires manual setup by users)Todd Zullinger2013-02-261-0/+6
| | | | | | | For now, this just gets the file from contrib installed. If there are enough tcsh users that want it to be more automated, that can come later. For now, the directions in the file must be followed to enable tcsh completion.
* Define GNU_ROFF to force ASCII apostrophes in man pages (so copy/paste works)Todd Zullinger2013-02-261-0/+2
| | | | | When using GNU groff, we want the examples in the man pages to work when copied to the shell. The GNU_ROFF definition enables this.