git 1:1.7.5.4-1 source package in Ubuntu Linaro Evaluation Build

Changelog

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

  * new upstream point release.

  [ Gerrit Pape ]
  * debian/changelog.upstream, debian/versions.upstream: update upstream
    changelog.

  [ Jonathan Nieder ]
  * debian/changelog.upstream.sh: use set -e.
  * debian/git-daemon/run: use SO_REUSEADDR when binding the listening
    socket so the server can restart without waiting for old connections
    to time out (thx Daniel Kahn Gillmor; closes: #609405).
  * debian/git-daemon-run.postrm purge: terminate the git-daemon/log
    service, even if there is an active connection using it, before
    deleting logs and the gitlog user (thx Daniel Kahn Gillmor; closes:
    #627314).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  11 Jun 2011 09:00:45 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Gerrit Pape
Architectures:
any
Section:
vcs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe vcs

Builds

Oneiric: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
git_1.7.5.4.orig.tar.gz 3.2 MiB 540534be2c582352921ae4575b4f11e97af1f795034725ed308cd54c8737e46d
git_1.7.5.4-1.diff.gz 423.9 KiB 9bec892e95dfb9b462e9ea13a15635b968bedfd248243df9ecc1bfc1ffcad3e5
git_1.7.5.4-1.dsc 1.4 KiB 1cb25b52e508068745184bbebd2bab3a1ee5a14b82cbb2966cf32fda800a4127

Available diffs

View changes file

Binary packages built by this source

git: fast, scalable, distributed revision control system

 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 main components with minimal dependencies.
 Additional functionality, e.g. a graphical user interface and revision
 tree visualizer, tools for interoperating with other VCS's, or a web
 interface, is provided as separate git* packages.