Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update to git-1.6.4.4 | Todd Zullinger | 2009-09-17 | 3 | -3/+6 | |
| | ||||||
* | Fix %changelog typo (hardly worth a rebuild, as 1.6.5 is not too far off) | Todd Zullinger | 2009-09-13 | 1 | -1/+1 | |
| | ||||||
* | Update to git-1.6.4.3 | Todd Zullinger | 2009-09-13 | 3 | -3/+6 | |
| | ||||||
* | Update to git-1.6.4.2 | Todd Zullinger | 2009-08-31 | 3 | -3/+6 | |
| | ||||||
* | Update to git-1.6.4.1 | Todd Zullinger | 2009-08-23 | 3 | -4/+7 | |
| | ||||||
* | - rebuilt with new openssl | Tomáš Mráz | 2009-08-21 | 1 | -1/+4 | |
| | ||||||
* | Update to git-1.6.4 | Todd Zullinger | 2009-07-29 | 3 | -4/+7 | |
| | ||||||
* | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild | Jesse Keating | 2009-07-25 | 1 | -1/+4 | |
| | ||||||
* | Update to git-1.6.3.3 | Todd Zullinger | 2009-06-28 | 5 | -111/+75 | |
| | | | | - Move contributed hooks to %{_datadir}/git-core/contrib/hooks (bug 500137) | |||||
* | Temporarily disable asciidoc's safe mode until bug 506953 is fixed | Todd Zullinger | 2009-06-20 | 1 | -2/+5 | |
| | ||||||
* | Fix git-daemon hang on invalid input (CVE-2009-2108, bug 505761) | Todd Zullinger | 2009-06-19 | 2 | -1/+111 | |
| | ||||||
* | Update to git-1.6.3.2 | Todd Zullinger | 2009-06-06 | 5 | -12/+99 | |
| | | | | | | | | | | | | | - Require emacs >= 22.2 for emacs support (bug 495312) - Add a .desktop file for git-gui (bug 498801) - Set ASCIIDOC8 and ASCIIDOC_NO_ROFF to correct documentation issues, the sed hack to fix bug 485161 should no longer be needed - Escape newline in git-daemon xinetd description (bug 502393) - Add xinetd to git-daemon Requires (bug 504105) - Organize BuildRequires/Requires, drop redundant expat Requires - Only build noarch subpackages on Fedora >= 10 - Only build emacs and arch subpackages on Fedora - Handle curl/libcurl naming for EPEL and Fedora | |||||
* | Update to git-1.6.2.2 | Todd Zullinger | 2009-04-04 | 4 | -6/+50 | |
| | | | | | | | | - Include contrib/ dir in %doc (bug 492490) - Don't set DOCBOOK_XSL_172, fix the '\&.ft' with sed (bug 485161) - Ignore Branches output from cvsps-2.2b1 (bug 490602) - Remove shebang from bash-completion script - Include README in gitweb subpackage | |||||
* | Update to git-1.6.2 | Todd Zullinger | 2009-03-09 | 4 | -40/+10 | |
| | | | | | - Include contrib/emacs/README in emacs subpackage - Drop upstreamed git-web--browse patch | |||||
* | Remove unneeded noautobuild file now that the F11 mass rebuild is done | Todd Zullinger | 2009-03-03 | 1 | -1/+0 | |
| | ||||||
* | - Require perl(Authen::SASL) in git-email (bug 483062) | Todd Zullinger | 2009-02-25 | 1 | -4/+19 | |
| | | | | | - Build many of the subpackages as noarch - Update URL field | |||||
* | Some git's subpackages should be noarch. We'll do that and rebuild | Todd Zullinger | 2009-02-23 | 1 | -0/+1 | |
| | | | | manually. | |||||
* | Add git-web--browse patch | Todd Zullinger | 2009-02-09 | 1 | -0/+33 | |
| | ||||||
* | Update to git-1.6.1.3 | Todd Zullinger | 2009-02-09 | 3 | -5/+18 | |
| | | | | | | - Set htmldir so "git help -w <command>" works - Patch git-web--browse to not use "/sbin/start" to browse - Include git-daemon documentation in the git-daemon package | |||||
* | - git-1.6.1.2 | jwboyer | 2009-01-29 | 3 | -3/+6 | |
| | ||||||
* | Update to git-1.6.1.1 | Todd Zullinger | 2009-01-27 | 3 | -5/+9 | |
| | | | | Also, make the compile more verbose. | |||||
* | - rebuild with new openssl | Tomáš Mráz | 2009-01-16 | 1 | -1/+4 | |
| | ||||||
* | - Install git-* commands in %{_libexecdir}/git-core, the upstream default | Todd Zullinger | 2009-01-03 | 5 | -77/+101 | |
| | | | | | | | | | | | - Remove libcurl from Requires, rpm will pick this up automatically - Consolidate build/install options in %make_git (Roland McGrath) - Include DirectoryIndex in gitweb httpd-config (bug 471692) - Define DOCBOOK_XSL_172 to fix minor manpage issues - Rename %{_var}/lib/git-daemon to %{_var}/lib/git - Preserve timestamps on installed files - Quiet some rpmlint complaints - Use macros more consistently | |||||
* | - git-1.6.0.6 | Todd Zullinger | 2008-12-20 | 3 | -3/+10 | |
| | | | | | | - Fixes a local privilege escalation bug in gitweb (http://article.gmane.org/gmane.comp.version-control.git/103624) - Add gitk Requires to git-gui (bug 476308) | |||||
* | - git-1.6.0.5 | jwboyer | 2008-12-11 | 3 | -5/+11 | |
| | ||||||
* | - git-1.6.0.4 | jwboyer | 2008-11-14 | 3 | -3/+6 | |
| | ||||||
* | - git-1.6.0.3 | jwboyer | 2008-10-22 | 3 | -5/+11 | |
| | | | | | | - Drop curl requirement in favor of libcurl (bug 449388) - Add requires for SMTP-SSL perl module to make git-send-email work (bug 443615) | |||||
* | git 1.6.0.1 | jbowes | 2008-08-28 | 3 | -3/+8 | |
| | ||||||
* | git-1.5.6.4 | jbowes | 2008-07-24 | 3 | -3/+6 | |
| | ||||||
* | update to 1.5.6 | jbowes | 2008-06-19 | 3 | -4/+7 | |
| | ||||||
* | - use tar.bz2 instead of tar.gz | Štěpán Kasal | 2008-06-03 | 2 | -2/+2 | |
| | ||||||
* | - use tar.bz2 instead of tar.gz | Štěpán Kasal | 2008-06-03 | 1 | -2/+5 | |
| | ||||||
* | git 1.5.5.3 | jbowes | 2008-05-28 | 3 | -3/+6 | |
| | ||||||
* | git 1.5.5.2 | jbowes | 2008-05-26 | 3 | -3/+6 | |
| | ||||||
* | 1.5.5.1 | jbowes | 2008-04-22 | 3 | -3/+6 | |
| | ||||||
* | git 1.5.5 | jbowes | 2008-04-09 | 3 | -4/+7 | |
| | ||||||
* | Remove the remaining requires on git-core | jbowes | 2008-04-05 | 1 | -3/+6 | |
| | ||||||
* | Remove the commitdiff patch, it's upstream already | jbowes | 2008-04-02 | 2 | -37/+4 | |
| | ||||||
* | update to 1.5.4.5 | jbowes | 2008-03-28 | 3 | -4/+7 | |
| | ||||||
* | Own the bash completion dir in case bash-completion isn't installed | jbowes | 2008-03-27 | 1 | -2/+5 | |
| | ||||||
* | Assorted bug fixes: | jbowes | 2008-03-26 | 1 | -6/+17 | |
| | | | | | | - Include the sample hooks from contrib/hooks as docs (bug 321151). - Install the bash completion script from contrib (bug 433255). - Include the html docs in the 'core' package again (bug 434271). | |||||
* | Fix obsoletes version for updating from F8 | jbowes | 2008-03-19 | 1 | -3/+6 | |
| | ||||||
* | git 1.5.4.4 | jbowes | 2008-03-13 | 3 | -4/+7 | |
| | ||||||
* | new perl | Tom Callaway | 2008-03-03 | 1 | -1/+4 | |
| | ||||||
* | - Do not silently overwrite /etc/httpd/conf.d/git.conf | Bernie Innocenti | 2008-02-24 | 1 | -2/+5 | |
| | ||||||
* | git 1.5.4.3 and include krh's change to rename git-core to git | jbowes | 2008-02-23 | 3 | -37/+49 | |
| | ||||||
* | 1.5.4.2 | jbowes | 2008-02-17 | 3 | -4/+7 | |
| | ||||||
* | - Add upstream patch (e62a641de17b172ffc4d3a803085c8afbfbec3d1) to have | Jeremy Katz | 2008-02-11 | 2 | -1/+41 | |
| | | | | gitweb rss feeds point be commitdiffs instead of commit | |||||
* | git 1.5.4.1 | jbowes | 2008-02-10 | 3 | -4/+7 | |
| | ||||||
* | Rebuild for new perl | Tom Callaway | 2008-02-06 | 1 | -1/+4 | |
| |