pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/git-sh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  8 16:53:55 UTC 2015

Added Files:
        pkgsrc/shells/git-sh: DESCR Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/git-sh/DESCR \
    pkgsrc/shells/git-sh/Makefile pkgsrc/shells/git-sh/PLIST \
    pkgsrc/shells/git-sh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index