git 1:1.7.4.1-3 source package in Bilimbi Test

Changelog

git (1:1.7.4.1-3) unstable; urgency=low

  [ Anders Kaseorg ]
  * Loosen versioned replaces/conflicts on git-core, to fix upgrades from
    lucid.

  [ Jonathan Nieder ]
  * README.emacs: git-blame.el does not print a summary in the echo
    area (documents: #611935).
  * Move emacs support files to a separate git-el package.
  * Make git depend on emacsen-support, so it can reliably clean up
    the old emacs support files on upgrade (closes: #614578)
  * git-el.emacsen-install: Overwrite .el symlinks if they already
    exist (closes: #614659).
  * git-el.emacsen-remove: Do not complain if the site-lisp
    directory is nonempty or is already missing.
  * debian/control: git-man: Section: doc.
 -- Anders Kaseorg <email address hidden>   Fri,  11 Mar 2011 09:43:03 +0000

Upload details

Uploaded by:
Anders Kaseorg
Uploaded to:
Natty
Original maintainer:
Gerrit Pape
Architectures:
any
Section:
vcs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe vcs

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
git_1.7.4.1.orig.tar.gz 3.1 MiB 1855df9f23f8296c24482416cf10bbbaef40f837d30ff02ecf31f2694c325277
git_1.7.4.1-3.diff.gz 394.2 KiB 16b6ee4ecb0954749aaa441f79075adf8cd1625e798ed00518edf3ff39f0aa5f
git_1.7.4.1-3.dsc 1.4 KiB a601454b99bcebcc59bad2ffe85d100f9fafcf79d88668eaca24ab88f8162867

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.