File: README.md

package info (click to toggle)
git-cola 4.16.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,844 kB
  • sloc: python: 37,980; sh: 298; makefile: 223; xml: 108; tcl: 62
file content (11 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Command-line Wrappers

The scripts in this directory are provided for convenience. They allow running
`git-cola` directly from the source tree without needing to use a virtualenv or
`pip install --editable .` to generate the entry point scripts.

The `git cola`, `git cola-rebase-editor` and `git dag` Git sub-commands are provided by
the `git-cola`, `git-cola-rebase-editor` and `git-dag` setuptools entry point scripts.

The entry points are the real commands that get installed by `make install` and are
configured in the `entry_points` section in [setup.cfg](../setup.cfg).