Package: git
Version: 4.3.20-10
Severity: wishlist
Tags: patch

GIT ships with key command support for RPM based systems but does not
include commands supporting common dpkg operations. To remedy this I
suggest adding at least the following to the [GITFM-Keys] section of
/usr/share/git/.gitrc.common:

^C^Di       = DPKG-INSTALL; dpkg -i %i;;;y
^C^Dl       = DPKG-LISTPKGS; dpkg -l %i;;;y
^C^Dp       = DPKG-PRINTAVAIL; dpkg -p %i;;;y
^C^Dr       = DPKG-REMOVE; dpkg -r %i;;;y
^C^Ds       = DPKG-STATUS; dpkg -s %i;;;y
^C^DL       = DPKG-LISTFILES; dpkg -L %i;;;y
^C^DP       = DPKG-PURGE; dpkg -P %i;;;y
^C^DS       = DPKG-SEARCH; dpkg -S %p/%i;;;y

I will follow up with appropriate html and info documentation for this,
and any other Debian specific commands you come up with, in a seperate
report.


- Bruce


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-onegee
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages git depends on:
ii  libc6                        2.3.6.ds1-7 GNU C Library: Shared libraries
ii  libncurses5                  5.5-5       Shared libraries for terminal hand
ii  libreadline5                 5.2-1       GNU readline and history libraries

git recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to