git 1:2.32.0-1ubuntu1 source package in Ubuntu

Changelog

git (1:2.32.0-1ubuntu1) impish; urgency=medium

  * Merge with Debian; remaining changes:
    - Build diff-highlight in the contrib dir
    - Don't build-depend on subversion on i386, it is not reasonable to
      support on the partial arch.

git (1:2.32.0-1) unstable; urgency=low

  * new upstream release (see RelNotes/2.32.0.txt).

git (1:2.32.0~rc2-1) unstable; urgency=low

  * new upstream release candidate.
  * remove git-el package (closes: #987264, #984931).  Since version
    1:2.18.0~rc2-1, it only contained modules that error out with a
    message pointing to other Emacs packages.  Nowadays users can
    use the README.emacs file from the git package for that instead.

git (1:2.32.0~rc0-1) unstable; urgency=low

  * new upstream release candidate (see RelNotes/2.32.0.txt).

 -- Heinrich Schuchardt <email address hidden>  Mon, 09 Aug 2021 14:29:27 +0200

Upload details

Uploaded by:
Heinrich Schuchardt
Sponsored by:
Julian Andres Klode
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
git_2.32.0.orig.tar.xz 6.2 MiB 68a841da3c4389847ecd3301c25eb7e4a51d07edf5f0168615ad6179e3a83623
git_2.32.0-1ubuntu1.debian.tar.xz 669.6 KiB ad309eec2f40fec9a287620a1f064f2c040a5225abab332da932ebb97b58c558
git_2.32.0-1ubuntu1.dsc 2.9 KiB 1327029b0ba54e63cd4101c8a99633c0f52ea996cd302d1159ac9237da3b08bf

View changes file

Binary packages built by this source

git: No summary available for git in ubuntu impish.

No description available for git in ubuntu impish.

git-all: No summary available for git-all in ubuntu impish.

No description available for git-all in ubuntu impish.

git-cvs: No summary available for git-cvs in ubuntu impish.

No description available for git-cvs in ubuntu impish.

git-daemon-run: No summary available for git-daemon-run in ubuntu impish.

No description available for git-daemon-run in ubuntu impish.

git-daemon-sysvinit: fast, scalable, distributed revision control system (git-daemon service)

 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 git-daemon, as provided by the git package, is a simple server for git
 repositories, ideally suited for read-only updates, i.e. pulling from git
 repositories through the network. This package provides a sysvinit service
 for running git-daemon permanently. Unlike git-daemon-run, this
 package provides the usual sysvinit service management commands
 ("service git-daemon start/stop") for git-daemon.

git-dbgsym: No summary available for git-dbgsym in ubuntu impish.

No description available for git-dbgsym in ubuntu impish.

git-doc: No summary available for git-doc in ubuntu impish.

No description available for git-doc in ubuntu impish.

git-email: fast, scalable, distributed revision control system (email add-on)

 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides the git-send-email program for sending series of
 patch emails.

git-gui: No summary available for git-gui in ubuntu impish.

No description available for git-gui in ubuntu impish.

git-man: No summary available for git-man in ubuntu impish.

No description available for git-man in ubuntu impish.

git-mediawiki: No summary available for git-mediawiki in ubuntu impish.

No description available for git-mediawiki in ubuntu impish.

git-svn: fast, scalable, distributed revision control system (svn interoperability)

 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides tools for interoperating with Subversion repositories,
 and importing SVN development history.

gitk: No summary available for gitk in ubuntu impish.

No description available for gitk in ubuntu impish.

gitweb: fast, scalable, distributed revision control system (web interface)

 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package configures a web interface for browsing git repositories.
 .
 If apache2 is installed, the web interface is automatically made
 available at http://localhost/gitweb. Other servers that support CGI
 or mod_perl are supported through manual configuration.
 .
 If libcgi-fast-perl is installed, gitweb can also be run over FastCGI
 (and served by nginx, for example).