File: control

package info (click to toggle)
git-sh 1.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 200 kB
  • ctags: 110
  • sloc: sh: 2,380; makefile: 74
file content (16 lines) | stat: -rw-r--r-- 516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: git-sh
Maintainer: Alex Morega <alex@grep.ro>
Section: vcs
Priority: optional
Standards-Version: 3.9.1
Build-Depends: debhelper (>= 7.3.8)
Homepage: http://rtomayko.github.com/git-sh/

Package: git-sh
Architecture: all
Depends: ${misc:Depends}, git
Description: a git shell
 git-sh starts an interactive bash(1) session modified for git-heavy
 workflows.  Typical usage is to change into the directory of a git work
 tree or bare repository and run the git-sh command to start an interactive
 shell session.