DragonFly On-Line Manual Pages

Search: Section:  


GIT-SSNOQ(1)           DragonFly General Commands Manual          GIT-SSNOQ(1)

NAME

git-ssnoq - display a status summary for files known to a Git repository

SYNOPSIS

git-ssnoq [<options...>] [--] [<pathspec>...]

DESCRIPTION

The git-ssnoq utility displays a short status summary (similar to git-ss or "git status --short") that only describes the files known to the Git repository, i.e. in either its contents or index. It passes all command- line arguments to git-status(1).

RETURN VALUES

The git-ssnoq utility exits 0 on success, and >0 if an error occurs.

ENVIRONMENT

See git-status(1).

FILES

See git-status(1).

EXAMPLES

Show a status summary for the current Git repository: git ssnoq Filter only the C source files from the summary of the src/ subdirectory: git ssnoq src | egrep -e '.c$'

SEE ALSO

git-status(1)

HISTORY

The git-ssnoq utility was written by Peter Pentchev in 2012.

AUTHORS

Peter Penchev <roam@ringlet.net> DragonFly 6.5-DEVELOPMENT October 10, 2013 DragonFly 6.5-DEVELOPMENT

Search: Section: