FreeBSD Manual Pages
GIT-SSNOQ(1) General Commands Manual GIT-SSNOQ(1) NAME git-ssnoq -- display a status summary for files known to a Git reposi- tory 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/ subdirec- tory: 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> FreeBSD ports 15.0 October 10, 2013 GIT-SSNOQ(1)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUES | ENVIRONMENT | FILES | EXAMPLES | SEE ALSO | HISTORY | AUTHORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-ssnoq&sektion=1&manpath=FreeBSD+Ports+15.0>
