./shells/git-sh, Customized bash environment suitable for git work

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3, Package name: git-sh-1.3, Maintainer: pkgsrc-users

git-sh is a customized bash shell suitable for git work.

The git-sh command starts an interactive bash shell tweaked for
heavy git interaction:

* All git commands available at top-level (checkout master = git
checkout master)
* All git aliases defined in the [alias] section of ~/.gitconfig
available at top-level.
* Shawn O. Pearce's excellent bash completion strapped onto all
core commands and git aliases.
* Custom prompt with current branch, repository, and work tree
dirty indicator.
* Customizable via /etc/gitshrc and ~/.gitshrc config files; for
creating aliases, changing the prompt, etc.
* Runs on top of normal bash (~/.bashrc) and readline (~/.inputrc)
configurations.


Required to run:
[shells/bash]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 26.13 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:18:40 by Nia Alarie | Files touched by this commit (38)
Log message: shells: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes 
   2021-10-07 16:56:13 by Nia Alarie | Files touched by this commit (38)
Log message: shells: Remove SHA1 hashes for distfiles 
   2015-11-03 00:00:35 by Alistair G. Crooks | Files touched by this commit (25)
Log message: Add SHA512 digests for distfiles for shells category Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail. 
   2015-02-08 17:53:55 by Thomas Klausner | Files touched by this commit (4)
Log message: Import git-sh-1.3 as shells/git-sh. git-sh is a customized bash shell suitable for git work. The git-sh command starts an interactive bash shell tweaked for heavy git interaction: * All git commands available at top-level (checkout master = git checkout master) * All git aliases defined in the [alias] section of ~/.gitconfig available at top-level. * Shawn O. Pearce's excellent bash completion strapped onto all core commands and git aliases. * Custom prompt with current branch, repository, and work tree dirty indicator. * Customizable via /etc/gitshrc and ~/.gitshrc config files; for creating aliases, changing the prompt, etc. * Runs on top of normal bash (~/.bashrc) and readline (~/.inputrc) configurations.